Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tobysmith568/ado-cli

A CLI for opening browser tabs to different pages on the Azure Devops website relating to the repository at the current working directory.
https://github.com/tobysmith568/ado-cli

azure-devops cli prs pull-requests rust rust-lang

Last synced: 12 days ago
JSON representation

A CLI for opening browser tabs to different pages on the Azure Devops website relating to the repository at the current working directory.

Awesome Lists containing this project

README

        

# ADO

A CLI for opening browser tabs to different pages on the Azure Devops website relating to the repository at the current working directory.

## Common Commands

```bash
ado files
```

Opens the file explorer web page for the repository at the current working directory.

Also accepts a specific file path from the current directory: `ado files ./some/file.txt`

- Accepts the `--branch` option to override the source branch.
- Accepts the `--directory` option to override where the command is run from.


```bash
ado pr
```

Opens the web page for the currently open pull request for the current branch in the repository at the current working directory.
It will prompt if you'd like to open a pull request if one is not currently open.

- Accepts the `--branch` option to override the source branch.
- Accepts the `--directory` option to override where the command is run from.
- Accepts the `--create` flag to aways create a new pull request.


```bash
ado item
```

Opens the PBI, Bug, Action etc. that is linked to the pull request currently open for the branch in the repository at the current working directory.

- Accepts the `--branch` option to override the source branch.
- Accepts the `--directory` option to override where the command is run from.