Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 5 hours 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-18T07:48:17.000Z (over 1 year ago)
- Last Synced: 2024-09-20T09:17:53.729Z (about 2 months 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: 33
- Watchers: 10
- Forks: 7
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
![pytest](https://github.com/ing-bank/doing-cli/workflows/Development/badge.svg)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/doing-cli)
![PyPI](https://img.shields.io/pypi/v/doing-cli)
![PyPI - License](https://img.shields.io/pypi/l/doing-cli)
![PyPI - Downloads](https://img.shields.io/pypi/dm/doing-cli)
![GitHub contributors](https://img.shields.io/github/contributors-anon/ing-bank/doing-cli)# 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)