Ben Muller
07/12/2021, 11:58 PMflow.run(run_on_schedule=False).
I can't find this option for the cli when running prefect run -p my_flow.py
What am I missing?Zanie
prefect run command ought to run without a schedule by default and require an explicit --schedule flag to run repeatedly on a schedule. I'll open a feature request for thisZanie
prefect run "Marvin
07/13/2021, 12:01 AMBen Muller
07/13/2021, 12:02 AM