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
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,11 @@ If no arguments are provided, specs are automatically loaded from the cluster by
132
132
cmd.Flags().Bool("dry-run", false, "print support bundle spec without collecting anything")
133
133
cmd.Flags().Bool("auto-update", true, "enable automatic binary self-update check and install")
134
134
135
+
// Upload flags
136
+
cmd.Flags().Bool("auto-upload", false, "automatically upload resulting bundle to replicated.app")
137
+
cmd.Flags().String("license-id", "", "license ID for authentication when uploading (auto-detected from bundle if not provided)")
138
+
cmd.Flags().String("app-slug", "", "application slug when uploading (auto-detected from bundle if not provided)")
139
+
135
140
// Auto-discovery flags
136
141
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")
137
142
cmd.Flags().Bool("include-images", false, "include container image metadata collection when using auto-discovery")
0 commit comments