Skip to content

[cli-consistency] Inconsistent description for "new" command between docs and CLI #7751

@github-actions

Description

@github-actions

Issue Description

Command: gh aw new
Type: Inconsistent description between documentation and CLI
Priority: Low

Documentation States (cli.md line 223)

Create a new custom workflow from scratch

CLI Source Code States (main.go line 62)

Create a new workflow Markdown file with example configuration

Issue

The documentation uses "custom workflow from scratch" while the CLI says "workflow Markdown file with example configuration". The CLI description is more accurate since the command creates a template file WITH example configuration, not truly "from scratch".

Suggested Fix

Update the documentation at docs/src/content/docs/setup/cli.md line 223 to match the CLI:

Create a new workflow Markdown file with example configuration.

Or use a hybrid that captures both aspects:

Create a new workflow with template and example configuration.

AI generated by CLI Consistency Checker

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions