teamcity-cli
Original:🇺🇸 English
Translated
Use when working with TeamCity CI/CD or when user provides a TeamCity build URL. Use `tc` CLI for builds, logs, jobs, queues, agents, and pipelines.
10installs
Sourcejetbrains/teamcity-cli
Added on
NPX Install
npx skill4agent add jetbrains/teamcity-cli teamcity-cliTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →TeamCity CLI (tc
)
tcInteract with TeamCity CI/CD servers using the command-line tool.
tcQuick Start
bash
tc auth status # Check authentication
tc run list --status failure # Find failed builds
tc run log <id> --failed # View failed build logBefore Running Commands
Do not guess flags or syntax. Only use flags in the Command Reference. If unsure, run first. If a command doesn't support what you need, fall back to .
tc <command> --helptc api /app/rest/...Core Commands
| Area | Commands |
|---|---|
| Builds | |
| Artifacts | |
| Metadata | |
| Jobs | |
| Projects | |
| Queue | |
| Agents | |
| Pools | |
| API | |
Quick Workflows
Investigate failure: → →
From a URL: Extract build ID from →
Start build:
Find jobs: →
tc run list --status failuretc run log <id> --failedtc run tests <id> --failedhttps://host/buildConfiguration/ConfigId/12345tc run view 12345tc run start <job-id> --branch <branch> --watchtc project listtc job list --project <id>References
- Command Reference - All commands and flags
- Workflows - URL handling, failure investigation, artifacts, agents, and more
- Output Formats - JSON, plain text, scripting