You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-22Lines changed: 22 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,28 +65,28 @@ Help is available for any command by specifying the special flag `--help` (or si
65
65
66
66
Below you can find a list of the STACKIT services already available in the CLI (along with their respective command names) and the ones that are currently planned to be integrated.
*[stackit beta volume create](./stackit_beta_volume_create.md) - Creates a volume
33
+
*[stackit beta volume delete](./stackit_beta_volume_delete.md) - Deletes a volume
34
+
*[stackit beta volume describe](./stackit_beta_volume_describe.md) - Shows details of a volume
35
+
*[stackit beta volume list](./stackit_beta_volume_list.md) - Lists all volumes of a project
36
+
*[stackit beta volume performance-class](./stackit_beta_volume_performance-class.md) - Provides functionality for volume performance classes available inside a project
37
+
*[stackit beta volume resize](./stackit_beta_volume_resize.md) - Resizes a volume
38
+
*[stackit beta volume update](./stackit_beta_volume_update.md) - Updates a volume
--label stringToString Labels are key-value string pairs which can be attached to a volume. A label can be provided with the format key=value and the flag can be used multiple times to provide a list of labels (default [])
33
+
-n, --name string Volume name
34
+
--performance-class string Performance class
35
+
--size int Volume size (GB). Either 'size' or the 'source-id' and 'source-type' flags must be given
36
+
--source-id string ID of the source object of volume. Either 'size' or the 'source-id' and 'source-type' flags must be given
37
+
--source-type string Type of the source object of volume. Either 'size' or the 'source-id' and 'source-type' flags must be given
38
+
```
39
+
40
+
### Options inherited from parent commands
41
+
42
+
```
43
+
-y, --assume-yes If set, skips all confirmation prompts
44
+
--async If set, runs the command asynchronously
45
+
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
46
+
-p, --project-id string Project ID
47
+
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
48
+
```
49
+
50
+
### SEE ALSO
51
+
52
+
*[stackit beta volume](./stackit_beta_volume.md) - Provides functionality for Volume
-h, --help Help for "stackit beta volume performance-class describe"
27
+
```
28
+
29
+
### Options inherited from parent commands
30
+
31
+
```
32
+
-y, --assume-yes If set, skips all confirmation prompts
33
+
--async If set, runs the command asynchronously
34
+
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
35
+
-p, --project-id string Project ID
36
+
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
37
+
```
38
+
39
+
### SEE ALSO
40
+
41
+
*[stackit beta volume performance-class](./stackit_beta_volume_performance-class.md) - Provides functionality for volume performance classes available inside a project
0 commit comments