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 0x7f0f78b87010>, run_url: Optional[str] = <typer.models.OptionInfo object at 0x7f0f78b84890>, token: Optional[str] = <typer.models.OptionInfo object at 0x7f0f78b85390>, external_token: Optional[str] = <typer.models.OptionInfo object at 0x7f0f78b859d0>, no_browser: bool = <typer.models.OptionInfo object at 0x7f0f78b87190>, kernel_name: Optional[str] = <typer.models.OptionInfo object at 0x7f0f78b87c50>, kernel_path: Optional[str] = <typer.models.OptionInfo object at 0x7f0f78b85a10>, existing: Optional[str] = <typer.models.OptionInfo object at 0x7f0f78b84410>, extra_args: Optional[List[str]] = <typer.models.ArgumentInfo object at 0x7f0f78b85a50>) -> None

Connect to a Datalayer runtime console.

def console_callback_default(ctx: typer.models.Context, runtime_name: Optional[str] = <typer.models.OptionInfo object at 0x7f0f78b84c90>, run_url: Optional[str] = <typer.models.OptionInfo object at 0x7f0f78b84a50>, token: Optional[str] = <typer.models.OptionInfo object at 0x7f0f78b84e90>, external_token: Optional[str] = <typer.models.OptionInfo object at 0x7f0f78b86210>, no_browser: bool = <typer.models.OptionInfo object at 0x7f0f78b84910>, kernel_name: Optional[str] = <typer.models.OptionInfo object at 0x7f0f78b87390>, kernel_path: Optional[str] = <typer.models.OptionInfo object at 0x7f0f78b853d0>, existing: Optional[str] = <typer.models.OptionInfo object at 0x7f0f78b86410>) -> None

Connect to a Datalayer runtime console (default behavior).