We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e114d commit 10dadf2Copy full SHA for 10dadf2
plugins/sentry/sentry_cli.go
@@ -9,9 +9,9 @@ import (
9
10
func SentryCLI() schema.Executable {
11
return schema.Executable{
12
- Name: "Sentry CLI",
13
- Runs: []string{"sentry-cli"},
14
- DocsURL: sdk.URL("https://docs.sentry.io/product/cli/"),
+ Name: "Sentry CLI",
+ Runs: []string{"sentry-cli"},
+ DocsURL: sdk.URL("https://docs.sentry.io/product/cli/"),
15
NeedsAuth: needsauth.IfAll(
16
needsauth.NotForHelpOrVersion(),
17
needsauth.NotWhenContainsArgs("--auth-token"),
0 commit comments