Skip to content

Commit ef9c214

Browse files
ref(crons): Drop beta (#1970)
1 parent 6a449c0 commit ef9c214

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/commands/monitors/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pub fn make_command(mut command: Command) -> Command {
2121
}
2222

2323
command = command
24-
.about("Manage monitors on Sentry [beta].")
24+
.about("Manage cron monitors on Sentry.")
2525
.subcommand_required(true)
2626
.arg_required_else_help(true);
2727

tests/integration/_cases/help/help-windows.trycmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Commands:
1818
info Print information about the configuration and verify authentication.
1919
issues Manage issues in Sentry.
2020
login Authenticate with the Sentry server.
21-
monitors Manage monitors on Sentry [beta].
21+
monitors Manage cron monitors on Sentry.
2222
organizations Manage organizations on Sentry.
2323
projects Manage projects on Sentry.
2424
react-native Upload build artifacts for react-native projects.

tests/integration/_cases/help/help.trycmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Commands:
1818
info Print information about the configuration and verify authentication.
1919
issues Manage issues in Sentry.
2020
login Authenticate with the Sentry server.
21-
monitors Manage monitors on Sentry [beta].
21+
monitors Manage cron monitors on Sentry.
2222
organizations Manage organizations on Sentry.
2323
projects Manage projects on Sentry.
2424
react-native Upload build artifacts for react-native projects.

tests/integration/_cases/monitors/monitors-help.trycmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
```
22
$ sentry-cli monitors --help
33
? success
4-
Manage monitors on Sentry [beta].
4+
Manage cron monitors on Sentry.
55

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

tests/integration/_cases/monitors/monitors-no-subcommand.trycmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
```
22
$ sentry-cli monitors
33
? failed
4-
Manage monitors on Sentry [beta].
4+
Manage cron monitors on Sentry.
55

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

0 commit comments

Comments
 (0)