Metadata-Version: 1.1
Name: scalr-ctl
Version: 7.15.0
Summary: Scalr-ctl is a command-line interface to your Scalr account
Home-page: https://scalr.net
Author: Scalr Inc.
Author-email: dmitry@scalr.com
License: Apache-2
Description: # scalr-ctl is a command-line interface to your Scalr account
        
        Version 1.0 works with the new Scalr JSON API.
        
        Install:
        
        ```console
        pip install scalr-ctl
        ```
        
        Configure:
        
        ```console
        scalr-ctl configure
        ```
        
        Use:
        
        ```console
        scalr-ctl --help
        scalr-ctl <tab> <tab>
        ```
        
        Update:
        
        ```console
        pip install --upgrade scalr-ctl
        scalr-ctl update
        ```
        
Platform: any
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Utilities
