question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Implement a command to list Deployment Groups and Targets for each one

See original GitHub issue

AFAIK there’s currently no way to retrieve the deployment groups within a Project (accessible from the project page >> Pipelines >> Deployment Groups) nor the list of targets for a given deployment group.

  • Implement a command to list all deployment groups from a project, e.g.:
az pipelines dg list --org https://dev.azure.com/<organization> -p <project>
  • Implement a command to show targets for a deployment group, e.g.:
az pipelines dg list-targets --org https://dev.azure.com/<organization> -p <project> --dg-name <deployment group name>

Even better would be to be able to manage deployment groups from az, like create/delete a deployment group, add/remove a target to a deployment group, etc… but I guess this takes much more work.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:1
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
devops-hackscommented, Mar 17, 2022

thumbs-up - need that one too

0reactions
adamencycommented, Mar 18, 2022

@devops-hacks Consider thumbing up the OP, it’s what actually creates visibility for feature requests 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

list-deployment-groups — AWS CLI 1.27.26 Command ...
The following list-deployment-groups example displays information about all deployment groups that are associated with the specified application. aws deploy ...
Read more >
Use deployment groups in a release pipeline - Azure
From within your project, select Pipelines > Deployment groups. · Select Add a deployment group. · Enter a Deployment group name and then...
Read more >
list-deployment-groups — AWS CLI 2.9.0 Command Reference
list -deployment-groups is a paginated operation. Multiple API calls may be issued in order to retrieve the entire data set of results.
Read more >
Deploying to Azure VM using Deployment Groups
The Deployment Group installs a deployment agent on each of the target servers in the configured group and instructs the Release Pipeline to ......
Read more >
Deploy targets | Firebase Documentation - Google
Apply a TARGET_NAME to the targeted Firebase resource or group of Firebase ... Note: Run all Firebase CLI commands for deploy targets from...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found