teamcity-cli

Automate TeamCity CI/CD operations from the command line.

302|22|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/JetBrains/skills --skill teamcity-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: teamcity-cli
Source: https://github.com/JetBrains/skills/tree/main/teamcity-cli
Command: npx skills add https://github.com/JetBrains/skills --skill teamcity-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a command-line interface for managing TeamCity CI/CD tasks, enabling quick, repeatable actions without using the web UI.

Core Features & Use Cases

  • Authenticate with a TeamCity server and manage builds, jobs, and configurations from the terminal.
  • List, view, start, and monitor builds; inspect logs, artifacts, and test results.
  • Manage projects, queues, and agents; access APIs for automation and integration.

Quick Start

Authenticate with your TeamCity server and quickly list recent builds using teamcity run list.

Frequently Asked Questions about teamcity-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage TeamCity builds from the command line?

You can manage TeamCity builds from the command line by authenticating with your server and using CLI commands to list, start, and monitor builds directly from your terminal or automation scripts.

What is the best way to monitor CI/CD pipelines in a terminal without using the web UI?

Monitoring CI/CD pipelines in a terminal is done by applying watch commands to view live build statuses, inspect logs, and check test results without navigating the TeamCity web UI.

Can I automate TeamCity project configurations and agent management using a CLI?

Yes, you can automate TeamCity project configurations and agent management by executing project, queue, and job commands from the command line to handle operations programmatically.

How do I access TeamCity APIs for DevOps automation scripts?

You access TeamCity APIs for DevOps automation scripts by using the api command surface, which allows you to integrate build management operations directly into your existing automation workflows.

Does the TeamCity CLI require any specific dependencies to operate?

The TeamCity CLI does not require any specific dependencies to operate, allowing developers and DevOps engineers to quickly authenticate and run build management commands without complex environment setups.

How do I view build logs and artifacts for a specific job in TeamCity?

You view build logs and artifacts for a specific job in TeamCity by using the log command to inspect outputs and retrieve artifact details directly within your terminal interface.