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
gp env
=
gp env fails when the content contains the character =
In any gitpod workspace, run gp env Y='this=that'
gp env Y='this=that'
You will get this error - Y=this=that has no value (correct format is Y=this=that=some_value)
Y=this=that has no value (correct format is Y=this=that=some_value)
gp env Y='this=that' should create a Gitpod environment variable Y with the value this=that
Y
this=that
This bug can be reproduced in terminal of any Gitpod workspace
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Bug description
gp env
fails when the content contains the character=
In any gitpod workspace, run
gp env Y='this=that'
You will get this error -
Y=this=that has no value (correct format is Y=this=that=some_value)
Steps to reproduce
In any gitpod workspace, run
gp env Y='this=that'
You will get this error -
Y=this=that has no value (correct format is Y=this=that=some_value)
Expected behavior
gp env Y='this=that'
should create a Gitpod environment variableY
with the valuethis=that
Example repository
This bug can be reproduced in terminal of any Gitpod workspace
Anything else?
No response
The text was updated successfully, but these errors were encountered: