Skip to main content

web

Web application commands for Datalayer CLI.

def web_callback(ctx: typer.models.Context, run_url: Optional[str] = <typer.models.OptionInfo object at 0x7f965a6f7210>, disable_xsrf: bool = <typer.models.OptionInfo object at 0x7f965a6f7c10>) -> None

Launch the Datalayer web application (default behavior).

def web_start(run_url: Optional[str] = <typer.models.OptionInfo object at 0x7f965a6f5410>, disable_xsrf: bool = <typer.models.OptionInfo object at 0x7f965a6f6b90>) -> None

Launch the Datalayer web application.

def web_callback(ctx: typer.models.Context, run_url: Optional[str] = <typer.models.OptionInfo object at 0x7f965a6f7210>, disable_xsrf: bool = <typer.models.OptionInfo object at 0x7f965a6f7c10>) -> None

Launch the Datalayer web application (default behavior).