File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
plugins/sentry-cli/skills/sentry-cli Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -163,6 +163,7 @@ Create a new project
163163
164164** Flags:**
165165- ` -t, --team <value> - Team to create the project under `
166+ - ` -n, --dry-run - Validate inputs and show what would be created without creating it `
166167- ` --json - Output as JSON `
167168- ` --fields <value> - Comma-separated fields to include in JSON output (dot.notation supported) `
168169
@@ -398,6 +399,9 @@ Make an authenticated API request
398399- ` -i, --include - Include HTTP response status line and headers in the output `
399400- ` --silent - Do not print the response body `
400401- ` --verbose - Include full HTTP request and response in the output `
402+ - ` -n, --dry-run - Show the resolved request without sending it `
403+ - ` --json - Output as JSON `
404+ - ` --fields <value> - Comma-separated fields to include in JSON output (dot.notation supported) `
401405
402406** Examples:**
403407
You can’t perform that action at this time.
0 commit comments