adtk boards
The boards command group lets you list Kanban boards and inspect their column configuration.
Shared Flags
Section titled “Shared Flags”| Flag | Short | Description |
|---|---|---|
--project | -p | Project name (required) |
--team | -t | Team name (optional) |
List all boards for a project or team.
adtk boards list --project MyProject [--team "My Team"]ID NAMEa1b2c3d4-e5f6-7890-abcd-ef1234567890 Storiesb2c3d4e5-f6a7-8901-bcde-f12345678901 Bugs
2 boardscolumns
Section titled “columns”List columns on a specific board.
adtk boards columns <board> --project MyProject [--team "My Team"]Example:
adtk boards columns Stories -p MyProjectNAME ITEM LIMIT COLUMN TYPENew - incomingActive 5 inProgressResolved 3 inProgressClosed - outgoing