web
Web application commands for Datalayer CLI.
def web_start(run_url: Optional[str] = <typer.models.OptionInfo object at 0x7f7ab874c9d0>, disable_xsrf: bool = <typer.models.OptionInfo object at 0x7f7ab874c450>) -> None
Launch the Datalayer web application.
def web_callback(ctx: typer.models.Context, run_url: Optional[str] = <typer.models.OptionInfo object at 0x7f7ab874d610>, disable_xsrf: bool = <typer.models.OptionInfo object at 0x7f7ab874e2d0>) -> None
Launch the Datalayer web application (default behavior).