summaryrefslogtreecommitdiffstats
path: root/cmd/ship/root_v2.go
diff options
context:
space:
mode:
authorClawd <ai@clawd.bot>2026-02-16 17:03:35 -0800
committerClawd <ai@clawd.bot>2026-02-16 17:03:35 -0800
commit1abcef3197371c47c67c9238ab8ba9b185355d94 (patch)
tree9ef45ae589c3d678080b455e13a57feb13ec5724 /cmd/ship/root_v2.go
parenta48a911cc29ec7571ac07008bea3801745d5c00d (diff)
Add --domain flag to v2 CLI flags
Diffstat (limited to 'cmd/ship/root_v2.go')
-rw-r--r--cmd/ship/root_v2.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/ship/root_v2.go b/cmd/ship/root_v2.go
index 1be6745..03c99e7 100644
--- a/cmd/ship/root_v2.go
+++ b/cmd/ship/root_v2.go
@@ -36,6 +36,7 @@ func initV2() {
36 36
37 // Deploy flags 37 // Deploy flags
38 rootV2Cmd.Flags().String("name", "", "Deploy name (becomes subdomain)") 38 rootV2Cmd.Flags().String("name", "", "Deploy name (becomes subdomain)")
39 rootV2Cmd.Flags().String("domain", "", "Custom domain for deployment")
39 rootV2Cmd.Flags().String("health", "", "Health check endpoint (e.g., /healthz)") 40 rootV2Cmd.Flags().String("health", "", "Health check endpoint (e.g., /healthz)")
40 rootV2Cmd.Flags().String("ttl", "", "Auto-delete after duration (e.g., 1h, 7d)") 41 rootV2Cmd.Flags().String("ttl", "", "Auto-delete after duration (e.g., 1h, 7d)")
41 rootV2Cmd.Flags().StringArray("env", nil, "Environment variable (KEY=VALUE)") 42 rootV2Cmd.Flags().StringArray("env", nil, "Environment variable (KEY=VALUE)")