Metadata-Version: 1.1
Name: oneID-cli
Version: 1.0.2
Summary: oneID-cli is a command line interface for oneID Connect
Home-page: https://www.oneID.com
Author: oneID Inc.
Author-email: support@oneID.com
License: Apache License, Version 2.0
Description: oneID CLI
        =========
        
        |CIStatus|_
        
        .. |CIStatus| image:: https://circleci.com/gh/OneID/oneid-cli.svg?style=shield&circle-token=053ccef5cf83b6254701ab381fe9baf58d28670e
        .. _CIStatus: https://circleci.com/gh/OneID/oneid-cli
        
        Install oneID Command Line Interface
        
        .. code-block:: console
        
            pip install oneid-cli
        
        
        Configure your computer (requires your oneID UUID & Secret Key)
        
        .. code-block:: console
        
            oneid-cli configure
        
        
        Create a new Project
        
        .. code-block:: console
        
            oneid-cli create-project --name "My New Project"
        
        
        
        List all your Projects
        
        .. code-block:: console
        
            oneid-cli list-projects
        
        
        
        List details for a Project
        
        .. code-block:: console
        
            oneid-cli list-projects --project <project-uuid>
        
        
        
        Provision a new IoT Device
        
        .. code-block:: console
        
            oneid-cli provision --type edge_device --name "My IoT Device" --project <project-uuid>
        
        
        
        Provision a new Server
        
        .. code-block::
        
            oneid-cli provision --type server --name "My Server" --project <project-uuid>
        
        
        To send messages between devices and servers, use `oneID-connect`, available at `<http://oneid-connect.readthedocs.org/en/latest/>`_
        
Keywords: oneID IoT Identity Authentication
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: BSD
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Security :: Cryptography
Classifier: Programming Language :: Python :: 2.7
