Skip to content

CLI Reference

Complete reference for all Gira commands and options.

Table of Contents

Archive Management

Global Options

These options can be used with any command:

  • --help - Show help message and exit
  • --version - Show version number and exit

Commands

gira archive ticket

Archive a single ticket.

gira archive ticket <ticket_id> [options]

Arguments:

  • ticket_id - ID of the ticket to archive (required)
  • Type: string
  • Pattern: ^[A-Z]{2,4}-\d+$
  • Examples: GIRA-123, GCM-456, PROJ-1

Options:

  • -f, --force - Skip confirmation prompt
  • Type: boolean

  • --dry-run - Preview the archive operation without performing it

  • Type: boolean

  • --git/--no-git - Use git operations for archiving (auto-detected if not specified)

  • Type: boolean
  • Default:

Examples:

gira archive ticket GIRA-123
gira archive ticket GIRA-123 --force