Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

faabiosr/kongo-cli

Repository files navigation

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.