Metadata-Version: 1.1
Name: metaci-cli
Version: 0.1.0
Summary: A command line interface for MetaCI, a CI app run on Heroku for Salesforce development projects
Home-page: https://github.com/jlantz/metaci_cli
Author: Jason Lantz
Author-email: jlantz@salesforce.com
License: BSD license
Description-Content-Type: UNKNOWN
Description: ==========
        MetaCI CLI
        ==========
        
        
        .. image:: https://img.shields.io/pypi/v/metaci_cli.svg
                :target: https://pypi.python.org/pypi/metaci_cli
        
        .. image:: https://readthedocs.org/projects/metaci-cli/badge/?version=latest
                :target: https://metaci-cli.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/jlantz/metaci_cli/shield.svg
             :target: https://pyup.io/repos/github/jlantz/metaci_cli/
             :alt: Updates
        
        
        A command line interface for MetaCI, a CI app run on Heroku for Salesforce development projects
        
        
        * Free software: BSD license
        * Documentation: https://metaci-cli.readthedocs.io.
        
        
        Features
        --------
        
        * Auto-detects and loads CumulusCI's configuration when inside a project's local git repository
        * Deploy a MetaCI site to Heroku with `metaci site create`
        * Connect to an existing MetaCI site with `metaci site connect`
        * Interact with builds with `metaci build`
        * Interact with orgs with `metaci org`
        * Interact with plans with `metaci plans`
        
        Credits
        ---------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        
        =======
        History
        =======
        
        0.1.0 (2017-10-21)
        ------------------
        
        * First release on PyPI.
        
Keywords: metaci_cli
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
