Skip to content

Commit

Permalink
fix: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dword-design authored Apr 8, 2021
1 parent 9e0b69c commit 5be631a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ GitPod helper command for project-specific environment variables.

GitPod by default does not support variables with the same name but different scopes. E.g. setting a variable `API_KEY` for scope `user/project1` and setting a variable `API_KEY` for scope `user/project2` will lead to the first variable being deleted. But you often want to have project-specific variables with the same name.

This tool iterates all environment variables and replaces the ones with a project-specific prefix with its non-prefixed form.
This tool iterates all environment variables and replaces the ones with a project-specific prefix with their non-prefixed forms.

`PROJECT1_API_KEY` -> `API_KEY`

Expand Down

0 comments on commit 5be631a

Please sign in to comment.