kubecd is a continous deployment tool for kubernetes.
kubecd check your git repository at regular intervals and if detect any changes in your specified k8s manifest directory, sends new manifests to kubernetes.
This part contains information about how to start develop kubecd.
export KUBECD_DBFILE="/Users/X/kubecd/kubecd.db"
export KUBECD_CLONE_PATH="/Users/X/kubecd"
If kubecd working out of cluster, you should set like below
export KUBECD_CLUSTER_TYPE="OUT_OF_CLUSTER"
Default cluster type is "IN_CLUSTER".
If kubecd working in same cluster with your repositories you do not need to set "KUBECD_CLUSTER_TYPE" variable.
go run cmd/appserver/server.go
go run cmd/appcli/cli.go application --help