Skip to content

Commit 69086aa

Browse files
committed
go generate
1 parent 91eb968 commit 69086aa

4 files changed

+40
-7
lines changed

docs/reference/manual/hcloud_storage-box_snapshot_list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ hcloud storage-box snapshot list [options] <storage-box>
2828
### Options
2929

3030
```
31+
--automatic Only show automatic snapshots (true, false)
3132
-h, --help help for list
3233
-o, --output stringArray output options: noheader|columns=...|json|yaml
3334
-l, --selector string Selector to filter by labels

docs/reference/manual/hcloud_storage-box_subaccount.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Manage Storage Box Subaccounts
2525
### SEE ALSO
2626

2727
* [hcloud storage-box](hcloud_storage-box.md) - Manage Storage Boxes
28+
* [hcloud storage-box subaccount change-home-directory](hcloud_storage-box_subaccount_change-home-directory.md) - Update access settings of the Storage Box Subaccount
2829
* [hcloud storage-box subaccount create](hcloud_storage-box_subaccount_create.md) - Create a Storage Box Subaccount
2930
* [hcloud storage-box subaccount delete](hcloud_storage-box_subaccount_delete.md) - Delete a Storage Box Subaccount
3031
* [hcloud storage-box subaccount describe](hcloud_storage-box_subaccount_describe.md) - Describe a Storage Box Subaccount
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
## hcloud storage-box subaccount change-home-directory
2+
3+
Update access settings of the Storage Box Subaccount
4+
5+
```
6+
hcloud storage-box subaccount change-home-directory --home-directory <home-directory> <storage-box> <subaccount>
7+
```
8+
9+
### Options
10+
11+
```
12+
-h, --help help for change-home-directory
13+
--home-directory string Home directory of the Subaccount. Will be created if it doesn't exist yet
14+
```
15+
16+
### Options inherited from parent commands
17+
18+
```
19+
--config string Config file path (default "~/.config/hcloud/cli.toml")
20+
--context string Currently active context
21+
--debug Enable debug output
22+
--debug-file string File to write debug output to
23+
--endpoint string Hetzner Cloud API endpoint (default "https://api.hetzner.cloud/v1")
24+
--hetzner-endpoint string Hetzner API endpoint (default "https://api.hetzner.com/v1")
25+
--no-experimental-warnings If true, experimental warnings are not shown
26+
--poll-interval duration Interval at which to poll information, for example action progress (default 500ms)
27+
--quiet If true, only print error messages
28+
```
29+
30+
### SEE ALSO
31+
32+
* [hcloud storage-box subaccount](hcloud_storage-box_subaccount.md) - Manage Storage Box Subaccounts

docs/reference/manual/hcloud_storage-box_subaccount_update-access-settings.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@ hcloud storage-box subaccount update-access-settings [options] <storage-box> <su
99
### Options
1010

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

2120
### Options inherited from parent commands

0 commit comments

Comments
 (0)