microsoft / azuredevopslabs

Learn how you can plan smartly, collaborate better, and ship faster with a set of modern development services with Azure DevOps.
https://www.azuredevopslabs.com
MIT License
826 stars 920 forks source link

Lab for doing-cli #524

Open timvink opened 3 years ago

timvink commented 3 years ago

I wrote a new python-based command line interface (CLI) for azure devops that considerably simplifies the development workflow for me and my teammembers. It uses a config file to enable the 'project = repo + issues' setup familiar from github & gitlab, and mimics github's cli where possible (nice when you use both).

The tool is called doing-cli (for devops-ing) and I think a short lab highlighting the main features to devops developers could be a good addition. Let me know if you're interested in collaborating!