Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Hailey committed Apr 19, 2020
1 parent 785152c commit cdba7cc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,13 @@ Execute commands and custom scripts on Sensu Agent nodes. Sensu Go offers severa
version Print the version number of this plugin
Flags:
-a, --assets string Comma-separated list of assets to distribute with the command(s)
-c, --command string The command that should be executed by the Sensu Go agent(s)
-h, --help help for sensu-runbook
-n, --namespace string Sensu Namespace to perform the runbook automation (defaults to $SENSU_NAMESPACE) (default "sensu-system")
--sensu-access-token string Sensu API Access Token (defaults to $SENSU_ACCESS_TOKEN)
--sensu-api-url string Sensu API URL (defaults to $SENSU_API_URL) (default "https://demo.sensu.io:8080")
-i, --id string The ID or name to use for the job (i.e. defaults to a random UUIDv4)
-n, --namespace string Sensu Namespace to perform the runbook automation (defaults to $SENSU_NAMESPACE)
-a, --runtime-assets string Comma-separated list of assets to distribute with the command(s)
--sensu-access-token string Sensu API Access Token (defaults to $SENSU_ACCESS_TOKEN)
--sensu-api-url string Sensu API URL (defaults to $SENSU_API_URL)
--sensu-trusted-ca-file string Sensu API Trusted Certificate Authority File (defaults to $SENSU_TRUSTED_CA_FILE)
-s, --subscriptions string Comma-separated list of subscriptions to execute the command(s) on
-t, --timeout string Command execution timeout, in seconds (default "10")
Expand Down

0 comments on commit cdba7cc

Please sign in to comment.