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: 10 months 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.
- Host: GitHub
- URL: https://github.com/tobysmith568/ado-cli
- Owner: tobysmith568
- License: other
- Created: 2023-01-12T21:18:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-03T16:27:11.000Z (10 months ago)
- Last Synced: 2025-08-03T18:22:37.512Z (10 months ago)
- Topics: azure-devops, cli, prs, pull-requests, rust, rust-lang
- Language: Rust
- Homepage: https://community.chocolatey.org/packages/ado
- Size: 92.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.