check --ignore

Ignore specific loading or value-validation errors:

Usage

Ignore specific loading or value-validation errors:

$ dotenvx check --ignore=MISSING_ENV_FILE
$ dotenvx check --ignore=MISSING_ENV_FILE INVALID_ENV
$ DOTENV_IGNORE=MISSING_ENV_FILE dotenvx check

An Envfile is still required, even when errors are ignored.