
$ teamcity From the Command Line
Start builds, tail logs, and manage agents and queues – without switching windows. Whether you are debugging a failed build, managing build agents, or scripting your deployment pipeline (or your AI coding agent is doing so) – there are times when opening a browser is one step too many. TeamCity CLI is a lightweight, open-source tool that puts TeamCity at your fingertips. A CLI for TeamCity has been a long-standing request from the community. Here’s how it works and what you can use it for. TeamCity CLI includes over 60 commands, and for anything it doesn't wrap yet, teamcity api gives you direct access to the full TeamCity REST API. Source code (Apache 2.0): https://github.com/JetBrains/teamcity-cli Getting started Install and authenticate in seconds: # macOS / Linux brew install jetbrains/utils/teamcity # via a bash script curl -fsSL https://jb.gg/tc/install | bash # Windows winget install JetBrains.tc # via a powershell script irm https://jb.gg/tc/install.ps1 | iex # Connect to your
Continue reading on Dev.to
Opens in a new tab



