How To Debug Local Builds Using CircleCI CLI?

Debugging Commands

If you're using CircleCI CLI to build locally and want to troubleshoot, then the circleci config validate and circleci diagnostic commands in combination with the --debug flag will provide great help when debugging.

 

Examples:

circleci config validate <path to config> [flags]

circleci diagnostic [flags]

 

For more help and a list of flags for each command, see the documentation here.

If you have any more questions, please submit a ticket to our support team or write to support@circleci.com.

 

Additional Resources:

Was this article helpful?
1 out of 1 found this helpful

Comments

0 comments

Article is closed for comments.