Skip to content

watcher ¤

CLI watcher command.

Functions:

run_watcher ¤

run_watcher(opts: Namespace) -> int

Command to manage the watcher.

Parameters:

  • opts (Namespace) –

    The parsed CLI arguments.

Returns:

  • int

    A CLI exit code.

run_watcher_logs ¤

run_watcher_logs(opts: Namespace) -> int

Command to show the watcher logs.

Parameters:

  • opts (Namespace) –

    The parsed CLI arguments.

Returns:

  • int

    A CLI exit code.

run_watcher_run ¤

run_watcher_run(opts: Namespace) -> int

Command to run the watcher.

Parameters:

  • opts (Namespace) –

    The parsed CLI arguments.

Returns:

  • int

    A CLI exit code.

run_watcher_start ¤

run_watcher_start(opts: Namespace) -> int

Command to start the watcher.

Parameters:

  • opts (Namespace) –

    The parsed CLI arguments.

Returns:

  • int

    A CLI exit code.

run_watcher_status ¤

run_watcher_status(opts: Namespace) -> int

Command to show the watcher status.

Parameters:

  • opts (Namespace) –

    The parsed CLI arguments.

Returns:

  • int

    A CLI exit code.

run_watcher_stop ¤

run_watcher_stop(opts: Namespace) -> int

Command to stop the watcher.

Parameters:

  • opts (Namespace) –

    The parsed CLI arguments.

Returns:

  • int

    A CLI exit code.