diff options
| author | Clawd <ai@clawd.bot> | 2026-02-16 17:03:35 -0800 |
|---|---|---|
| committer | Clawd <ai@clawd.bot> | 2026-02-16 17:03:35 -0800 |
| commit | 1abcef3197371c47c67c9238ab8ba9b185355d94 (patch) | |
| tree | 9ef45ae589c3d678080b455e13a57feb13ec5724 /cmd | |
| parent | a48a911cc29ec7571ac07008bea3801745d5c00d (diff) | |
Add --domain flag to v2 CLI flags
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/ship/root_v2.go | 1 |
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)") |
