Skip to content

MolotovTv/tc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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