Open and extensible continuous delivery solution for Kubernetes. Powered by GitOps Toolkit.
Find a file
Hidde Beydals c5491b9da8 internal: add simple keyscanner
This is an initial implementation and not a replacement candidate
for ssh-keyscan since it does only scan the key of the algorithm
the client and server agreed upon. This agreement may change
depending on the key being used, making it useless for distributed
usages.
2020-05-04 09:08:00 +02:00
.github Fix resume waiting 2020-05-03 13:29:16 +03:00
cmd/tk Fix resume waiting 2020-05-03 13:29:16 +03:00
docs Add bash completion cmd 2020-05-01 22:06:44 +03:00
install Add CLI install instruction and script 2020-04-30 22:23:24 +03:00
internal/keyscan internal: add simple keyscanner 2020-05-04 09:08:00 +02:00
manifests manifests: fix leader election rbac 2020-05-03 13:05:35 +03:00
.gitignore Init toolkit CLI 2020-04-24 14:30:27 +03:00
.goreleaser.yml Add release workflow to CI 2020-04-25 19:28:51 +03:00
CODE_OF_CONDUCT.md Add coc, dco and maintainers docs 2020-04-30 17:25:22 +03:00
CONTRIBUTING.md Add coc, dco and maintainers docs 2020-04-30 17:25:22 +03:00
DCO Add coc, dco and maintainers docs 2020-04-30 17:25:22 +03:00
go.mod internal: add simple keyscanner 2020-05-04 09:08:00 +02:00
go.sum build: update cobra to v1.0 2020-05-01 19:43:22 +03:00
LICENSE Initial commit 2020-04-24 12:38:22 +03:00
MAINTAINERS Add coc, dco and maintainers docs 2020-04-30 17:25:22 +03:00
Makefile Add bash completion cmd 2020-05-01 22:06:44 +03:00
README.md Add toolkit diagram 2020-05-01 12:47:57 +03:00

toolkit

e2e report license release

Experimental toolkit for assembling CD pipelines the GitOps way.

overview

Components:

To install the toolkit CLI, follow the instructions.