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
Add support of the environment variables to override the project configuration and global configuration (#273).
All variables will start with FXP_ASSET__ and uppercased, and each - will replaced by _.
FXP_ASSET__
-
_
Example:
{ "config": { "fxp-asset": { "pattern-skip-version": "(-patch)" } } }
Can be overrided by FXP_ASSET__PATTERN_SKIP_VERSION="(-build)" environment variable.
FXP_ASSET__PATTERN_SKIP_VERSION="(-build)"
The text was updated successfully, but these errors were encountered:
Added by 8929f2b.
Sorry, something went wrong.
francoispluchino
No branches or pull requests
Add support of the environment variables to override the project configuration and global configuration (#273).
All variables will start with
FXP_ASSET__
and uppercased, and each-
will replaced by_
.Example:
Can be overrided by
FXP_ASSET__PATTERN_SKIP_VERSION="(-build)"
environment variable.The text was updated successfully, but these errors were encountered: