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 add

Add a comment to a ticket or epic.

gira comment add <entity_id> [options]

Arguments:

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

Options:

  • -c, --content - Comment content
  • Default:

  • --content-file - Read comment content from a file

  • Default:
  • Examples: comment.md, update-notes.txt, ./feedback/review-comments.md

  • -e, --editor - Open editor for comment

  • Type: boolean

  • -a, --attach - Attach file(s) to the comment (can be used multiple times)

  • Type: array
  • Default:

Examples:

gira comment add GCM-123
gira comment add PROJ-456 --message "Fixed the issue with login timeout"