Jon
11/16/2023, 3:56 PMprefect deployment run
and have to hop into the UI to see the logs. It'd be great to run a command and see the logs right in the terminalChris White
.serve
method on your flow to create a deployment and spin up a runner for it; then when you call prefect deployment run
you can watch the serving process to see run logs in realtimeJon
11/20/2023, 2:24 PM