Skip to content

Commit

Permalink
updated readme with new --add-subscriptions argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Hailey committed Nov 14, 2020
1 parent e880643 commit 4e7fac3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ subscriptions) and other automation workflows.
## Usage examples

```
$ ./sensu-entity-manager --help
Event-based Sensu entity management for service-discovery (add/remove
subscriptions) and other automation workflows.
$ sensu-entity-manager --help
Event-based Sensu entity management for service-discovery (add/remove subscriptions) and other automation workflows.
Usage:
sensu-entity-manager [flags]
Expand All @@ -37,11 +36,12 @@ Available Commands:
version Print the version number of this plugin
Flags:
--access-token string Sensu Access Token
--api-key string Sensu API Key
--api-url string Sensu API URL (default "http://127.0.0.1:8080")
-t, --access-token string Sensu Access Token
--add-subscriptions Checks event.Check.Output for a newline-separated list of subscriptions to add
-k, --api-key string Sensu API Key
-a, --api-url string Sensu API URL (default "http://127.0.0.1:8080")
-h, --help help for sensu-entity-manager
--trusted-ca-file string Sensu Trusted Certificate Authority file
-c, --trusted-ca-file string Sensu Trusted Certificate Authority file
Use "sensu-entity-manager [command] --help" for more information about a command.
```
Expand Down

0 comments on commit 4e7fac3

Please sign in to comment.