File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,21 +7,22 @@ Attach a service account to a server
77Attach 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
Original file line number Diff line number Diff line change @@ -7,21 +7,22 @@ Detach a service account from a server
77Detach 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
You can’t perform that action at this time.
0 commit comments