Hey guys! is there a way to execute a registered f...
# prefect-server
c
Hey guys! is there a way to execute a registered flow via the prefect CLI? not using flow.run() but actually doing a "quick run" for example on the UI
j
Hi @Charles Leung - have you tried
prefect run
? If you use
prefect run -h
it should give you all the options.
c
perfect! thank you!
👍 1