https://github.com/filariow/azs
A command line tool that leverages fuzzy search to easily switch Azure CLI's subscription
https://github.com/filariow/azs
azure azure-cli go
Last synced: about 2 months ago
JSON representation
A command line tool that leverages fuzzy search to easily switch Azure CLI's subscription
- Host: GitHub
- URL: https://github.com/filariow/azs
- Owner: filariow
- License: mit
- Created: 2021-10-23T08:21:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-30T20:26:18.000Z (over 2 years ago)
- Last Synced: 2025-03-26T07:45:30.198Z (about 1 year ago)
- Topics: azure, azure-cli, go
- Language: Go
- Homepage:
- Size: 1.58 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AZS
[kubectx/kubens](https://github.com/ahmetb/kubectx) clone for AZ CLI subscriptions.

## Build
```bash
git clone https://www.github.com/filariow/azs
cd azs
make build
```
After the build, you can find the the binary at `./bin/azs`.
## Install
Download latest [release](https://github.com/filariow/azs/releases), unzip it and install the binary
On Linux:
```bash
unzip azs*.zip
sudo install azs /usr/local/bin
rm azs*.zip azs
```