@@ -33,7 +33,7 @@ Profiles can be used to easily switch between different configuration settings.
3333| timezone | timezone | n/a | n/a | Europe/London |
3434| SSL verify | sslverify | `` REQUESTS_CA_BUNDLE `` | n/a | verify SSL certificates |
3535| timeout | timeout | n/a | n/a | 5s TCP connection timeout |
36- | output | output | n/a | `` --output OUTPUT `` | simple |
36+ | output | output | n/a | `` --output-format OUTPUT `` | simple |
3737| color | color | `` CLICOLOR `` | `` --color `` , `` --no-color `` | color on |
3838| debug | debug | `` DEBUG `` | `` --debug `` | no debug |
3939
@@ -89,38 +89,38 @@ Usage
8989 --help Show this message and exit.
9090
9191 Commands:
92- ack acknowledge alert
93- blackout suppress alerts
94- blackouts list alert suppressions
95- close close alert
96- customer add customer lookup
97- customers list customer lookups
98- delete delete alert
99- heartbeat send a heartbeat
100- heartbeats list heartbeats
101- help show this help
102- history show alert history
103- key create API key
104- keys list API keys
105- login login with user credentials
106- logout clear local login credentials
107- perm add role-permission lookup
108- perms list role-permission lookups
109- query search for alerts
110- raw show alert raw data
111- revoke revoke API key
112- send send an alert
113- status display status and metrics
114- tag tag alert
115- token display current auth token
116- unack un -acknowledge alert
117- untag untag alert
118- update update alert attributes
119- uptime display server uptime
120- user update user
121- users list users
122- version display version info
123- whoami disply current logged in user
92+ ack Acknowledge alerts
93+ blackout Suppress alerts
94+ blackouts List alert suppressions
95+ close Close alerts
96+ customer Add customer lookup
97+ customers List customer lookups
98+ delete Delete alerts
99+ heartbeat Send a heartbeat
100+ heartbeats List heartbeats
101+ help Show this help
102+ history Show alert history
103+ key Create API key
104+ keys List API keys
105+ login Login with user credentials
106+ logout Clear login credentials
107+ perm Add role-permission lookup
108+ perms List role-permission lookups
109+ query Search for alerts
110+ raw Show alert raw data
111+ revoke Revoke API key
112+ send Send an alert
113+ status Display status and metrics
114+ tag Tag alerts
115+ token Display current auth token
116+ unack Un -acknowledge alerts
117+ untag Untag alerts
118+ update Update alert attributes
119+ uptime Display server uptime
120+ user Update user
121+ users List users
122+ version Display version info
123+ whoami Display current logged in user
124124
125125Python SDK
126126==========
0 commit comments