mirror of
https://github.com/rancher/os.git
synced 2025-09-01 06:40:31 +00:00
add upgrade framework for rancherctl os command
This commit is contained in:
@@ -45,20 +45,7 @@ func Main() {
|
||||
{
|
||||
Name: "os",
|
||||
Usage: "operating system upgrade/downgrade",
|
||||
Subcommands: []cli.Command{
|
||||
{
|
||||
Name: "list",
|
||||
Usage: "list available RancherOS versions and state",
|
||||
},
|
||||
{
|
||||
Name: "update",
|
||||
Usage: "download the latest new version of RancherOS",
|
||||
},
|
||||
{
|
||||
Name: "activate",
|
||||
Usage: "switch to a new version of RancherOS and reboot",
|
||||
},
|
||||
},
|
||||
Subcommands: osSubcommands(),
|
||||
},
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user