Metadata-Version: 1.1
Name: constellation-pkgtools-cli
Version: 1.0.2
Summary: Constellation Package Tools CLI
Home-page: https://developer.myconstellation.io
Author: Sebastien Warin
Author-email: support@myconstellation.io
License: Apache
Description: Constellation Package Tool CLI
        ==============================
        
        This tool allow you to create, run and publish Constellation packages from a CLI. For more information go to the `Constellation Developer Portal <https://developer.myconstellation.io>`_.
        
        Installation
        ------------
        
        ``pip install constellation-pkgtools-cli``
        
        Usage
        ------------
        - ``ctln create <name> [--template=<id>]``
        - ``ctln update``
        - ``ctln run [--server=<name>]``
        - ``ctln publish --output=<directory> [--filename=<name>]``
        - ``ctln publish <server_name> [--filename=<name>]``
        - ``ctln pyscript list``
        - ``ctln pyscript add <filepath> [--filename=<name>]``
        - ``ctln pyscript new <filename> [<item_template_name>]``
        - ``ctln pyscript remove <filename>``
        - ``ctln pyscript rename <old_name> <new_name>``
        - ``ctln server list``
        - ``ctln server (add | set) <name> --url=<url> --accesskey=<key>``
        - ``ctln server (add | set) <name> --url=<url> --username=<user>``
        - ``ctln server remove <name>``
        - ``ctln server test <name>``
        - ``ctln template list``
        - ``ctln (-h | --help)``
        - ``ctln (-v | --version)``
Keywords: constellation package python tools development
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
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
