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-run

Run a saved query by name (DEPRECATED).

gira query-run <name> [options]

Arguments:

  • name - Name of the saved query to run (required)
  • Type: string

Options:

  • -f, --format - Output format
  • Type: enum
  • Choices: TABLE, JSON, YAML, CSV, TSV, TEXT, IDS
  • Default: table
  • Examples: json, table

  • -l, --limit - Maximum number of results

  • Type: integer
  • Default:

  • -o, --offset - Number of results to skip

  • Type: integer
  • Default: 0

  • -s, --sort - Sort results by field

  • Default:

  • --filter-json - JSONPath expression

  • Default:

  • --no-header - Don't show table header

  • Type: boolean

  • -v, --verbose - Show detailed error messages

  • Type: boolean

Examples:

gira query-run <name>
gira query-run <name> --format json
gira query-run <name> --no-header