TeamCity CLI ( ) Quick Start Do not guess flags or syntax. Use the command reference or . Builds are runs ( ); build configurations are jobs ( ). Never use — use (or ). Gotchas - Composite builds have empty logs — drill into child builds for the actual failure. - Build chains fail bottom-up — deepest failed dependency is the root cause. Use . - excludes Kotlin DSL — push changes before running. - alone bypasses stored auth — set both and , or leave unset. - Logs : use and dump to a temp file. Builds : use when starting them. - VCS triggers aren't always wired up — after pushing a fix you may…