Skip to content

CLI Reference Documentation

This directory contains auto-generated CLI reference documentation for Gira.

Structure

  • cli-reference.md - Complete CLI reference with all commands
  • commands/ - Individual command documentation files
  • Each command has its own detailed documentation file

Generation

These files are automatically generated using:

# Generate complete CLI reference
gira docs generate --output docs/05-reference/cli-reference.md

# Generate individual command documentation
gira docs generate --command "ticket create" --output docs/05-reference/commands/ticket-create.md

Important

DO NOT EDIT THESE FILES MANUALLY

All files in this directory are auto-generated from the CLI schema. Any manual edits will be overwritten when the documentation is regenerated.

To update the documentation, modify the command implementations or documentation generation templates.