Skip to content

v1.2.1

Latest

Choose a tag to compare

@tiulpin tiulpin released this 25 Jun 09:25
Immutable release. Only release title and notes can be modified.

What's New

New Features

PKCE login scopes are now aligned with actual CLI functionality, ensuring authentication requests only cover what the CLI uses.

Bug Fixes

Unscoped build queries are now bounded so that run list can no longer hang indefinitely. Several corrections have been made to skill-related help content, including broken --json jq examples, watch interval defaults, the per-repo install step reference, and the branch name argument.

Changelog

Installation

macOS & Linux

Homebrew (recommended):

brew install jetbrains/utils/teamcity

Install script:

curl -fsSL https://jb.gg/tc/install | bash

Debian/Ubuntu:

curl -fsSLO https://github.com/JetBrains/teamcity-cli/releases/download/v1.2.1/teamcity_linux_amd64.deb
sudo dpkg -i teamcity_linux_amd64.deb

RHEL/Fedora:

sudo rpm -i https://github.com/JetBrains/teamcity-cli/releases/download/v1.2.1/teamcity_linux_amd64.rpm

Arch Linux (AUR):

yay -S teamcity-bin

Windows

Winget (recommended):

winget install JetBrains.TeamCityCLI

Chocolatey:

choco install TeamCityCLI

Scoop:

scoop bucket add jetbrains https://github.com/JetBrains/scoop-utils
scoop install teamcity

Manual:
Download teamcity_1.2.1_windows_x86_64.zip, extract, and add to PATH.

npm

npm install -g @jetbrains/teamcity-cli

Go Install

go install github.com/JetBrains/teamcity-cli/tc@v1.2.1

Quick Start

# Authenticate with your TeamCity server
teamcity auth login

# List recent builds
teamcity run list

# Start a build
teamcity run start MyProject_Build --branch main --watch

Full documentation — getting started, configuration, command reference, and more.