console
Console commands for Datalayer CLI.
def console_connect(runtime_name: Optional[str] = <typer.models.OptionInfo object at 0x7fd4aee489d0>, run_url: Optional[str] = <typer.models.OptionInfo object at 0x7fd4aee49c50>, token: Optional[str] = <typer.models.OptionInfo object at 0x7fd4aee48f10>, external_token: Optional[str] = <typer.models.OptionInfo object at 0x7fd4aee48910>, no_browser: bool = <typer.models.OptionInfo object at 0x7fd4aee48750>, kernel_name: Optional[str] = <typer.models.OptionInfo object at 0x7fd4aee4a4d0>, kernel_path: Optional[str] = <typer.models.OptionInfo object at 0x7fd4aee48fd0>, existing: Optional[str] = <typer.models.OptionInfo object at 0x7fd4aee4a910>, extra_args: Optional[List[str]] = <typer.models.ArgumentInfo object at 0x7fd4aee49450>) -> None
Connect to a Datalayer runtime console.
def console_callback(ctx: typer.models.Context, runtime_name: Optional[str] = <typer.models.OptionInfo object at 0x7fd4aee490d0>, run_url: Optional[str] = <typer.models.OptionInfo object at 0x7fd4aee498d0>, token: Optional[str] = <typer.models.OptionInfo object at 0x7fd4aee48d50>, external_token: Optional[str] = <typer.models.OptionInfo object at 0x7fd4aee49490>, no_browser: bool = <typer.models.OptionInfo object at 0x7fd4aee49690>, kernel_name: Optional[str] = <typer.models.OptionInfo object at 0x7fd4aee4a990>, kernel_path: Optional[str] = <typer.models.OptionInfo object at 0x7fd4aee49410>, existing: Optional[str] = <typer.models.OptionInfo object at 0x7fd4aee4b010>) -> None
Connect to a Datalayer runtime console (default behavior).