adtk projects
The projects command group (alias: proj) lets you list and inspect Azure DevOps projects and their teams.
List all projects in the organization.
adtk projects listNAME STATE VISIBILITY LAST UPDATEDMyProject wellFormed private 2025-01-15AnotherProject wellFormed private 2025-01-10
2 projectsGet detailed information about a specific project.
adtk projects get <project>Example:
adtk proj get MyProject ID: a1b2c3d4-e5f6-7890-abcd-ef1234567890 Name: MyProject State: wellFormed Visibility: private Description: Main engineering project Last Updated: 2025-01-15 10:30List teams in a specific project.
adtk projects teams <project>Example:
adtk proj teams MyProjectNAME DESCRIPTIONMyProject Team The default project teamBackend Team Backend development teamFrontend Team Frontend development team
3 teams