1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 06:40:31 +00:00

Create ros compose command

This commit is contained in:
Darren Shepherd
2015-09-22 11:17:15 -07:00
parent a13e2957e7
commit e25c59f1ab
2 changed files with 58 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ func Main() {
Subcommands: tlsConfCommands(),
},
installCommand,
composeCommand(),
}
app.Run(os.Args)