circleci config validate

Check that the config file is well formed.

Synopsis

Check that the config file is well formed.

circleci config validate <path> [flags]

Arguments

<path>      The path to your config (use "-" for STDIN)

Flags

  -h, --help                       help for validate
      --ignore-deprecated-images   ignores the deprecated images error
      --org-id string              organization id used when a config depends on private orbs belonging to that org
  -o, --org-slug string            organization slug (for example: github/example-org), used when a config depends on private orbs belonging to that org
  -v, --verbose                    Enable verbose output

Flags inherited from parent commands

      --host string         URL to your CircleCI host, also CIRCLECI_CLI_HOST (default "https://circleci.com")
      --skip-update-check   Skip the check for updates check run before every command. (default true)
      --token string        your token for using CircleCI, also CIRCLECI_CLI_TOKEN

SEE ALSO