Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 933 Bytes

README.md

File metadata and controls

46 lines (36 loc) · 933 Bytes

tc

TeamCity command

First time launching (no config file)

When you use tc for the first time you will be prompted with some informations to fill:

If config file

In each repository you will have a .tc file containing build id for each env.

How to use it?

Preamble

For example we have :

  • 1 environment named dev
  • 1 service named go-service

All commands are made at the root of your project go-service in bash.

Deploy project

tc run dev

Silent mode

tc run dev -s

Last Build deployed

tc last-build dev

Open teamcity website page

tc op dev

tc version

tc version