We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.
variable:create
When trying to set a variable in the default environment, the shortcut . is not recognized.
Using main works, though. But the shortcut is nicer when scripting across projects where the default environment could vary.
main
$ platform variable:create --level=environment --environment=. --name=env:FOO --value=bar Selecting default environment (indicated by .) Selected environment: main (type: production) [InvalidValueException] . is not one of: main, plausible, pr-110, pr-122, pr-65
I'm using 5.0.14.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When trying to set a variable in the default environment, the shortcut
.
is not recognized.Using
main
works, though. But the shortcut is nicer when scripting across projects where the default environment could vary.I'm using 5.0.14.
The text was updated successfully, but these errors were encountered: