Skip to content

guardianctl

Modules:

  • cli

    CLI-Tool für guardianctl (Typer).

cli

CLI-Tool für guardianctl (Typer). Dynamisch generiert basierend auf den verfügbaren IPC-Kommandos des Daemons.

Functions:

  • get_ipc_commands

    Retrieve available IPC commands and their parameters from the daemon.

  • ipc_call

    Send an IPC command to the daemon and return the response.

  • make_cmd

    Create a Typer command for the given IPC command name and parameters.

get_ipc_commands

get_ipc_commands()

Retrieve available IPC commands and their parameters from the daemon.

ipc_call

ipc_call(command, **kwargs)

Send an IPC command to the daemon and return the response.

make_cmd

make_cmd(cmd_name, params)

Create a Typer command for the given IPC command name and parameters.