Skip to content

Commit 08b1142

Browse files
committed
feature: refresh documentation
1 parent 58e53b3 commit 08b1142

6 files changed

+30
-30
lines changed

docs/stackit_beta_security-group.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ stackit beta security-group [flags]
2929
### SEE ALSO
3030

3131
* [stackit beta](./stackit_beta.md) - Contains beta STACKIT CLI commands
32-
* [stackit beta security-group create](./stackit_beta_security-group_create.md) - Create security groups
33-
* [stackit beta security-group delete](./stackit_beta_security-group_delete.md) - Delete a security group
34-
* [stackit beta security-group describe](./stackit_beta_security-group_describe.md) - Describe security groups
35-
* [stackit beta security-group list](./stackit_beta_security-group_list.md) - List security groups
36-
* [stackit beta security-group update](./stackit_beta_security-group_update.md) - Update a security group
32+
* [stackit beta security-group create](./stackit_beta_security-group_create.md) - Creates security groups
33+
* [stackit beta security-group delete](./stackit_beta_security-group_delete.md) - Deletes a security group
34+
* [stackit beta security-group describe](./stackit_beta_security-group_describe.md) - Describes security groups
35+
* [stackit beta security-group list](./stackit_beta_security-group_list.md) - Lists security groups
36+
* [stackit beta security-group update](./stackit_beta_security-group_update.md) - Updates a security group
3737

docs/stackit_beta_security-group_create.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## stackit beta security-group create
22

3-
Create security groups
3+
Creates security groups
44

55
### Synopsis
66

7-
Create security groups.
7+
Creates security groups.
88

99
```
1010
stackit beta security-group create [flags]
@@ -13,21 +13,21 @@ stackit beta security-group create [flags]
1313
### Examples
1414

1515
```
16-
create a named group
16+
Create a named group
1717
$ stackit beta security-group create --name my-new-group
1818
19-
create a named group with labels
19+
Create a named group with labels
2020
$ stackit beta security-group create --name my-new-group --labels label1=value1,label2=value2
2121
```
2222

2323
### Options
2424

2525
```
26-
--description string an optional description of the security group. Must be <= 127 chars
27-
-h, --help Help for "stackit beta security-group create"
28-
--labels strings Labels are key-value string pairs which can be attached to a network-interface. E.g. '--labels key1=value1,key2=value2,...'
29-
--name string the name of the security group. Must be <= 63 chars
30-
--stateful create a stateful or a stateless security group
26+
--description string An optional description of the security group.
27+
-h, --help Help for "stackit beta security-group create"
28+
--labels stringToString Labels are key-value string pairs which can be attached to a network-interface. E.g. '--labels key1=value1,key2=value2,...' (default [])
29+
--name string The name of the security group.
30+
--stateful Create a stateful or a stateless security group
3131
```
3232

3333
### Options inherited from parent commands

docs/stackit_beta_security-group_delete.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## stackit beta security-group delete
22

3-
Delete a security group
3+
Deletes a security group
44

55
### Synopsis
66

7-
Delete a security group by its internal id.
7+
Deletes a security group by its internal ID.
88

99
```
1010
stackit beta security-group delete [flags]
@@ -13,7 +13,7 @@ stackit beta security-group delete [flags]
1313
### Examples
1414

1515
```
16-
delete a named group
16+
Delete a named group
1717
$ stackit beta security-group delete 43ad419a-c68b-4911-87cd-e05752ac1e31
1818
```
1919

docs/stackit_beta_security-group_describe.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## stackit beta security-group describe
22

3-
Describe security groups
3+
Describes security groups
44

55
### Synopsis
66

7-
Describe security groups.
7+
Describes security groups by its internal ID.
88

99
```
1010
stackit beta security-group describe [flags]
@@ -13,7 +13,7 @@ stackit beta security-group describe [flags]
1313
### Examples
1414

1515
```
16-
describe an existing group
16+
Describe an existing group
1717
$ stackit beta security-group describe 9e9c44fe-eb9a-4d45-bf08-365e961845d1
1818
```
1919

docs/stackit_beta_security-group_list.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## stackit beta security-group list
22

3-
List security groups
3+
Lists security groups
44

55
### Synopsis
66

7-
List security groups.
7+
Lists security groups by its internal ID.
88

99
```
1010
stackit beta security-group list [flags]
@@ -13,10 +13,10 @@ stackit beta security-group list [flags]
1313
### Examples
1414

1515
```
16-
list all groups
16+
List all groups
1717
$ stackit beta security-group list
1818
19-
list groups with labels
19+
List groups with labels
2020
$ stackit beta security-group list --labels label1=value1,label2=value2
2121
```
2222

docs/stackit_beta_security-group_update.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## stackit beta security-group update
22

3-
Update a security group
3+
Updates a security group
44

55
### Synopsis
66

7-
Update a named security group
7+
Updates a named security group
88

99
```
1010
stackit beta security-group update [flags]
@@ -23,10 +23,10 @@ stackit beta security-group update [flags]
2323
### Options
2424

2525
```
26-
--description string an optional description of the security group. Must be <= 127 chars
27-
-h, --help Help for "stackit beta security-group update"
28-
--labels strings Labels are key-value string pairs which can be attached to a network-interface. E.g. '--labels key1=value1,key2=value2,...'
29-
--name string the name of the security group. Must be <= 63 chars
26+
--description string An optional description of the security group.
27+
-h, --help Help for "stackit beta security-group update"
28+
--labels stringToString Labels are key-value string pairs which can be attached to a network-interface. E.g. '--labels key1=value1,key2=value2,...' (default [])
29+
--name string The name of the security group.
3030
```
3131

3232
### Options inherited from parent commands

0 commit comments

Comments
 (0)