Skip to content

Commit b917117

Browse files
authored
docs: add context name to auth command (#168)
1 parent 3ea9943 commit b917117

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/30_commands.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ miactl context list
6969
The `context auth` subcommand allows you to setup the Console Service Account you want to use to authenticate to the Console.
7070

7171
```sh
72-
miactl context auth [flags]
72+
miactl context auth NAME [flags]
7373
```
7474

7575
Available flags:
76-
`--client-id string`: the client ID of the service account
77-
`--client-secret string`: the client secret of the service account
78-
`-h, --help`: help for auth
79-
`--jwt-json string`: path of the json containing the json config of a jwt service account
76+
- `--client-id string`: the client ID of the service account
77+
- `--client-secret string`: the client secret of the service account
78+
- `-h, --help`: help for auth
79+
- `--jwt-json string`: path of the json containing the json config of a jwt service account
8080

8181
## company
8282

0 commit comments

Comments
 (0)