Skip to content

CLI Reference

Complete reference for all Gira commands and options.

Table of Contents

Comments

Global Options

These options can be used with any command:

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

Commands

gira comment delete

Delete a comment from a ticket or epic.

gira comment delete <entity_id><comment_id> [options]

Arguments:

  • entity_id - Ticket or Epic ID (e.g., GCM-123 or EPIC-001) (required)
  • Type: string

  • comment_id - Comment ID to delete (required)

  • Type: string

Options:

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

Examples:

gira comment delete <entity_id> <comment_id>
gira comment delete <entity_id> <comment_id> --force