Skip to content
This repository has been archived by the owner on Aug 30, 2019. It is now read-only.

Latest commit

 

History

History
47 lines (26 loc) · 887 Bytes

README.md

File metadata and controls

47 lines (26 loc) · 887 Bytes

guvnor

Guvnor, in charge of your CI, repositories, servers, and more

  • Command line tools
    • to keep an eye on your minions
    • to order your CI minions about in easy steps
  • Web interface
    • to keep an eye on your minions
    • to order your CI minions about in easy steps
  • Minions that talk to CI, repository APIs

Matrix

  • Distinguish CI jobs by project, flow, environment and task type
  • Navigate across these 4 dimensions easily
  • With all in a clean and clear interface

Example CLI

Deploy build

guv deploy [latest] myproject [to] integration

Promote build

guv promote myproject [from] [integration] [to] staging

Restart application

guv kick myproject [on] integration

Restart machine

guv boot myserver

Test application

guv test myproject

Application version

guv [which] version [is] myproject [in] [all|integration]