mirror of
https://github.com/Hopiu/portainer-cli.git
synced 2026-03-16 22:10:34 +00:00
Fix env file parameter
This commit is contained in:
parent
42cca1ad8d
commit
54c4cede32
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@ class PortainerCLI(object):
|
|||
stack_name=('Stack name', 'option', 'n', str),
|
||||
endpoint_id=('Endpoint id', 'option', 'e', int),
|
||||
stack_file=('Stack file', 'option', 'sf'),
|
||||
env_file=('Environment Variable file', 'option'),
|
||||
env_file=('Environment Variable file', 'option', 'ef'),
|
||||
prune=('Prune services', 'flag', 'p'),
|
||||
clear_env=('Clear all env vars', 'flag', 'c'),
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue