You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nexus-cli get_users --overrides="username":"admin" --overrides="url":"http://localhost:8081/nexus/"
The server responded with a 401 status code which is unexpected. Please submit a bug.
and
nexus-cli get_users --overrides="username":"admin","url":"http://localhost:8081/nexus/"
/var/lib/gems/1.9.1/gems/nexus_cli-4.1.0/lib/nexus_cli/connection.rb:20:in join': can't convert nil into String (TypeError) from /var/lib/gems/1.9.1/gems/nexus_cli-4.1.0/lib/nexus_cli/connection.rb:20:innexus_url'
from /var/lib/gems/1.9.1/gems/nexus_cli-4.1.0/lib/nexus_cli/connection.rb:28:in status' from /var/lib/gems/1.9.1/gems/nexus_cli-4.1.0/lib/nexus_cli/remote_factory.rb:26:inrunning_nexus_pro?'
from /var/lib/gems/1.9.1/gems/nexus_cli-4.1.0/lib/nexus_cli/remote_factory.rb:20:in create' from /var/lib/gems/1.9.1/gems/nexus_cli-4.1.0/lib/nexus_cli/tasks.rb:445:innexus_remote'
from /var/lib/gems/1.9.1/gems/nexus_cli-4.1.0/lib/nexus_cli/tasks.rb:160:in get_users' from /var/lib/gems/1.9.1/gems/thor-0.19.1/lib/thor/command.rb:27:inrun'
from /var/lib/gems/1.9.1/gems/thor-0.19.1/lib/thor/invocation.rb:126:in invoke_command' from /var/lib/gems/1.9.1/gems/thor-0.19.1/lib/thor.rb:359:indispatch'
from /var/lib/gems/1.9.1/gems/thor-0.19.1/lib/thor/base.rb:440:in start' from /var/lib/gems/1.9.1/gems/nexus_cli-4.1.0/bin/nexus-cli:6:in<top (required)>'
from /usr/local/bin/nexus-cli:23:in load' from /usr/local/bin/nexus-cli:23:in
'
What is the correct way to pass in an override?
The text was updated successfully, but these errors were encountered:
Try one pair of double quotes around entire overrides arg.. like this: nexus-cli get_users --overrides="username:admin,url:http://localhost:8081/nexus/,password:admin123"
What's the correct way to use the
--overrides
option?For example: The following works inside the .nexus_cli
However none of the following examples work from the command line
The closest commands are:
and
What is the correct way to pass in an override?
The text was updated successfully, but these errors were encountered: