Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)