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 network-area route delete](./stackit_beta_network-area_route_delete.md) - Deletes a static route in a STACKIT Network Area (SNA)
34
34
*[stackit beta network-area route describe](./stackit_beta_network-area_route_describe.md) - Shows details of a static route in a STACKIT Network Area (SNA)
35
35
*[stackit beta network-area route list](./stackit_beta_network-area_route_list.md) - Lists all static routes in a STACKIT Network Area (SNA)
36
+
*[stackit beta network-area route update](./stackit_beta_network-area_route_update.md) - Updates a static route in a STACKIT Network Area (SNA)
Create a static route with labels "key:value" and "foo:bar" with prefix "1.1.1.0/24" and next hop "1.1.1.1" in a STACKIT Network Area with ID "xxx" in organization with ID "yyy"
-h, --help Help for "stackit beta network-area route create"
29
+
--labels stringToString Labels are key-value string pairs which can be attached to a route. 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 [])
26
30
--network-area-id string STACKIT Network Area ID
27
31
--next-hop string Next hop IP address. Must be a valid IPv4
-h, --help Help for "stackit beta network-area route update"
26
+
--labels stringToString Labels are key-value string pairs which can be attached to a route. 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 [])
27
+
--network-area-id string STACKIT Network Area ID
28
+
--organization-id string Organization ID
29
+
```
30
+
31
+
### Options inherited from parent commands
32
+
33
+
```
34
+
-y, --assume-yes If set, skips all confirmation prompts
35
+
--async If set, runs the command asynchronously
36
+
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
37
+
-p, --project-id string Project ID
38
+
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
39
+
```
40
+
41
+
### SEE ALSO
42
+
43
+
*[stackit beta network-area route](./stackit_beta_network-area_route.md) - Provides functionality for static routes in STACKIT Network Areas
*[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
0 commit comments