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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user