# Follow live logs when you start a Depot CI run (https://depot.dev/changelog/2026-6-28-depot-ci-run-follow)

> Published 2026-06-28

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

```bash
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.

## For AI Agents

The full site index is at [llms.txt](https://depot.dev/llms.txt). Append `.md` to any documentation, blog, changelog, or customer URL to fetch its markdown source directly.