https://github.com/thomd/azure-cli-tools
A collection of bash scripts for my daily work with Azure
https://github.com/thomd/azure-cli-tools
azure bash cli
Last synced: about 1 month ago
JSON representation
A collection of bash scripts for my daily work with Azure
- Host: GitHub
- URL: https://github.com/thomd/azure-cli-tools
- Owner: thomd
- License: mit
- Created: 2024-03-07T15:01:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-29T14:14:33.000Z (12 months ago)
- Last Synced: 2025-06-29T15:26:53.847Z (12 months ago)
- Topics: azure, bash, cli
- Language: Shell
- Homepage:
- Size: 28.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Azure CLI Tools
A collection of bash scripts (curently it is only one) for my daily work with Azure.
The scripts are basically wrappers around the `az` and `azd` cli tools from Microsoft.
> [!CAUTION]
> These scripts were created to fit my personal needs. They might not fit your needs, they might not work on your machine, they might not work with your project setup.
## Install
Set symlinks to `~/bin/` folder:
make
Alternatively symlink to custom folders like this example:
make BINDIR=/usr/local/bin/ COMPLETIONSDIR=/etc/bash_completions.d
## Usage
Authenticate via PAT
az devops login
then inspect help texts
pr --help