|
Change the way aliases to subcommands are handled.
The primary motivation for this change is to be able to list all the
aliases for a command when asking for help on that command.
This led to changes in the way the command aliases work, and where the aliases
are stored. The commands now specify their own aliases rather than them being
specified when the command is added to the super command.
https://code.launchpad.net/~thumper/juju-core/command-aliases/+merge/149461
(do not edit description out of merge proposal)
Total comments: 16
Total comments: 11
Total comments: 7
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+231 lines, -95 lines) |
Patch |
 |
A |
[revision details]
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cmd/cmd.go
|
View
|
1
2
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cmd/juju/addrelation.go
|
View
|
1
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cmd/juju/addunit.go
|
View
|
1
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
cmd/juju/bootstrap.go
|
View
|
1
2
3
4
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cmd/juju/constraints.go
|
View
|
1
2
3
4
|
2 chunks |
+10 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cmd/juju/deploy.go
|
View
|
1
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
cmd/juju/destroyenvironment.go
|
View
|
1
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cmd/juju/destroymachine.go
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cmd/juju/destroyrelation.go
|
View
|
1
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cmd/juju/destroyservice.go
|
View
|
1
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cmd/juju/destroyunit.go
|
View
|
1
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
cmd/juju/expose.go
|
View
|
1
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
cmd/juju/get.go
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
cmd/juju/init.go
|
View
|
1
2
3
4
|
1 chunk |
+11 lines, -7 lines |
0 comments
|
Download
|
 |
M |
cmd/juju/init_test.go
|
View
|
1
2
3
4
|
5 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
cmd/juju/main.go
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cmd/juju/main_test.go
|
View
|
1
2
3
4
|
1 chunk |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cmd/juju/resolved.go
|
View
|
1
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
cmd/juju/scp.go
|
View
|
1
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
cmd/juju/set.go
|
View
|
1
2
3
4
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
cmd/juju/ssh.go
|
View
|
1
|
1 chunk |
+12 lines, -1 line |
0 comments
|
Download
|
 |
M |
cmd/juju/status.go
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
cmd/juju/unexpose.go
|
View
|
1
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
cmd/juju/upgradejuju.go
|
View
|
1
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
cmd/jujud/bootstrap.go
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
cmd/jujud/machine.go
|
View
|
1
2
3
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
cmd/jujud/main_test.go
|
View
|
1
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
cmd/jujud/unit.go
|
View
|
1
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
cmd/jujud/version.go
|
View
|
1
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
cmd/output_test.go
|
View
|
1
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
cmd/supercommand.go
|
View
|
1
2
3
|
3 chunks |
+18 lines, -20 lines |
0 comments
|
Download
|
 |
M |
cmd/supercommand_test.go
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cmd/util_test.go
|
View
|
1
|
1 chunk |
+10 lines, -3 lines |
0 comments
|
Download
|
 |
M |
environs/boilerplate_config.go
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
worker/uniter/jujuc/config-get.go
|
View
|
1
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
worker/uniter/jujuc/juju-log.go
|
View
|
1
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
worker/uniter/jujuc/ports.go
|
View
|
1
|
2 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
M |
worker/uniter/jujuc/relation-get.go
|
View
|
1
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
worker/uniter/jujuc/relation-ids.go
|
View
|
1
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
worker/uniter/jujuc/relation-list.go
|
View
|
1
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
worker/uniter/jujuc/relation-set.go
|
View
|
1
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
worker/uniter/jujuc/server_test.go
|
View
|
1
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
worker/uniter/jujuc/unit-get.go
|
View
|
1
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
Total messages: 16
|