Skip to main content

commands.schedules

Schedule commands for Datalayer CLI.

schedules_callback

@app.callback()
def schedules_callback(ctx: typer.Context) -> None

Scheduler management commands.

list_schedules

@app.command(name="ls")
def list_schedules(runs: bool = typer.Option(
False,
"--runs",
help="List schedule runs instead of schedule definitions."),
token: Optional[str] = typer.Option(
None, "--api-key", help="API key.")) -> None

List scheduler definitions or scheduler runs.