File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,13 @@ Note: Only the server is deleted. Attachments such as mounted volumes, floating
3535## Help
3636```
3737> hcloud-selfdestruct --help
38- usage: hcloud-selfdestruct [-h] --api-token API_TOKEN [--server-id SERVER_ID] [--apprise-id APPRISE_ID] [--shutdown]
38+ usage: hcloud-selfdestruct [-h] --api-token API_TOKEN [--server-id SERVER_ID] [--apprise-id APPRISE_ID] [--shutdown] [--version]
3939
4040cli tool to self destruct a hetzner cloud server
4141
4242options:
4343 -h, --help show this help message and exit
44+
4445 --api-token API_TOKEN, --api API_TOKEN, --token API_TOKEN
4546 hetzner cloud api token
4647
@@ -51,6 +52,8 @@ options:
5152 apprise notification string
5253
5354 --shutdown just shutdown the server and not destroy it
55+
56+ --version, -v show program's version number and exit
5457```
5558
5659Find the apprise syntax here: [ apprise wiki] ( https://github.com/caronc/apprise/wiki#notification-services )
You can’t perform that action at this time.
0 commit comments