Files
coder/cli/testdata
Atif Ali 882689a888 fix(cli): show sync wait dependencies (#25369)
## Summary
Backports #25089 to `release/2.32` so `coder exp sync want` and `coder
exp sync start` print the dependency units involved in startup
coordination instead of generic success messages.

## Validation
- `git diff --check origin/release/2.32..HEAD`
- `go test ./cli -run TestSyncCommands -count=1`

> [!NOTE]
> `make test RUN=TestSyncCommands` hit an unrelated `codersdk/toolsdk`
filtered-test failure because that package expects all tools to be
tested. The affected CLI test passed with the package-scoped command
above.

> 🤖 This PR was created with the help of Coder Agents, and needs a human
review. 🧑💻

Co-authored-by: Max Schwenk <maschwenk@gmail.com>
2026-05-18 08:55:10 -04:00
..