Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 597 Bytes

File metadata and controls

31 lines (20 loc) · 597 Bytes

Command azdo project

Work with Azure DevOps Projects.

Available commands

ALIASES

  • p

Examples

# Creatign a new project in the default organization
$ azdo project create <project>

# Listing existing project in the default organization
$ azdo project list

# Delete a project in an organization
$ azdo project delete myorg/myproject

See also