Skip to main content

kongcl - a CLI for kong admin interface.

Project description

A command line client for kong admin API

This tool ease kong management like getting routes for service name (not id):

kongctl -s https://localhost:8001 list routes -s example-service

1ba43640-6977-4d6a-9804-6e0032d77bb1: example-service
  example.com/

d091d9c4-fde8-4982-b984-8376bd544aaf: example-service
  example.com/api/v1

Installation

brew tap kepkin/kongctl
brew install kongctl

or

pip3 install kongctl

Quick guide to usage

mkdir ~/.kongctl
echo '{
    "server": "my-kong.url:8001",
    "auth": {
        "type": "basic",
        "user": "user",
        "password": "pass"
    }
}' > ~/.kongctl/qa-env

kong -c qa-env list services

TODO

  • Support for OIDC authorization

  • Get stubs for create operation

  • Support all key-auth like plugins

  • Support update from cmd args

  • Support yaml

  • Sort by id?

  • list command filter option

  • Autocomplete

  • Add images instead of code in README (to show color support)

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kongctl-0.2.7.tar.gz (13.7 kB view hashes)

Uploaded Source

Built Distribution

kongctl-0.2.7-py2.py3-none-any.whl (15.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page