项目作者: wandera

项目描述 :
Go client for Spring Cloud Config Server
高级语言: Go
项目地址: git://github.com/wandera/scccmd.git
创建时间: 2018-03-09T16:14:35Z
项目社区:https://github.com/wandera/scccmd

开源协议:MIT License

下载


scccmd - Spring Cloud Config cli tool

Test
Go Report Card
GitHub release
License: MIT

Tool for obtaining configuration from config server

How to develop

  • Run go get github.com/wandera/scccmd
  • Build by go build -v
  • Tests are started by go test -v ./...
  • Or if you dont want to setup your local go env just use the provided Dockerfile

Docker repository

The tool is released as docker image as well, check the repository.

Kubernetes Initializer

The tool could be used as Webhook for Kubernetes deployments.
Deployed webhook will add init container to applicable deployments,
which in turn downloads configuration in deployment initialization phase.
Example k8s manifest.

Tool documentation

docs - Generated documentation for the tool