Skip to content

Add support of environment variables #274

@francoispluchino

Description

@francoispluchino

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.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions