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 0x784ae296f560>)command (
str, default:<typer.models.ArgumentInfo object at 0x784ae296f590>)user (
Optional[str], default:<typer.models.OptionInfo object at 0x784ae296f5f0>)default_command (
bool, default:<typer.models.OptionInfo object at 0x784ae296f5c0>)no_tty (
bool, default:<typer.models.OptionInfo object at 0x784ae296ea50>)replica (
int, default:<typer.models.OptionInfo object at 0x784ae296efc0>)broadcast (
bool, default:<typer.models.OptionInfo object at 0x784ae296f650>)
- Return type:
None