-
-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(crons): Make monitors command visible (#1600)
- Loading branch information
1 parent
204977c
commit 92d058a
Showing
5 changed files
with
99 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,47 @@ | ||
``` | ||
$ sentry-cli help | ||
? success | ||
Command line utility for Sentry. | ||
|
||
This tool helps you manage remote resources on a Sentry server like | ||
sourcemaps, debug symbols or releases. Use `--help` on the subcommands | ||
to learn more about them. | ||
|
||
Usage: sentry-cli[EXE] [OPTIONS] <COMMAND> | ||
|
||
Commands: | ||
debug-files Locate, analyze or upload debug information files. [aliases: dif] | ||
deploys Manage deployments for Sentry releases. | ||
events Manage events on Sentry. | ||
files Manage release artifacts. | ||
info Print information about the configuration and verify authentication. | ||
issues Manage issues in Sentry. | ||
login Authenticate with the Sentry server. | ||
organizations Manage organizations on Sentry. | ||
projects Manage projects on Sentry. | ||
react-native Upload build artifacts for react-native projects. | ||
releases Manage releases on Sentry. | ||
repos Manage repositories on Sentry. | ||
send-event Send a manual event to Sentry. | ||
send-envelope Send a stored envelope to Sentry. | ||
sourcemaps Manage sourcemaps for Sentry releases. | ||
upload-proguard Upload ProGuard mapping files to a project. | ||
help Print this message or the help of the given subcommand(s) | ||
|
||
Options: | ||
--url <URL> Fully qualified URL to the Sentry server. | ||
[default: https://sentry.io/] | ||
--header <KEY:VALUE> Custom headers that should be attached to all requests | ||
in key:value format. | ||
--auth-token <AUTH_TOKEN> Use the given Sentry auth token. | ||
--api-key <API_KEY> Use the given Sentry API key. | ||
--log-level <LOG_LEVEL> Set the log output verbosity. [possible values: trace, debug, info, | ||
warn, error] | ||
--quiet Do not print any output while preserving correct exit code. This | ||
flag is currently implemented only for selected subcommands. | ||
[aliases: silent] | ||
-h, --help Print help | ||
-V, --version Print version | ||
|
||
``` | ||
``` | ||
$ sentry-cli help | ||
? success | ||
Command line utility for Sentry. | ||
|
||
This tool helps you manage remote resources on a Sentry server like | ||
sourcemaps, debug symbols or releases. Use `--help` on the subcommands | ||
to learn more about them. | ||
|
||
Usage: sentry-cli[EXE] [OPTIONS] <COMMAND> | ||
|
||
Commands: | ||
debug-files Locate, analyze or upload debug information files. [aliases: dif] | ||
deploys Manage deployments for Sentry releases. | ||
events Manage events on Sentry. | ||
files Manage release artifacts. | ||
info Print information about the configuration and verify authentication. | ||
issues Manage issues in Sentry. | ||
login Authenticate with the Sentry server. | ||
monitors Manage monitors on Sentry [beta]. | ||
organizations Manage organizations on Sentry. | ||
projects Manage projects on Sentry. | ||
react-native Upload build artifacts for react-native projects. | ||
releases Manage releases on Sentry. | ||
repos Manage repositories on Sentry. | ||
send-event Send a manual event to Sentry. | ||
send-envelope Send a stored envelope to Sentry. | ||
sourcemaps Manage sourcemaps for Sentry releases. | ||
upload-proguard Upload ProGuard mapping files to a project. | ||
help Print this message or the help of the given subcommand(s) | ||
|
||
Options: | ||
--url <URL> Fully qualified URL to the Sentry server. | ||
[default: https://sentry.io/] | ||
--header <KEY:VALUE> Custom headers that should be attached to all requests | ||
in key:value format. | ||
--auth-token <AUTH_TOKEN> Use the given Sentry auth token. | ||
--api-key <API_KEY> Use the given Sentry API key. | ||
--log-level <LOG_LEVEL> Set the log output verbosity. [possible values: trace, debug, info, | ||
warn, error] | ||
--quiet Do not print any output while preserving correct exit code. This | ||
flag is currently implemented only for selected subcommands. | ||
[aliases: silent] | ||
-h, --help Print help | ||
-V, --version Print version | ||
|
||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,48 @@ | ||
``` | ||
$ sentry-cli help | ||
? success | ||
Command line utility for Sentry. | ||
|
||
This tool helps you manage remote resources on a Sentry server like | ||
sourcemaps, debug symbols or releases. Use `--help` on the subcommands | ||
to learn more about them. | ||
|
||
Usage: sentry-cli[EXE] [OPTIONS] <COMMAND> | ||
|
||
Commands: | ||
debug-files Locate, analyze or upload debug information files. [aliases: dif] | ||
deploys Manage deployments for Sentry releases. | ||
events Manage events on Sentry. | ||
files Manage release artifacts. | ||
info Print information about the configuration and verify authentication. | ||
issues Manage issues in Sentry. | ||
login Authenticate with the Sentry server. | ||
organizations Manage organizations on Sentry. | ||
projects Manage projects on Sentry. | ||
react-native Upload build artifacts for react-native projects. | ||
releases Manage releases on Sentry. | ||
repos Manage repositories on Sentry. | ||
send-event Send a manual event to Sentry. | ||
send-envelope Send a stored envelope to Sentry. | ||
sourcemaps Manage sourcemaps for Sentry releases. | ||
uninstall Uninstall the sentry-cli executable. | ||
upload-proguard Upload ProGuard mapping files to a project. | ||
help Print this message or the help of the given subcommand(s) | ||
|
||
Options: | ||
--url <URL> Fully qualified URL to the Sentry server. | ||
[default: https://sentry.io/] | ||
--header <KEY:VALUE> Custom headers that should be attached to all requests | ||
in key:value format. | ||
--auth-token <AUTH_TOKEN> Use the given Sentry auth token. | ||
--api-key <API_KEY> Use the given Sentry API key. | ||
--log-level <LOG_LEVEL> Set the log output verbosity. [possible values: trace, debug, info, | ||
warn, error] | ||
--quiet Do not print any output while preserving correct exit code. This | ||
flag is currently implemented only for selected subcommands. | ||
[aliases: silent] | ||
-h, --help Print help | ||
-V, --version Print version | ||
|
||
``` | ||
``` | ||
$ sentry-cli help | ||
? success | ||
Command line utility for Sentry. | ||
|
||
This tool helps you manage remote resources on a Sentry server like | ||
sourcemaps, debug symbols or releases. Use `--help` on the subcommands | ||
to learn more about them. | ||
|
||
Usage: sentry-cli[EXE] [OPTIONS] <COMMAND> | ||
|
||
Commands: | ||
debug-files Locate, analyze or upload debug information files. [aliases: dif] | ||
deploys Manage deployments for Sentry releases. | ||
events Manage events on Sentry. | ||
files Manage release artifacts. | ||
info Print information about the configuration and verify authentication. | ||
issues Manage issues in Sentry. | ||
login Authenticate with the Sentry server. | ||
monitors Manage monitors on Sentry [beta]. | ||
organizations Manage organizations on Sentry. | ||
projects Manage projects on Sentry. | ||
react-native Upload build artifacts for react-native projects. | ||
releases Manage releases on Sentry. | ||
repos Manage repositories on Sentry. | ||
send-event Send a manual event to Sentry. | ||
send-envelope Send a stored envelope to Sentry. | ||
sourcemaps Manage sourcemaps for Sentry releases. | ||
uninstall Uninstall the sentry-cli executable. | ||
upload-proguard Upload ProGuard mapping files to a project. | ||
help Print this message or the help of the given subcommand(s) | ||
|
||
Options: | ||
--url <URL> Fully qualified URL to the Sentry server. | ||
[default: https://sentry.io/] | ||
--header <KEY:VALUE> Custom headers that should be attached to all requests | ||
in key:value format. | ||
--auth-token <AUTH_TOKEN> Use the given Sentry auth token. | ||
--api-key <API_KEY> Use the given Sentry API key. | ||
--log-level <LOG_LEVEL> Set the log output verbosity. [possible values: trace, debug, info, | ||
warn, error] | ||
--quiet Do not print any output while preserving correct exit code. This | ||
flag is currently implemented only for selected subcommands. | ||
[aliases: silent] | ||
-h, --help Print help | ||
-V, --version Print version | ||
|
||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/integration/_cases/monitors/monitors-no-subcommand.trycmd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters