1
0
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:
sidharthamani
2015-02-20 22:35:42 -08:00
parent c508994b59
commit 594db8fd8c
4 changed files with 200 additions and 15 deletions

View File

@@ -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(),
},
}