Skip to content

Commit 3dfdf3a

Browse files
committed
Add Organization to the list of permissions documented for the apikey create command
1 parent 13c8ae8 commit 3dfdf3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SeqCli/Cli/Commands/ApiKey/CreateCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public CreateCommand(SeqConnectionFactory connectionFactory, SeqCliConfig config
7575

7676
Options.Add(
7777
"permissions=",
78-
"A comma-separated list of permissions to delegate to the API key; valid permissions are `Ingest` (default), `Read`, `Write`, `Project` and `System`",
78+
"A comma-separated list of permissions to delegate to the API key; valid permissions are `Ingest` (default), `Read`, `Write`, `Project`, `Organization`, and `System`",
7979
v => _permissions = ArgumentString.NormalizeList(v));
8080

8181
Options.Add(

0 commit comments

Comments
 (0)