tool · inferred from evidence
circleci config validate
A specific command within the CircleCI CLI used to validate configuration files.
- `circleci config validate` failing (`failed to decode body: invalid character 'I'`)
That cryptic JSON error is hiding a plain message: the response body starts with 'Invalid API token', and the decoder chokes on the letter I. Regenerate your CircleCI personal API token and rerun setup.
- circleci config validate: Error: All Workflows have been filtered from this Pipeline with workflow-level when condition
This was fixed in the rewritten CircleCI CLI v1: the new CLI supplies a complete set of local pipeline values when validating, so a config whose workflows are all conditionally skipped now validates as valid instead of erroring.