Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Rename 'attach' to 'attach-resource'. #7693
Conversation
| @@ -92,7 +92,7 @@ Resource Revision | ||
| ) | ||
| // check "juju attach" |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit 239712d
into
juju:develop
Aug 1, 2017
1 check passed
github-check-merge-juju
Use !!.*!! to request another build. IE, !!build!!, !!retry!!
Details
anastasiamac
deleted the
anastasiamac:rename-attach-resource
branch
Aug 1, 2017
|
This change may require documentation update. |
pmatulis
referenced this pull request
in juju/docs
Sep 15, 2017
Closed
[2.3] review Resources concept #2066
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
anastasiamac commentedAug 1, 2017
Description of change
This command was overlooked in major rename effort that occurred on a cusp of Juju 2.x.
This is needed to comply with standard naming convention and to add clarity to command intent.
Previous command name 'attach' is now an alias for 'attach-resource' for backward compatibility.
QA steps
Documentation changes
Yes!
All references to 'juju attach' in documentation should be changed to 'juju attach-resource'.
Bug reference
Part of https://bugs.launchpad.net/juju/+bug/1707564