Skip to main content

console

Console commands for Datalayer CLI.

def console_callback(ctx: typer.models.Context) -> None

Runtime console commands.

def console_connect(runtime_name: Optional[str] = <typer.models.OptionInfo object at 0x7f2348a691d0>, run_url: Optional[str] = <typer.models.OptionInfo object at 0x7f2348a69850>, token: Optional[str] = <typer.models.OptionInfo object at 0x7f2348a6b050>, external_token: Optional[str] = <typer.models.OptionInfo object at 0x7f2348a68d90>, no_browser: bool = <typer.models.OptionInfo object at 0x7f2348a6a790>, kernel_name: Optional[str] = <typer.models.OptionInfo object at 0x7f2348a6b2d0>, kernel_path: Optional[str] = <typer.models.OptionInfo object at 0x7f2348a69510>, existing: Optional[str] = <typer.models.OptionInfo object at 0x7f2348a69210>, extra_args: Optional[List[str]] = <typer.models.ArgumentInfo object at 0x7f2348a6ab50>) -> None

Connect to a Datalayer runtime console.

def console_callback_default(ctx: typer.models.Context, runtime_name: Optional[str] = <typer.models.OptionInfo object at 0x7f2348a69cd0>, run_url: Optional[str] = <typer.models.OptionInfo object at 0x7f2348a6b150>, token: Optional[str] = <typer.models.OptionInfo object at 0x7f2348a68e10>, external_token: Optional[str] = <typer.models.OptionInfo object at 0x7f2348a6bd10>, no_browser: bool = <typer.models.OptionInfo object at 0x7f2348a68f50>, kernel_name: Optional[str] = <typer.models.OptionInfo object at 0x7f2348a69590>, kernel_path: Optional[str] = <typer.models.OptionInfo object at 0x7f2348a6b510>, existing: Optional[str] = <typer.models.OptionInfo object at 0x7f2348a6b650>) -> None

Connect to a Datalayer runtime console (default behavior).