Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tobysmith568/ado-cli
- Owner: tobysmith568
- License: other
- Created: 2023-01-12T21:18:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-21T17:19:03.000Z (12 days ago)
- Last Synced: 2024-12-21T18:25:47.373Z (12 days ago)
- Topics: azure-devops, cli, prs, pull-requests, rust, rust-lang
- Language: Rust
- Homepage: https://community.chocolatey.org/packages/ado
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
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.