-
Notifications
You must be signed in to change notification settings - Fork 121
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
var:create prompts for environment when -e option is present #1002
Comments
I've looked into this and it's sort of deliberate. The So there's an easy way to avoid prompts - use |
One problem with the If I use |
@royallthefourth @drjayvee thanks for your feedback over the last 2 years :) You may be interested in the two PRs: |
For some more clarification: |
When creating a new env var with the
-e
option, I expect that environment to be used. Instead, the CLI tool prompts interactively. A command like this one should contain all the information needed to create an environment variable without prompts:platform var:create -l environment -e master --json=false --sensitive=false --enabled=true --inheritable=false -p PROJECT --value=VALUE VAR_NAME
The text was updated successfully, but these errors were encountered: