Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
jetbrains avatar

Teamcity Cli

  • 280 installs
  • 295 repo stars
  • Updated June 29, 2026
  • jetbrains/skills

Use when working with TeamCity CI/CD or when user provides a TeamCity build URL.

About

Use when working with TeamCity CI/CD or when user provides a TeamCity build URL. Use `teamcity` CLI for builds, logs, jobs, queues, and agents. **Do not guess flags or syntax.** Use the [Command Reference](references/commands.md) or `teamcity <command> --help`. Fall back to `teamcity api /app/rest/...` when needed. Builds are **runs** (`teamcity run`), build configurations are **jobs** (`teamcity job`).

  • # TeamCity CLI (`teamcity`)
  • teamcity auth status # Check authentication
  • teamcity run list --status failure # Find failed builds
  • teamcity run log <id> --failed # Full failure diagnostics
  • | Area | Commands |

Teamcity Cli by the numbers

  • 280 all-time installs (skills.sh)
  • +2 installs in the week ending Aug 2, 2026 (Skillselion tracking)
  • Ranked #728 of 2,153 Testing & QA skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

teamcity-cli capabilities & compatibility

Capabilities
# teamcity cli (`teamcity`) · teamcity auth status # check authentication · teamcity run list status failure # find failed · teamcity run log <id> failed # full failure di
Use cases
documentation
From the docs

What teamcity-cli says it does

Use when working with TeamCity CI/CD or when user provides a TeamCity build URL. Use `teamcity` CLI for builds, logs, jobs, queues, and agents.
SKILL.md
npx skills add https://github.com/jetbrains/skills --skill teamcity-cli

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs280
repo stars295
Last updatedJune 29, 2026
Repositoryjetbrains/skills

How do I apply teamcity-cli using the workflow in its SKILL.md?

Use when working with TeamCity CI/CD or when user provides a TeamCity build URL. Use `teamcity` CLI for builds, logs, jobs, queues, and agents.

Who is it for?

Developers following the teamcity-cli skill for the tasks it documents.

Skip if: Tasks outside the teamcity-cli scope described in SKILL.md.

When should I use this skill?

User mentions teamcity-cli or related triggers from the skill description.

What you get

Working teamcity-cli setup aligned with the documented patterns and constraints.

  • Build control scripts
  • CI troubleshooting output

Files

SKILL.mdMarkdownGitHub ↗

TeamCity CLI (teamcity)

Quick Start

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

Do not guess flags or syntax. Use the Command Reference or teamcity <command> --help. Fall back to teamcity api /app/rest/... when needed. Builds are runs (teamcity run), build configurations are jobs (teamcity job).

Core Commands

AreaCommands
Buildsrun list, view, start, watch, log, cancel, restart, tests, changes
Artifactsrun artifacts, run download
Metadatarun pin/unpin, run tag/untag, run comment
Jobsjob list, view, tree, pause/resume, param list/get/set/delete
Projectsproject list, view, tree, param, token put/get, settings export/status/validate
Queuequeue list, approve, remove, top
Agentsagent list, view, enable/disable, authorize/deauthorize, exec, term, reboot, move
Poolspool list, view, link/unlink
APIteamcity api <endpoint> — raw REST API access

Quick Workflows

Investigate failure: teamcity run list --status failureteamcity run log <id> --failedteamcity run tests <id> --failed From a URL: Extract build ID from https://host/buildConfiguration/ConfigId/12345teamcity run view 12345 Start build: teamcity run start <job-id> --branch <branch> --watch Find jobs: teamcity project listteamcity job list --project <id> Validate Kotlin DSL: teamcity project settings validate (not mvn compile — see Workflows)

References

  • Command Reference - All commands and flags
  • Workflows - URL handling, failure investigation, artifacts, agents, and more
  • Output Formats - JSON, plain text, scripting

Related skills

How it compares

Pick this when CI operations must be scriptable and repeatable; pick the UI when you only need occasional manual inspection.

FAQ

What does teamcity-cli do?

Use when working with TeamCity CI/CD or when user provides a TeamCity build URL. Use `teamcity` CLI for builds, logs, jobs, queues, and agents.

When should I use teamcity-cli?

Invoke when Use when working with TeamCity CI/CD or when user provides a TeamCity build URL. Use `teamcity` CLI for builds, logs, jobs, queues, and agen.

Is teamcity-cli safe to install?

Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.