https://github.com/ing-bank/doing-cli
CLI tool to simplify the development workflow on azure devops
https://github.com/ing-bank/doing-cli
agile api-wrapper azure azure-cli azure-devops cli cli-app command-line-tool devops devops-tools git python
Last synced: 7 days ago
JSON representation
CLI tool to simplify the development workflow on azure devops
- Host: GitHub
- URL: https://github.com/ing-bank/doing-cli
- Owner: ing-bank
- License: mit
- Created: 2021-02-03T16:42:25.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-18T07:48:17.000Z (almost 2 years ago)
- Last Synced: 2025-04-11T00:48:30.908Z (11 days ago)
- Topics: agile, api-wrapper, azure, azure-cli, azure-devops, cli, cli-app, command-line-tool, devops, devops-tools, git, python
- Language: Python
- Homepage: https://ing-bank.github.io/doing-cli/
- Size: 975 KB
- Stars: 34
- Watchers: 9
- Forks: 7
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README





# doing-cli: Azure Devops on the command line
CLI app to help speed up development on Azure DevOps, built on top of [Azure DevOps CLI](https://learn.microsoft.com/en-us/azure/devops/cli/?view=azure-devops). Allows for a more streamlined repo/issue workflow. Inspired by [cli.github.com](https://cli.github.com/).
## Installation
`doing` requires python 3.7+, [azure cli](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli) and the [devops extension](https://docs.microsoft.com/en-us/azure/devops/cli/?view=azure-devops). To install:
```shell
pip3 install doing-cli
```For more details and setup see the [installation guide](https://ing-bank.github.io/doing-cli/get_started/install/).
## Documentation
See [ing-bank.github.io/doing-cli/](https://ing-bank.github.io/doing-cli/).
## Maintainers
- Joao Pinto Moura [@operte](https://github.com/operte)