Skip to main content

web

Web application commands for Datalayer CLI.

def web_start(run_url: str | None = <typer.models.OptionInfo object at 0x7fe8e36a5950>, disable_xsrf: bool = <typer.models.OptionInfo object at 0x7fe8e36a5a90>) -> None

Launch the Datalayer web application.

def web_callback(ctx: typer.models.Context, run_url: str | None = <typer.models.OptionInfo object at 0x7fe8e36a5bd0>, disable_xsrf: bool = <typer.models.OptionInfo object at 0x7fe8e36a5d10>) -> None

Launch the Datalayer web application (default behavior).