set_project_context
Sets the Azure DevOps project context for subsequent commands to avoid repeating the project parameter across multiple operations.
Instructions
Sets the project context for subsequent commands to avoid repeating project parameter.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project | Yes | The name or ID of the project to set as context. |
Input Schema (JSON Schema)
{
"properties": {
"project": {
"description": "The name or ID of the project to set as context.",
"type": "string"
}
},
"required": [
"project"
],
"type": "object"
}