CLI Reference¶
Complete reference for all Gira commands and options.
Table of Contents¶
Sprint Management¶
gira sprint complete
- Complete a sprint (alias for close).
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).
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: