Follow live logs when you start a Depot CI run
depot ci run now supports a --follow (-f) flag that starts the run and immediately streams its logs, so you no longer need a separate depot ci logs --follow call after triggering.
depot ci run --workflow .depot/workflows/ci.yml --followWhen you request a single --job, the command follows that job's logs. Otherwise it selects the job automatically when the run has only one, or prompts you to pick when several are running.