Skip to content

Commit 2b92a4d

Browse files
committed
fix(server): generated docs
1 parent a135d2a commit 2b92a4d

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

docs/stackit_server_service-account_attach.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,22 @@ Attach a service account to a server
77
Attach a service account to a server
88

99
```
10-
stackit server service-account attach SERVICE_ACCOUNT_EMAIL [flags]
10+
stackit server service-account attach [flags]
1111
```
1212

1313
### Examples
1414

1515
```
1616
Attach a service account with mail "xxx@sa.stackit.cloud" to a server with ID "yyy"
17-
$ stackit server service-account attach xxx@sa.stackit.cloud --server-id yyy
17+
$ stackit server service-account attach --service-account-email xxx@sa.stackit.cloud --server-id yyy
1818
```
1919

2020
### Options
2121

2222
```
23-
-h, --help Help for "stackit server service-account attach"
24-
-s, --server-id string Server ID
23+
-h, --help Help for "stackit server service-account attach"
24+
-s, --server-id string Server ID
25+
-a, --service-account-email string Service Account Email
2526
```
2627

2728
### Options inherited from parent commands

docs/stackit_server_service-account_detach.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,22 @@ Detach a service account from a server
77
Detach a service account from a server
88

99
```
10-
stackit server service-account detach SERVICE_ACCOUNT_EMAIL [flags]
10+
stackit server service-account detach [flags]
1111
```
1212

1313
### Examples
1414

1515
```
1616
Detach a service account with mail "xxx@sa.stackit.cloud" from a server "yyy"
17-
$ stackit server service-account detach xxx@sa.stackit.cloud --server-id yyy
17+
$ stackit server service-account detach --service-account-email xxx@sa.stackit.cloud --server-id yyy
1818
```
1919

2020
### Options
2121

2222
```
23-
-h, --help Help for "stackit server service-account detach"
24-
-s, --server-id string Server id
23+
-h, --help Help for "stackit server service-account detach"
24+
-s, --server-id string Server id
25+
-a, --service-account-email string Service Account Email
2526
```
2627

2728
### Options inherited from parent commands

0 commit comments

Comments
 (0)