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 complete

Complete a sprint (alias for close).

gira sprint complete <sprint_id> [options]

Arguments:

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

Options:

  • --retrospective/--no-retrospective - Include retrospective
  • Type: boolean
  • Default: True

  • --git/--no-git - Stage the sprint move using 'git mv'

  • Type: boolean
  • Default:

Examples:

gira sprint complete SPRINT-001
gira sprint complete SPRINT-001 --retrospective/--no-retrospective