1
0
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:
Josh Curl
2016-10-21 21:17:40 -07:00
parent 4057275605
commit 3685461692
5 changed files with 431 additions and 343 deletions

View File

@@ -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",