kongo-cli

module
v0.0.0-...-c28cba7 Latest Latest
Warning

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

Go to latest
Published: Jun 8, 2018 License: MIT

README

Kongo CLI

Release Build Status Coverage Status Go Report Card GoReleaser License

Kongo CLI is an open source command-line application for managing Kong instances.

Instalation

Using go get

If you have Go installed:

$ go get github.com/fabiorphp/kongo-cli/cmd/kongo
Manually

Download your preferred flavor from the releases page and install manually.

Development

Requirements
Makefile
// Build a beta version of kongo
$ make build

// Clean up
$ make clean

// Creates folders and download dependencies
$ make configure

//Run tests and generates html coverage file
make cover

// Download project dependencies
make depend

// Format all go files
make fmt

//Run linters
make lint

// Run tests
make test

License

This project is released under the MIT licence. See LICENSE for more details.

Directories

Path Synopsis
cmd
kongo command
pkg
cli

Jump to

Keyboard shortcuts

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