Skip to content

CLI Reference missing --output flag for run command #12

Description

@github-actions

Drift detected

Source: src/cli.ts (line ~323)
Docs: docs/02-reference/01-cli.md

What's missing in docs

The run command has a -o, --output <file> option in the source code to save the plan JSON file, but this flag is completely missing from the CLI reference documentation.

Source code evidence

In src/cli.ts, the run command includes:

.option("-o, --output <file>", "Save plan JSON to file")

What's wrong in docs

The CLI reference table for the run command doesn't list the --output flag at all. Users reading the docs won't know they can save the plan to a specific file path.

Suggested fix

Add the following row to the run command flags table in docs/02-reference/01-cli.md:

Flag Default Description
-o, --output <file> Save plan JSON to file

Impact

Users following the documentation won't know about this useful feature for debugging and plan inspection.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions