You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to 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.
5 years ago
.github Fix resume waiting 5 years ago
cmd/tk Fix resume waiting 5 years ago
docs Add bash completion cmd 5 years ago
install Add CLI install instruction and script 5 years ago
internal/keyscan internal: add simple keyscanner 5 years ago
manifests manifests: fix leader election rbac 5 years ago
.gitignore Init toolkit CLI 5 years ago
.goreleaser.yml Add release workflow to CI 5 years ago
CODE_OF_CONDUCT.md Add coc, dco and maintainers docs 5 years ago
CONTRIBUTING.md Add coc, dco and maintainers docs 5 years ago
DCO Add coc, dco and maintainers docs 5 years ago
LICENSE Initial commit 5 years ago
MAINTAINERS Add coc, dco and maintainers docs 5 years ago
Makefile Add bash completion cmd 5 years ago
README.md Add toolkit diagram 5 years ago
go.mod internal: add simple keyscanner 5 years ago
go.sum build: update cobra to v1.0 5 years ago

README.md

toolkit

e2e report license release

Experimental toolkit for assembling CD pipelines the GitOps way.

overview

Components:

To install the toolkit CLI, follow the instructions.