From 1abcef3197371c47c67c9238ab8ba9b185355d94 Mon Sep 17 00:00:00 2001 From: Clawd Date: Mon, 16 Feb 2026 17:03:35 -0800 Subject: Add --domain flag to v2 CLI flags --- cmd/ship/root_v2.go | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd/ship') 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() { // Deploy flags rootV2Cmd.Flags().String("name", "", "Deploy name (becomes subdomain)") + rootV2Cmd.Flags().String("domain", "", "Custom domain for deployment") rootV2Cmd.Flags().String("health", "", "Health check endpoint (e.g., /healthz)") rootV2Cmd.Flags().String("ttl", "", "Auto-delete after duration (e.g., 1h, 7d)") rootV2Cmd.Flags().StringArray("env", nil, "Environment variable (KEY=VALUE)") -- cgit v1.2.3