Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msabramo/teamcity_cli
CLI for TeamCity CI server, built on pyteamcity
https://github.com/msabramo/teamcity_cli
Last synced: about 1 month ago
JSON representation
CLI for TeamCity CI server, built on pyteamcity
- Host: GitHub
- URL: https://github.com/msabramo/teamcity_cli
- Owner: msabramo
- Created: 2015-03-03T16:29:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-04T14:59:38.000Z (almost 10 years ago)
- Last Synced: 2024-05-09T20:38:44.685Z (8 months ago)
- Language: Python
- Size: 230 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
teamcity_cli
============::
$ teamcity_cli
Usage: teamcity_cli [OPTIONS] COMMAND [ARGS]...CLI for interacting with TeamCity
Options:
--help Show this message and exit.Commands:
build Commands related to builds
change Commands related to changes
project Commands related to projects
server Commands related to the server instance
user Commands related to users$ teamcity_cli build list --build-type-id=Ansvc_Branches_Py34 --branch=develop
count: 5
┌─────────┬────────┬─────────────────────┬────────────┐
│ status │ number │ buildTypeId │ branchName │
├─────────┼────────┼─────────────────────┼────────────┤
| SUCCESS | 50 | Ansvc_Branches_Py34 | develop |
| SUCCESS | 47 | Ansvc_Branches_Py34 | develop |
| FAILURE | 3 | Ansvc_Branches_Py34 | develop |
| SUCCESS | 2 | Ansvc_Branches_Py34 | develop |
| FAILURE | 1 | Ansvc_Branches_Py34 | develop |
└─────────┴────────┴─────────────────────┴────────────┘Now with color!
.. image:: screenshot.png