Metadata-Version: 2.1
Name: azurectx
Version: 0.0.2
Summary: Switch between default Azure subscriptions
Home-page: UNKNOWN
Author: Drew Stinnett
Author-email: drew@drewlink.com
License: BSD
Description: # azurectx
        
        Script for switching Azure Contexts (Default subscription).  Inspired by the
        awesomeness of [kubectx](https://github.com/ahmetb/kubectx)
        
        ## Usage
        
        Run without any arguments to bring up a prompt
        
        ```
        azurectx
        ```
        
        Set the context non interactively with `-s`
        
        ```
        azurectx -s 'Subscription name'
        ```
        
        List existing subscriptions with `-l`
        
        ```
        azurectx -l
        ```
        
Keywords: azure az
Platform: UNKNOWN
Description-Content-Type: text/markdown
