Skip to content

Commit

Permalink
ref(crons): Drop beta (#1970)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser authored Mar 6, 2024
1 parent 6a449c0 commit ef9c214
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/commands/monitors/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pub fn make_command(mut command: Command) -> Command {
}

command = command
.about("Manage monitors on Sentry [beta].")
.about("Manage cron monitors on Sentry.")
.subcommand_required(true)
.arg_required_else_help(true);

Expand Down
2 changes: 1 addition & 1 deletion tests/integration/_cases/help/help-windows.trycmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Commands:
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].
monitors Manage cron monitors on Sentry.
organizations Manage organizations on Sentry.
projects Manage projects on Sentry.
react-native Upload build artifacts for react-native projects.
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/_cases/help/help.trycmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Commands:
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].
monitors Manage cron monitors on Sentry.
organizations Manage organizations on Sentry.
projects Manage projects on Sentry.
react-native Upload build artifacts for react-native projects.
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/_cases/monitors/monitors-help.trycmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
```
$ sentry-cli monitors --help
? success
Manage monitors on Sentry [beta].
Manage cron monitors on Sentry.

Usage: sentry-cli[EXE] monitors [OPTIONS] <COMMAND>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
```
$ sentry-cli monitors
? failed
Manage monitors on Sentry [beta].
Manage cron monitors on Sentry.

Usage: sentry-cli[EXE] monitors [OPTIONS] <COMMAND>

Expand Down

0 comments on commit ef9c214

Please sign in to comment.