releases

command module
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2018 License: MIT Imports: 19 Imported by: 0

README

releases

Travis CI

Server to show latest GitHub Releases for a set of repositories.

Installation

Binaries
Via Go
$ go get github.com/genuinetools/releases
Running with Docker
$ docker run -d --restart always \
    --name releases \
    -p 127.0.0.1:8080:8080 \
    -e GITHUB_TOKEN="<token>" \
    r.j3ss.co/releases --org genuinetools

Usage

$ releases -h
          _
 _ __ ___| | ___  __ _ ___  ___  ___
| '__/ _ \ |/ _ \/ _` / __|/ _ \/ __|
| | |  __/ |  __/ (_| \__ \  __/\__ \
|_|  \___|_|\___|\__,_|___/\___||___/

 Server to show latest GitHub Releases for a set of repositories.
 Version: v0.0.4
 Build: 488407e

  -d    run in debug mode
  -interval string
        interval on which to refetch release data (default "1h")
  -nouser
        do not include your user
  -orgs value
        organizations to include
  -p int
        port for the server to listen on (shorthand) (default 8080)
  -port int
        port for the server to listen on (default 8080)
  -token string
        GitHub API token (or env var GITHUB_TOKEN)
  -url string
        GitHub Enterprise URL
  -v    print version and exit (shorthand)
  -version
        print version and exit

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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