decK v0.7.0 released

decK is a configuration management tool for Kong.
One can not only export or import Kong’s configuration but also perform drift detection using decK.

I’ve release decK v0.7.0, which adds features around maintenance and scripting.

Along-with the release, a new documentation website for the project has been set up, which includes guides and reference documentation:

Checkout the changelog for a complete list of changes in v0.7.0.

Download the binary , or use the Docker image and give it a spin today!

If you are on macOS, you can also use Homebrew to install decK:

brew tap hbagdi/deck
brew install deck
# or upgrade your existing deck installation:
brew upgrade deck

As usual, please feel free to open Github issues to ask questions or report bugs.

hbagdi