-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Flags should have a complete and a short form, something like --action and -a. This would help using and particularly reading them. A command like this one:
./psu -a deploy -u admin -p password -l http://portainer.local -n mystack -c /path/to/docker-compose.yml -g /path/to/env_vars_filecould also look like this one:
./psu --action deploy --user admin --password password --instance http://portainer.local --stack mystack --compose-file /path/to/docker-compose.yml --env-file /path/to/env_vars_filetortuetorche
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request