List all DevOps Center projects in a Salesforce org.
This command queries the DevopsProject standard object and returns the project Id, Name, and Description for each project found.
Username or alias of the DevOps Center org.
-
List all DevOps Center projects in an org with alias "my-devops-org":
<%= config.bin %> <%= command.id %> --target-org my-devops-org -
List projects using an org's username:
<%= config.bin %> <%= command.id %> --target-org devops-center@example.com