azure-devops-cli-extension
azure-devops-cli-extension copied to clipboard
[Feature Request] More agent and pool verbs (?)
Is your feature request related to a problem? Please describe. Ease of use, expected it to be there, feature incomplete.
Describe the solution you'd like
az pipelines agent delete --pool-id --agent-id
az pipelines agent enable --pool-id --agent-id
az pipelines agent disable --pool-id --agent-id
az pipelines pool delete --pool-id
az pipelines pool create --name
Additional context Related to #853, #808 and this one.
@timmkrause , We are working on prioritizing this. cc: @geverghe
Awesome to read this. :)
I'm looking for this capability as well. Getting a case of 'clickitis' in pool agent list view
I'm also looking for a way to add user defined capabilities to an agent via cli. Since GUI also doesn't provide a way to modify existing capability, just a way to add a new capabilities and delete existing capabilities. Deletion is not really needed but adding new one is useful especially with a script to setup a new self-hosted agent.