mirror of
https://github.com/Hopiu/portainer-cli.git
synced 2026-05-08 15:14:45 +00:00
Fix plac annotation
This commit is contained in:
parent
9ba3542a0b
commit
2482183ad0
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,7 @@ class PortainerCLI(object):
|
|||
stack_id=('Stack id', 'option', 's'),
|
||||
stack_name=('Stack name', 'option', 'n'),
|
||||
endpoint_id=('Endpoint id', 'option', 'e'),
|
||||
ownership_type=('Ownership type', 'option', 'o', ['admin', 'restricted', 'public']),
|
||||
ownership_type=('Ownership type', 'option', 'o', str, ['admin', 'restricted', 'public']),
|
||||
users=('Allowed usernames (comma separated - restricted ownership_type only)', 'option', 'u'),
|
||||
teams=('Allowed teams (comma separated - restricted ownership_type only)', 'option', 't'),
|
||||
clear=('Clear acl (restricted ownership_type only)', 'flag', 'c')
|
||||
|
|
|
|||
Loading…
Reference in a new issue