validate --ignore
Ignore specific loading or value-validation errors:
Usage
Ignore specific loading or value-validation errors:
$ dotenvx validate --ignore=MISSING_ENV_FILE
$ dotenvx validate --ignore=MISSING_ENV_FILE INVALID_ENV
$ DOTENV_IGNORE=MISSING_ENV_FILE dotenvx validate
An Envfile is still required, even when errors are ignored.