Skip to content

overwire parse

Parses a workflow file and prints its structure: name, triggers, jobs, steps, and how Overwire interpreted them. Useful for confirming that a workflow means what you think it means before running it.

Terminal window
overwire parse [options] <file>
ArgumentDescription
filePath to a .github/workflows/*.yml file.
OptionDescription
--jsonEmit raw JSON instead of a human summary.
Terminal window
overwire parse .github/workflows/ci.yml
overwire parse .github/workflows/ci.yml --json | jq '.jobs | keys'

overwire.io

Overwire is not affiliated with, endorsed by, or sponsored by GitHub, Inc., Microsoft Corporation, or Docker, Inc. GitHub and GitHub Actions are trademarks of GitHub, Inc.