Skip to content

CLI Reference

Complete reference for all Gira commands and options.

Table of Contents

Sprint Management

Global Options

These options can be used with any command:

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

Commands

gira sprint start

Start a sprint (change status from planned to active).

gira sprint start <sprint_id>

Arguments:

  • sprint_id - Sprint ID to start (required)
  • Type: string
  • Pattern: ^SPRINT-\d{3}$
  • Examples: SPRINT-001, SPRINT-002

Examples:

gira sprint start SPRINT-001