mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
882689a888
## 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>