You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/troubleshoot/cli/root.go
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -141,6 +141,7 @@ If no arguments are provided, specs are automatically loaded from the cluster by
141
141
cmd.Flags().Bool("auto-upload", false, "automatically upload resulting bundle to replicated.app")
142
142
cmd.Flags().String("license-id", "", "license ID for authentication when uploading (auto-detected from bundle if not provided)")
143
143
cmd.Flags().String("app-slug", "", "application slug when uploading (auto-detected from bundle if not provided)")
144
+
cmd.Flags().String("upload-domain", "", "custom domain for upload (default: replicated.app)")
144
145
145
146
// Auto-discovery flags
146
147
cmd.Flags().Bool("auto", false, "enable auto-discovery of foundational collectors. When used with YAML specs, adds foundational collectors to YAML collectors. When used alone, collects only foundational data")
0 commit comments