Skip to content

adtk iterations

The iterations command group (aliases: iter, sprints) lets you list and inspect iterations (sprints) for your project and team.

FlagShortDescription
--project-pProject name (required)
--team-tTeam name (optional, scopes to a specific team)

List all iterations for a project or team.

Terminal window
adtk iterations list --project MyProject [--team "My Team"]

Example:

Terminal window
adtk iter list -p MyProject
NAME PATH TIME FRAME START END
Sprint 1 MyProject\Sprint 1 past 2025-01-01 2025-01-14
Sprint 2 MyProject\Sprint 2 current 2025-01-15 2025-01-28
Sprint 3 MyProject\Sprint 3 future 2025-01-29 2025-02-11
3 iterations

Show the currently active iteration/sprint.

Terminal window
adtk iterations current --project MyProject [--team "My Team"]

Example:

Terminal window
adtk iter current -p MyProject
Name: Sprint 2
Path: MyProject\Sprint 2
Start: 2025-01-15
End: 2025-01-28

Get team iteration settings. Outputs raw JSON.

Terminal window
adtk iterations settings --project MyProject [--team "My Team"]