fastiot.cli.typer_app module

Base of typer app

Here the typer app is initialized. If you want to add own commands you may consult the Typer documentation. Basically your commands will be decorated with an @app.command(). Replace app with create_cmd, run_cmd, or stop_cmd if you want to create subcommands of create, run or stop.