daasiot_python
cli.py File Reference

Go to the source code of this file.

Classes

class  cli.MyHandler

Namespaces

namespace  cli

Functions

 cli.init (int sid, int din, str config=typer.Option("config.json", help="Path to config file"))
 cli.enable_driver (str link, str uri)
 cli.map (int din, str link, str uri)
 cli.perform (str mode=typer.Option("PERFORM_CORE_THREAD", help="Execution mode"))
 cli.push (int din, str message)
 cli.pull (int din)

Variables

 cli.app = typer.Typer(help="DaaS-IoT Python CLI")
 cli.node = None