File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ pub fn make_command(mut command: Command) -> Command {
21
21
}
22
22
23
23
command = command
24
- . about ( "Manage monitors on Sentry [beta] ." )
24
+ . about ( "Manage cron monitors on Sentry." )
25
25
. subcommand_required ( true )
26
26
. arg_required_else_help ( true ) ;
27
27
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Commands:
18
18
info Print information about the configuration and verify authentication.
19
19
issues Manage issues in Sentry.
20
20
login Authenticate with the Sentry server.
21
- monitors Manage monitors on Sentry [beta] .
21
+ monitors Manage cron monitors on Sentry.
22
22
organizations Manage organizations on Sentry.
23
23
projects Manage projects on Sentry.
24
24
react-native Upload build artifacts for react-native projects.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Commands:
18
18
info Print information about the configuration and verify authentication.
19
19
issues Manage issues in Sentry.
20
20
login Authenticate with the Sentry server.
21
- monitors Manage monitors on Sentry [beta] .
21
+ monitors Manage cron monitors on Sentry.
22
22
organizations Manage organizations on Sentry.
23
23
projects Manage projects on Sentry.
24
24
react-native Upload build artifacts for react-native projects.
Original file line number Diff line number Diff line change 1
1
```
2
2
$ sentry-cli monitors --help
3
3
? success
4
- Manage monitors on Sentry [beta] .
4
+ Manage cron monitors on Sentry.
5
5
6
6
Usage: sentry-cli[EXE] monitors [OPTIONS] <COMMAND>
7
7
Original file line number Diff line number Diff line change 1
1
```
2
2
$ sentry-cli monitors
3
3
? failed
4
- Manage monitors on Sentry [beta] .
4
+ Manage cron monitors on Sentry.
5
5
6
6
Usage: sentry-cli[EXE] monitors [OPTIONS] <COMMAND>
7
7
You can’t perform that action at this time.
0 commit comments