-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better flags #10
Comments
Hi @greenled, I've done some work on this issue, I'm going to share some code with you soon. psu deploy --user admin --password password --instance http://portainer.local --stack mystack --compose-file /path/to/docker-compose.yml --env-file /path/to/env_vars_file Any thoughts/comments on this? Have a good day, |
Hi @tortuetorche. I'm glad to hear you are working on something new! |
@tortuetorche see #12 for your |
Hi @greenled,
I'm totally agree with you, I think we can have both, |
FYI, I just publish some work on my |
Here the output of the
What do you think about the name of these options? |
They look good to me. And yes, so far it looks 100% backwards compatible. Nice job! I see you also changed the |
This isue is being worked on in the |
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:could also look like this one:
The text was updated successfully, but these errors were encountered: