controller.commands.shell.shell
- controller.commands.shell.shell(service=<typer.models.ArgumentInfo object>, command=<typer.models.ArgumentInfo object>, user=<typer.models.OptionInfo object>, default_command=<typer.models.OptionInfo object>, no_tty=<typer.models.OptionInfo object>, replica=<typer.models.OptionInfo object>, broadcast=<typer.models.OptionInfo object>)[source]
- Parameters:
service (
str, default:<typer.models.ArgumentInfo object at 0x72e7a178b4a0>)command (
str, default:<typer.models.ArgumentInfo object at 0x72e7a178b500>)user (
Optional[str], default:<typer.models.OptionInfo object at 0x72e7a178b590>)default_command (
bool, default:<typer.models.OptionInfo object at 0x72e7a178b5c0>)no_tty (
bool, default:<typer.models.OptionInfo object at 0x72e7a178b5f0>)replica (
int, default:<typer.models.OptionInfo object at 0x72e7a178b620>)broadcast (
bool, default:<typer.models.OptionInfo object at 0x72e7a178b6b0>)
- Return type:
None