mirror of
https://github.com/rancher/os.git
synced 2025-09-01 14:48:55 +00:00
Switch from imported libcompose service commands to customized ones
This commit is contained in:
@@ -5,6 +5,7 @@ import (
|
||||
|
||||
log "github.com/Sirupsen/logrus"
|
||||
"github.com/codegangsta/cli"
|
||||
"github.com/rancher/os/cmd/control/service"
|
||||
"github.com/rancher/os/config"
|
||||
)
|
||||
|
||||
@@ -71,7 +72,7 @@ func Main() {
|
||||
SkipFlagParsing: true,
|
||||
Action: envAction,
|
||||
},
|
||||
serviceCommand(),
|
||||
service.Commands(),
|
||||
{
|
||||
Name: "os",
|
||||
Usage: "operating system upgrade/downgrade",
|
||||
|
Reference in New Issue
Block a user