⚡️ Announcing Depot Metal
← Back to changelog

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 --follow

When 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.