diff options
Diffstat (limited to 'cmd/ship/root.go')
| -rw-r--r-- | cmd/ship/root.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/ship/root.go b/cmd/ship/root.go index 837fd4c..93280f5 100644 --- a/cmd/ship/root.go +++ b/cmd/ship/root.go | |||
| @@ -88,6 +88,8 @@ func init() { | |||
| 88 | rootCmd.AddCommand(statusCmd) | 88 | rootCmd.AddCommand(statusCmd) |
| 89 | rootCmd.AddCommand(restartCmd) | 89 | rootCmd.AddCommand(restartCmd) |
| 90 | rootCmd.AddCommand(removeCmd) | 90 | rootCmd.AddCommand(removeCmd) |
| 91 | rootCmd.AddCommand(initCmd) | ||
| 92 | rootCmd.AddCommand(deployGitCmd) | ||
| 91 | rootCmd.AddCommand(env.Cmd) | 93 | rootCmd.AddCommand(env.Cmd) |
| 92 | rootCmd.AddCommand(host.Cmd) | 94 | rootCmd.AddCommand(host.Cmd) |
| 93 | rootCmd.AddCommand(uiCmd) | 95 | rootCmd.AddCommand(uiCmd) |
