and...
how can I run "prefect deployment run" with custom parameters?? from the cli
✅ 1
a
Anna Geller
08/28/2022, 12:26 PM
not possible from CLI yet, but you can start a parametrized run:
1. From Python, by calling your flow function with different parameters
2. from the UI
3. via API call