1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 14:23:11 +00:00

Move ros compose to ros service sub commands

This commit is contained in:
Darren Shepherd
2015-10-01 15:48:19 -07:00
parent 60399d5fe1
commit 397b2a9822
3 changed files with 62 additions and 76 deletions

View File

@@ -40,13 +40,7 @@ func Main() {
SkipFlagParsing: true,
Action: envAction,
},
{
Name: "service",
ShortName: "s",
Usage: "service settings",
HideHelp: true,
Subcommands: serviceSubCommands(),
},
serviceCommand(),
{
Name: "os",
Usage: "operating system upgrade/downgrade",
@@ -60,7 +54,6 @@ func Main() {
Subcommands: tlsConfCommands(),
},
installCommand,
composeCommand(),
}
app.Run(os.Args)