diff --git a/docs/reference/manual/hcloud_storage-box_snapshot_create.md b/docs/reference/manual/hcloud_storage-box_snapshot_create.md index 8b621804..4d04c2e1 100644 --- a/docs/reference/manual/hcloud_storage-box_snapshot_create.md +++ b/docs/reference/manual/hcloud_storage-box_snapshot_create.md @@ -9,9 +9,10 @@ hcloud storage-box snapshot create [--description ] ### Options ``` - --description string Description of the Storage Box Snapshot - -h, --help help for create - -o, --output stringArray output options: json|yaml + --description string Description of the Storage Box Snapshot + -h, --help help for create + --label stringToString User-defined labels ('key=value') (can be specified multiple times) (default []) + -o, --output stringArray output options: json|yaml ``` ### Options inherited from parent commands diff --git a/docs/reference/manual/hcloud_storage-box_snapshot_list.md b/docs/reference/manual/hcloud_storage-box_snapshot_list.md index ca0f6cce..8b8bc91c 100644 --- a/docs/reference/manual/hcloud_storage-box_snapshot_list.md +++ b/docs/reference/manual/hcloud_storage-box_snapshot_list.md @@ -28,6 +28,7 @@ hcloud storage-box snapshot list [options] ### Options ``` + --automatic Only show automatic snapshots (true, false) -h, --help help for list -o, --output stringArray output options: noheader|columns=...|json|yaml -l, --selector string Selector to filter by labels diff --git a/docs/reference/manual/hcloud_storage-box_subaccount.md b/docs/reference/manual/hcloud_storage-box_subaccount.md index b59f6bf1..146b1ec3 100644 --- a/docs/reference/manual/hcloud_storage-box_subaccount.md +++ b/docs/reference/manual/hcloud_storage-box_subaccount.md @@ -25,6 +25,7 @@ Manage Storage Box Subaccounts ### SEE ALSO * [hcloud storage-box](hcloud_storage-box.md) - Manage Storage Boxes +* [hcloud storage-box subaccount change-home-directory](hcloud_storage-box_subaccount_change-home-directory.md) - Update access settings of the Storage Box Subaccount * [hcloud storage-box subaccount create](hcloud_storage-box_subaccount_create.md) - Create a Storage Box Subaccount * [hcloud storage-box subaccount delete](hcloud_storage-box_subaccount_delete.md) - Delete a Storage Box Subaccount * [hcloud storage-box subaccount describe](hcloud_storage-box_subaccount_describe.md) - Describe a Storage Box Subaccount diff --git a/docs/reference/manual/hcloud_storage-box_subaccount_change-home-directory.md b/docs/reference/manual/hcloud_storage-box_subaccount_change-home-directory.md new file mode 100644 index 00000000..ec5f660a --- /dev/null +++ b/docs/reference/manual/hcloud_storage-box_subaccount_change-home-directory.md @@ -0,0 +1,32 @@ +## hcloud storage-box subaccount change-home-directory + +Update access settings of the Storage Box Subaccount + +``` +hcloud storage-box subaccount change-home-directory --home-directory +``` + +### Options + +``` + -h, --help help for change-home-directory + --home-directory string Home directory of the Subaccount. Will be created if it doesn't exist yet +``` + +### Options inherited from parent commands + +``` + --config string Config file path (default "~/.config/hcloud/cli.toml") + --context string Currently active context + --debug Enable debug output + --debug-file string File to write debug output to + --endpoint string Hetzner Cloud API endpoint (default "https://api.hetzner.cloud/v1") + --hetzner-endpoint string Hetzner API endpoint (default "https://api.hetzner.com/v1") + --no-experimental-warnings If true, experimental warnings are not shown + --poll-interval duration Interval at which to poll information, for example action progress (default 500ms) + --quiet If true, only print error messages +``` + +### SEE ALSO + +* [hcloud storage-box subaccount](hcloud_storage-box_subaccount.md) - Manage Storage Box Subaccounts diff --git a/docs/reference/manual/hcloud_storage-box_subaccount_update-access-settings.md b/docs/reference/manual/hcloud_storage-box_subaccount_update-access-settings.md index c1da2b0f..6a7fa272 100644 --- a/docs/reference/manual/hcloud_storage-box_subaccount_update-access-settings.md +++ b/docs/reference/manual/hcloud_storage-box_subaccount_update-access-settings.md @@ -9,13 +9,12 @@ hcloud storage-box subaccount update-access-settings [options]