This commit is contained in:
Oliver Dolk 2019-01-28 16:36:41 -08:00 коммит произвёл GitHub
Родитель 3a50ccded2
Коммит 653e58f60b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -4,8 +4,9 @@ This project provides the class AzureDevopsBuildManager and supporting classes.
the caller to manage Azure Devops pipelines that are maintained within an Azure Devops account. This project was created to be able to support command line tooling for the AZ Cli.
## Install
To install the package from pip:
```
pip install adbm
pip install azure-devops-build-manager
```
## Get started
To use the API, you need to first establish a connection to azure by loging into your azure account using `az login`. You can then follow the example as below. Firstly we get the token from login and use this to authenticate the different python function calls.