web
Web application commands for Datalayer CLI.
def web_start(run_url: str | None = <typer.models.OptionInfo object at 0x7f983932bb10>, disable_xsrf: bool = <typer.models.OptionInfo object at 0x7f983932bc50>) -> None
Launch the Datalayer web application.
def web_callback(ctx: typer.models.Context, run_url: str | None = <typer.models.OptionInfo object at 0x7f983932bd90>, disable_xsrf: bool = <typer.models.OptionInfo object at 0x7f983932bed0>) -> None
Launch the Datalayer web application (default behavior).