Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/reference/manual/hcloud_storage-box_snapshot_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ hcloud storage-box snapshot create [--description <description>] <storage-box>
### 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ hcloud storage-box snapshot list [options] <storage-box>
### 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
Expand Down
1 change: 1 addition & 0 deletions docs/reference/manual/hcloud_storage-box_subaccount.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <home-directory> <storage-box> <subaccount>
```

### 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
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ hcloud storage-box subaccount update-access-settings [options] <storage-box> <su
### Options

```
--enable-samba Whether the Samba subsystem should be enabled (true, false)
--enable-ssh Whether the SSH subsystem should be enabled (true, false)
--enable-webdav Whether the WebDAV subsystem should be enabled (true, false)
-h, --help help for update-access-settings
--home-directory string Home directory of the Subaccount. Will be created if it doesn't exist yet
--reachable-externally Whether the Storage Box should be accessible from outside the Hetzner network (true, false)
--readonly Whether the Subaccount should be read-only (true, false)
--enable-samba Whether the Samba subsystem should be enabled (true, false)
--enable-ssh Whether the SSH subsystem should be enabled (true, false)
--enable-webdav Whether the WebDAV subsystem should be enabled (true, false)
-h, --help help for update-access-settings
--reachable-externally Whether the Storage Box should be accessible from outside the Hetzner network (true, false)
--readonly Whether the Subaccount should be read-only (true, false)
```

### Options inherited from parent commands
Expand Down
1 change: 1 addition & 0 deletions docs/reference/manual/hcloud_zone.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ See https://docs.hetzner.cloud/changelog#2025-10-07-dns-beta for more details.
--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
Expand Down
1 change: 1 addition & 0 deletions docs/reference/manual/hcloud_zone_add-label.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ hcloud zone add-label [--overwrite] <zone> <label>...
--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
Expand Down
1 change: 1 addition & 0 deletions docs/reference/manual/hcloud_zone_add-records.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ hcloud zone add-records (--record <value>... | --records-file <file>) <zone> <na
--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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ hcloud zone change-primary-nameservers --primary-nameservers-file <file> <zone>
--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
Expand Down
1 change: 1 addition & 0 deletions docs/reference/manual/hcloud_zone_change-ttl.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ hcloud zone change-ttl --ttl <ttl> <zone>
--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
Expand Down
1 change: 1 addition & 0 deletions docs/reference/manual/hcloud_zone_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ hcloud zone create [options] --name <name> [--mode secondary --primary-nameserve
--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
Expand Down
1 change: 1 addition & 0 deletions docs/reference/manual/hcloud_zone_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ hcloud zone delete <zone>...
--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
Expand Down
1 change: 1 addition & 0 deletions docs/reference/manual/hcloud_zone_describe.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ hcloud zone describe [options] <zone>
--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
Expand Down
1 change: 1 addition & 0 deletions docs/reference/manual/hcloud_zone_disable-protection.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ hcloud zone disable-protection <zone> delete
--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
Expand Down
1 change: 1 addition & 0 deletions docs/reference/manual/hcloud_zone_enable-protection.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ hcloud zone enable-protection <zone> delete
--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
Expand Down
1 change: 1 addition & 0 deletions docs/reference/manual/hcloud_zone_export-zonefile.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ hcloud zone export-zonefile [options] <zone>
--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
Expand Down
1 change: 1 addition & 0 deletions docs/reference/manual/hcloud_zone_import-zonefile.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ hcloud zone import-zonefile --zonefile <file> <zone>
--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
Expand Down
1 change: 1 addition & 0 deletions docs/reference/manual/hcloud_zone_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ hcloud zone list [options]
--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
Expand Down
1 change: 1 addition & 0 deletions docs/reference/manual/hcloud_zone_remove-label.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ hcloud zone remove-label <zone> (--all | <label>...)
--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
Expand Down
1 change: 1 addition & 0 deletions docs/reference/manual/hcloud_zone_remove-records.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ hcloud zone remove-records (--record <value>... | --records-file <file>) <zone>
--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
Expand Down
1 change: 1 addition & 0 deletions docs/reference/manual/hcloud_zone_rrset.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ See https://docs.hetzner.cloud/changelog#2025-10-07-dns-beta for more details.
--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
Expand Down
1 change: 1 addition & 0 deletions docs/reference/manual/hcloud_zone_rrset_add-label.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ hcloud zone rrset add-label [--overwrite] <zone> <name> <type> <label>...
--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
Expand Down
1 change: 1 addition & 0 deletions docs/reference/manual/hcloud_zone_rrset_add-records.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ hcloud zone rrset add-records (--record <value>... | --records-file <file>) <zon
--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
Expand Down
1 change: 1 addition & 0 deletions docs/reference/manual/hcloud_zone_rrset_change-ttl.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ hcloud zone rrset change-ttl (--ttl <ttl> | --unset) <zone> <name> <type>
--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
Expand Down
1 change: 1 addition & 0 deletions docs/reference/manual/hcloud_zone_rrset_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ hcloud zone rrset create [options] --name <name> --type <A|AAAA|CAA|CNAME|DS|HIN
--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
Expand Down
1 change: 1 addition & 0 deletions docs/reference/manual/hcloud_zone_rrset_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ hcloud zone rrset delete <zone> <name> <type>
--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
Expand Down
1 change: 1 addition & 0 deletions docs/reference/manual/hcloud_zone_rrset_describe.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ hcloud zone rrset describe [options] <zone> <name> <type>
--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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ hcloud zone rrset disable-protection <zone> <name> <type> change
--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
Expand Down
Loading