adtk iterations
The iterations command group (aliases: iter, sprints) lets you list and inspect iterations (sprints) for your project and team.
Shared Flags
Section titled “Shared Flags”| Flag | Short | Description |
|---|---|---|
--project | -p | Project name (required) |
--team | -t | Team name (optional, scopes to a specific team) |
List all iterations for a project or team.
adtk iterations list --project MyProject [--team "My Team"]Example:
adtk iter list -p MyProjectNAME PATH TIME FRAME START ENDSprint 1 MyProject\Sprint 1 past 2025-01-01 2025-01-14Sprint 2 MyProject\Sprint 2 current 2025-01-15 2025-01-28Sprint 3 MyProject\Sprint 3 future 2025-01-29 2025-02-11
3 iterationscurrent
Section titled “current”Show the currently active iteration/sprint.
adtk iterations current --project MyProject [--team "My Team"]Example:
adtk iter current -p MyProject Name: Sprint 2 Path: MyProject\Sprint 2 Start: 2025-01-15 End: 2025-01-28settings
Section titled “settings”Get team iteration settings. Outputs raw JSON.
adtk iterations settings --project MyProject [--team "My Team"]