Skip to content

adtk boards

The boards command group lets you list Kanban boards and inspect their column configuration.

FlagShortDescription
--project-pProject name (required)
--team-tTeam name (optional)

List all boards for a project or team.

Terminal window
adtk boards list --project MyProject [--team "My Team"]
ID NAME
a1b2c3d4-e5f6-7890-abcd-ef1234567890 Stories
b2c3d4e5-f6a7-8901-bcde-f12345678901 Bugs
2 boards

List columns on a specific board.

Terminal window
adtk boards columns <board> --project MyProject [--team "My Team"]

Example:

Terminal window
adtk boards columns Stories -p MyProject
NAME ITEM LIMIT COLUMN TYPE
New - incoming
Active 5 inProgress
Resolved 3 inProgress
Closed - outgoing