az boards area project
Note
This reference is part of the azure-devops extension for the Azure CLI (version 2.30.0 or higher). The extension will automatically install the first time you run an az boards area project command. Learn more about extensions.
Manage areas for a project.
Commands
Name | Description | Type | Status |
---|---|---|---|
az boards area project create |
Create area. |
Extension | GA |
az boards area project delete |
Delete area. |
Extension | GA |
az boards area project list |
List areas for a project. |
Extension | GA |
az boards area project show |
Show area details for a project. |
Extension | GA |
az boards area project update |
Update area. |
Extension | GA |
az boards area project create
Create area.
az boards area project create --name
[--detect {false, true}]
[--org]
[--path]
[--project]
Required Parameters
Name of the area.
Optional Parameters
Automatically detect organization.
Azure DevOps organization URL. You can configure the default organization using az devops configure -d organization=ORG_URL. Required if not configured as default or picked up via git config. Example: https://dev.azure.com/MyOrganizationName/.
Absolute path of an area. Creates an area at root level if --path is not specified. Example:\ProjectName\Area\AreaName.
Name or ID of the project. You can configure the default project using az devops configure -d project=NAME_OR_ID. Required if not configured as default or picked up via git config.
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 boards area project delete
Delete area.
az boards area project delete --path
[--detect {false, true}]
[--org]
[--project]
[--yes]
Required Parameters
Absolute path of an area. Example:\ProjectName\Area\AreaName.
Optional Parameters
Automatically detect organization.
Azure DevOps organization URL. You can configure the default organization using az devops configure -d organization=ORG_URL. Required if not configured as default or picked up via git config. Example: https://dev.azure.com/MyOrganizationName/.
Name or ID of the project. You can configure the default project using az devops configure -d project=NAME_OR_ID. Required if not configured as default or picked up via git config.
Do not prompt for confirmation.
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 boards area project list
List areas for a project.
az boards area project list [--depth]
[--detect {false, true}]
[--org]
[--path]
[--project]
Optional Parameters
Depth of child nodes to be fetched. Example: --depth 3.
Automatically detect organization.
Azure DevOps organization URL. You can configure the default organization using az devops configure -d organization=ORG_URL. Required if not configured as default or picked up via git config. Example: https://dev.azure.com/MyOrganizationName/.
Absolute path of an area. Example:\ProjectName\Area\AreaName.
Name or ID of the project. You can configure the default project using az devops configure -d project=NAME_OR_ID. Required if not configured as default or picked up via git config.
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 boards area project show
Show area details for a project.
az boards area project show --id
[--detect {false, true}]
[--org]
[--project]
Required Parameters
Area ID.
Optional Parameters
Automatically detect organization.
Azure DevOps organization URL. You can configure the default organization using az devops configure -d organization=ORG_URL. Required if not configured as default or picked up via git config. Example: https://dev.azure.com/MyOrganizationName/.
Name or ID of the project. You can configure the default project using az devops configure -d project=NAME_OR_ID. Required if not configured as default or picked up via git config.
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 boards area project update
Update area.
Move area or update area name.
az boards area project update --path
[--child-id]
[--detect {false, true}]
[--name]
[--org]
[--project]
Required Parameters
Absolute path of an area. Example:\ProjectName\Area\AreaName.
Optional Parameters
Move an existing area and add as child node for this area.
Automatically detect organization.
New name of the area.
Azure DevOps organization URL. You can configure the default organization using az devops configure -d organization=ORG_URL. Required if not configured as default or picked up via git config. Example: https://dev.azure.com/MyOrganizationName/.
Name or ID of the project. You can configure the default project using az devops configure -d project=NAME_OR_ID. Required if not configured as default or picked up via git config.
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.