mirror of
https://github.com/Hopiu/portainer-cli.git
synced 2026-03-17 06:20:26 +00:00
Fix documenation
This commit is contained in:
parent
be95a415c0
commit
f67e36c5c5
1 changed files with 3 additions and 3 deletions
|
|
@ -160,9 +160,9 @@ portainer-cli update_stack_acl -n stack-test -e 1 -o restricted -u user1,user2 -
|
|||
| `-n` or `-stack-name` | Stack name |
|
||||
| `-e` or `-endpoint-id` | Endpoint id (required) |
|
||||
| `-o` or `-ownership-type` | Ownership type (`admin`|`restricted`,`public`) (required) |
|
||||
| `-u` or `users` | Comma separated list of user names (when `restricted`) |
|
||||
| `-t` or `team` | Comma separated list of team names (when `restricted`) |
|
||||
| `-c` or `clear` | Clear users and teams before updateing them (when `restricted`) |
|
||||
| `-u` or `-users` | Comma separated list of user names (when `restricted`) |
|
||||
| `-t` or `-teams` | Comma separated list of team names (when `restricted`) |
|
||||
| `-c` or `-clear` | Clear users and teams before updateing them (when `restricted`) |
|
||||
|
||||
### get_stack_id command
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue