teamcity-cli

Originally fromjetbrains/teamcity-cli
Installation
SKILL.md

TeamCity CLI (teamcity)

Quick Start

teamcity auth status                    # Check authentication
teamcity run list --status failure      # Find failed builds
teamcity run log <id> --failed --raw    # Full failure diagnostics

Do not guess flags or syntax. Use the command reference or teamcity <command> --help. Builds are runs (teamcity run); build configurations are jobs (teamcity job). Never use --count — use --limit (or -n).

Gotchas

Installs
330
Repository
cline/skills
GitHub Stars
30
First Seen
Jun 19, 2026
teamcity-cli — cline/skills