question about the Prefect cli: with `prefect run`...
# ask-community
d
question about the Prefect cli: with
prefect run
is there anything like a
-d
flag (as in say
docker run
) to detach the process and run in the background (i didn't see it in the docs but wanted to double check)?
k
We don’t have any detach flag for any agent. For
prefect run
, I think if you actually run with a backend (cloud or server), it would just start the process and not wait unless you ruse the
--wait
flag.
👍 1