Skip to content

Commit 5942d65

Browse files
author
Mathieu Garcia
committed
docs(ai_machine_learning/cli): Update ovhai manual to display new quantum roles
1 parent 27abbff commit 5942d65

File tree

1 file changed

+3
-1
lines changed
  • pages/public_cloud/ai_machine_learning/cli_13_howto_app_token_cli

1 file changed

+3
-1
lines changed

pages/public_cloud/ai_machine_learning/cli_13_howto_app_token_cli/guide.en-gb.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@ If you need any help while creating a new token, run `ovhai token create --help`
2121
``` {.console}
2222
Usage: ovhai token create [OPTIONS] --role <ROLE> <NAME>
2323
24+
Create an application token
25+
2426
Arguments:
2527
<NAME> Token's name
2628
2729
Options:
28-
-r, --role <ROLE> Operator role gives all access, read role only allow to access job's APIs [possible values: read, operator]
30+
-r, --role <ROLE> Operator role gives all access, read role only allow to access job's APIs. DEPRECATED VALUES: "read", "operator" => replaced by "ai_training_read", "ai_training_operator" [possible values: read, operator, ai_training_read, ai_training_operator, quantum_operator, quantum_reader]
2931
--token <TOKEN> Authentication using Token rather than OAuth
3032
-l, --label-selector <name=value> Only jobs with this label's name and value will be accessible using this token
3133
-o, --output <OUTPUT> Command output format [possible values: json, yaml, description]

0 commit comments

Comments
 (0)