Skip to main content

console

Console commands for Datalayer CLI.

def console_connect(runtime_name: Optional[str] = <typer.models.OptionInfo object at 0x7f6daa7e7c50>, run_url: Optional[str] = <typer.models.OptionInfo object at 0x7f6daa7e4210>, token: Optional[str] = <typer.models.OptionInfo object at 0x7f6daa7e6690>, external_token: Optional[str] = <typer.models.OptionInfo object at 0x7f6daa7e4d10>, no_browser: bool = <typer.models.OptionInfo object at 0x7f6daa7e7250>, kernel_name: Optional[str] = <typer.models.OptionInfo object at 0x7f6daa7e7a50>, kernel_path: Optional[str] = <typer.models.OptionInfo object at 0x7f6daa7e5ad0>, existing: Optional[str] = <typer.models.OptionInfo object at 0x7f6daa7e6550>, extra_args: Optional[List[str]] = <typer.models.ArgumentInfo object at 0x7f6daa7e4110>) -> None

Connect to a Datalayer runtime console.

def console_callback(ctx: typer.models.Context, runtime_name: Optional[str] = <typer.models.OptionInfo object at 0x7f6daa7e77d0>, run_url: Optional[str] = <typer.models.OptionInfo object at 0x7f6daa7e7510>, token: Optional[str] = <typer.models.OptionInfo object at 0x7f6daa7e4850>, external_token: Optional[str] = <typer.models.OptionInfo object at 0x7f6daa7e49d0>, no_browser: bool = <typer.models.OptionInfo object at 0x7f6daa7e5510>, kernel_name: Optional[str] = <typer.models.OptionInfo object at 0x7f6daa7e4c10>, kernel_path: Optional[str] = <typer.models.OptionInfo object at 0x7f6daa9760d0>, existing: Optional[str] = <typer.models.OptionInfo object at 0x7f6daa975990>) -> None

Connect to a Datalayer runtime console (default behavior).