Skip to content
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

Add support of environment variables #274

Closed
francoispluchino opened this issue Feb 18, 2017 · 1 comment
Closed

Add support of environment variables #274

francoispluchino opened this issue Feb 18, 2017 · 1 comment
Assignees
Milestone

Comments

@francoispluchino
Copy link
Member

francoispluchino commented Feb 18, 2017

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:

{
    "config": {
        "fxp-asset": {
            "pattern-skip-version": "(-patch)"
        }
    }
}

Can be overrided by FXP_ASSET__PATTERN_SKIP_VERSION="(-build)" environment variable.

@francoispluchino
Copy link
Member Author

Added by 8929f2b.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant