Create a DevOps Center project in a DevOps Center org.
Creates a new DevOps Center project with the specified name and optional description.
Username or alias of the DevOps Center org.
Name of the new DevOps Center project.
Description of the new project; if not specified, the description is blank.
-
Create a new DevOps Center project in the specified org.
<%= config.bin %> <%= command.id %> --target-org my-devops-org --name "MyApp Release" -
Create a project with a name and description.
<%= config.bin %> <%= command.id %> --target-org my-devops-org --name "Platform Update" --description "Platform services update"