pynenc.cli.monitor_cli

Module Contents

Functions

add_monitor_subparser

Add the monitor subparser to the main pynenc CLI.

start_monitor_command

Execute the monitor command, starting the web interface.

_check_monitor_dependencies

Check if required monitoring dependencies are installed.

get_all_available_apps

Get all available apps in the current environment.

API

pynenc.cli.monitor_cli.add_monitor_subparser(subparsers: argparse._SubParsersAction) None[source]

Add the monitor subparser to the main pynenc CLI.

pynenc.cli.monitor_cli.start_monitor_command(args: pynenc.cli.namespace.PynencCLINamespace) None[source]

Execute the monitor command, starting the web interface.

pynenc.cli.monitor_cli._check_monitor_dependencies() bool[source]

Check if required monitoring dependencies are installed.

pynenc.cli.monitor_cli.get_all_available_apps(args: pynenc.cli.namespace.PynencCLINamespace) dict[str, pynenc.app.AppInfo][source]

Get all available apps in the current environment.