Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
juju run: accept multiple args for command #6930
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
$$merge$$ since "sockets in a dirty state" was last failure |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit aacad05
into
juju:2.1
Feb 7, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
axw commentedFeb 7, 2017
Description of change
Update the "juju run" command so that it accepts
multiple positional arguments, and combines them
into a command for the remote targets to run.
Update the help text to explain how to run a
command that takes flags.
QA steps
Both commands should run successfully, and print out the FQDN of the controller instance.
Documentation changes
No change to existing usage.
Bug reference
Fixes https://bugs.launchpad.net/juju/+bug/1637819