pynenc.cli.monitor_cli¶
Module Contents¶
Functions¶
Add the monitor subparser to the main pynenc CLI. |
|
Execute the monitor command, starting the web interface. |
|
Check if required monitoring dependencies are installed. |
|
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.