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

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

Awesome Lists containing this project

README

          

# AZS

[kubectx/kubens](https://github.com/ahmetb/kubectx) clone for AZ CLI subscriptions.

![image](./docs/sample.gif)

## 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
```