Skip to content

CLI Reference

Complete reference for all Gira commands and options.

Table of Contents

Other Commands

Global Options

These options can be used with any command:

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

Commands

gira query-save

Save a query expression for later reuse (DEPRECATED).

gira query-save <name><query_string> [options]

Arguments:

  • name - Name for the saved query (required)
  • Type: string

  • query_string - Query expression to save (required)

  • Type: string
  • Examples: ..py$, ^test_., (bug|fix):

Options:

  • -d, --description - Description of what the query returns
  • Default:
  • Max length: 5000

  • -e, --entity - Entity type the query targets

  • Default: ticket

  • -f, --force - Overwrite existing query with the same name

  • Type: boolean

Examples:

gira query-save <name> .*\.py$
gira query-save <name> .*\.py$ --force