Skip to content

CLI Reference

Complete reference for all Gira commands and options.

Table of Contents

Shell Completion

Global Options

These options can be used with any command:

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

Commands

gira completion install

Install shell completion for Gira.

gira completion install <shell> [options]

Arguments:

  • shell - Shell type: bash, zsh, fish (required)
  • Type: string

Options:

  • --path - Custom installation path
  • Default:
  • Examples: .gira/config.json, /path/to/file.txt, ./relative/path.md

  • -v, --verbose - Show detailed path selection process

  • Type: boolean

Examples:

gira completion install <shell>
gira completion install <shell> --verbose

gira completion show

Show completion script for manual installation.

gira completion show <shell>

Arguments:

  • shell - Shell type: bash, zsh, fish (required)
  • Type: string

Examples:

gira completion show <shell>