Skip to content

Commit

Permalink
Add Uninstall Instructions to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aflanagan authored Oct 5, 2023
1 parent 352419e commit f73a01e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ Flags:
-p, --ping-api-key string Ping API Key
-v, --verbose Verbose output
--no-stdout Disable sending job output logs to Cronitor
--env Specify the environment to send Telemetry events to
Use "cronitor [command] --help" for more information about a command.
```

### Uninstall CronitorCLI
First, you will need to update any crontab files that were edited to include Cronitor to remove the reference to `cronitor exec MONITOR_KEY` that were added when you created monitors.

Then, remove the cronitor executable from wherever it was installed. If you followed our default instructions it can be removed with `rm /usr/bin/cronitor`

0 comments on commit f73a01e

Please sign in to comment.