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

pwelch/clog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clog

Clog is a CLI client written in Go for the Captain's Log Rails application.

Configuration

Clog looks for a configuration file /etc/clog/clog_config.json by default.

To specify a different file use -c /path/to/config.

Example clog configuration file

# clog_config.json

{
 "server": "http://example.com/api",
 "api_key": "API_KEY"
}

Usage

  clog -m "Restarted apache in staging"

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Go client for Captain's Log Infrastructure Changelog Tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages