az devcenter dev project
Note
This reference is part of the devcenter extension for the Azure CLI (version 2.51.0 or higher). The extension will automatically install the first time you run an az devcenter dev project command. Learn more about extensions.
Manage projects.
Commands
Name | Description | Type | Status |
---|---|---|---|
az devcenter dev project list |
List all projects. |
Extension | GA |
az devcenter dev project show |
Get a project. |
Extension | GA |
az devcenter dev project list
List all projects.
az devcenter dev project list [--dev-center]
[--endpoint]
Examples
List using dev center
az devcenter dev project list --dev-center-name "ContosoDevCenter"
List using endpoint
az devcenter dev project list --endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/"
Optional Parameters
The name of the dev center. Use az configure -d dev-center=<dev_center_name> to configure a default.
The API endpoint for the developer resources. Use az configure -d endpoint=<endpoint_uri> to configure a default.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az devcenter dev project show
Get a project.
az devcenter dev project show --name
[--dev-center]
[--endpoint]
Examples
Get using dev center
az devcenter dev project show --dev-center-name "ContosoDevCenter" --name "DevProject"
Get using endpoint
az devcenter dev project show --endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" --name "DevProject"
Required Parameters
The dev center project upon which to execute operations.
Optional Parameters
The name of the dev center. Use az configure -d dev-center=<dev_center_name> to configure a default.
The API endpoint for the developer resources. Use az configure -d endpoint=<endpoint_uri> to configure a default.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.