-
Notifications
You must be signed in to change notification settings - Fork 79
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
feat: add deploy alias #597
Conversation
@raaymax any ideas on why the CI might be failing? |
No idea, it's failing the same way also in the other PR.. |
Found this microsoft/playwright#30368 |
It does, so how do we fix? cc @FabienArcellier |
Looks like it run this time though? |
src/writer/command_line.py
Outdated
prompt="Enter your API key", | ||
hide_input=True, help="Writer API key" | ||
) | ||
@click.option('--env', '-e', multiple=True, default=[], help="Environment to deploy the app to") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe Environments
as it can be multiple
@click.option('--env', '-e', multiple=True, default=[], help="Environment to deploy the app to") | |
@click.option('--env', '-e', multiple=True, default=[], help="Environments to deploy the app to") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aren't these environment variables?
You have no idea how much time I spent in click docs searching for exactly something like this... |
Co-authored-by: Ramiro Medina <[email protected]>
No description provided.