Metadata-Version: 1.1
Name: metaci_cli
Version: 0.1.3
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 add`
        * 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`
        * Interact with services with `metaci services`
        
        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.3 (2018-03-23)
        ------------------
        
        - Fix bug in metaci plan repo_add, repo_list, and run commands
        - Add new command: metaci repo plans
        
        0.1.2 (2018-03-20)
        ------------------
        
        - Fix import error for "cli" which was being caused by a misconfiguration in the egg
        
        0.1.1 (2017-11-07)
        ------------------
        
        - Fix a few bugs related to the change in structure for plans and repositories in MetaCI
        - Require cumulusci-2.0.0b75
        
        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
