ccfetch

command module
v0.0.0-...-ea5e1ab Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 23, 2019 License: BlueOak-1.0.0 Imports: 9 Imported by: 0

README

ccfetch

A tool for fetching code coverage and other statistics from team city. Fetches the specified properties from the statistics for the latest build of the specified build type and prints them in JSON to stdout.

Usage

$ ccfetch -host <host> -id <id> -props <props>

where

  • <host> is the address of your TeamCity server (default "http://127.0.0.1/")
  • <id> is the ID of the build type to fetch properties for
  • <props> is a colon-seperated list of the names of the properties to fetch

Expectes a file secrets.json in the current directory with the format

{
  "username": "snazz-meister",
  "password": "topsecret"
}

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL