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.
overwire parse [options] <file>Arguments
Section titled “Arguments”| Argument | Description |
|---|---|
file | Path to a .github/workflows/*.yml file. |
Options
Section titled “Options”| Option | Description |
|---|---|
--json | Emit raw JSON instead of a human summary. |
Examples
Section titled “Examples”overwire parse .github/workflows/ci.ymloverwire parse .github/workflows/ci.yml --json | jq '.jobs | keys'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.