diff options
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)") |
