summaryrefslogtreecommitdiffstats
path: root/cmd/ship/host/host.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/ship/host/host.go')
-rw-r--r--cmd/ship/host/host.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/ship/host/host.go b/cmd/ship/host/host.go
index 603a946..81403f9 100644
--- a/cmd/ship/host/host.go
+++ b/cmd/ship/host/host.go
@@ -15,4 +15,7 @@ func init() {
15 Cmd.AddCommand(statusCmd) 15 Cmd.AddCommand(statusCmd)
16 Cmd.AddCommand(updateCmd) 16 Cmd.AddCommand(updateCmd)
17 Cmd.AddCommand(sshCmd) 17 Cmd.AddCommand(sshCmd)
18 Cmd.AddCommand(setDomainCmd)
19
20 initCmd.Flags().String("base-domain", "", "Base domain for auto-generated subdomains (e.g., apps.example.com)")
18} 21}