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 0x7f849e55bb90>, run_url: Optional[str] = <typer.models.OptionInfo object at 0x7f849e55a550>, token: Optional[str] = <typer.models.OptionInfo object at 0x7f849e55b350>, external_token: Optional[str] = <typer.models.OptionInfo object at 0x7f849e558050>, no_browser: bool = <typer.models.OptionInfo object at 0x7f849e5595d0>, kernel_name: Optional[str] = <typer.models.OptionInfo object at 0x7f849e559d50>, kernel_path: Optional[str] = <typer.models.OptionInfo object at 0x7f849e559b10>, existing: Optional[str] = <typer.models.OptionInfo object at 0x7f849e558410>, extra_args: Optional[List[str]] = <typer.models.ArgumentInfo object at 0x7f849e55be50>) -> None

Connect to a Datalayer runtime console.

def console_callback_default(ctx: typer.models.Context, runtime_name: Optional[str] = <typer.models.OptionInfo object at 0x7f849e55ba90>, run_url: Optional[str] = <typer.models.OptionInfo object at 0x7f849e55b1d0>, token: Optional[str] = <typer.models.OptionInfo object at 0x7f849e55b950>, external_token: Optional[str] = <typer.models.OptionInfo object at 0x7f849e558a10>, no_browser: bool = <typer.models.OptionInfo object at 0x7f849e5593d0>, kernel_name: Optional[str] = <typer.models.OptionInfo object at 0x7f849e559690>, kernel_path: Optional[str] = <typer.models.OptionInfo object at 0x7f849e55b490>, existing: Optional[str] = <typer.models.OptionInfo object at 0x7f849e559e90>) -> None

Connect to a Datalayer runtime console (default behavior).