Gustavo Fernandes de Carvalho 5746bb674a fix: adds missing externalsecret_type validation on generatorRef (#5547) před 7 měsíci
..
generator 5746bb674a fix: adds missing externalsecret_type validation on generatorRef (#5547) před 7 měsíci
.goreleaser.yaml 914e40b640 feat: add a renderer for template data and secrets (#4277) před 1 rokem
Makefile 914e40b640 feat: add a renderer for template data and secrets (#4277) před 1 rokem
README.md 4abf9c6d0a fix: documentation and naming for render tool (#4324) před 1 rokem
bootstrap.go 580043f98a feat(esoctl): adds bootstrap generator commands (#5539) před 7 měsíci
main.go 6f411f5569 chore(linter): fix linter issue in `api` and `cmd` package (#5413) před 7 měsíci
root.go 580043f98a feat(esoctl): adds bootstrap generator commands (#5539) před 7 měsíci
template.go a9b233b693 feat: go module separation (#5498) před 7 měsíci

README.md

esoctl

This tool contains external-secrets-operator related activities and helpers.

Templates

cmd/esoctl -> esoctl template

The purpose is to give users the ability to rapidly test and iterate on templates in a PushSecret/ExternalSecret.

For a more in-dept description read Using esoctl Tool.

This project doesn't have its own go mod files to allow it to grow together with ESO instead of waiting for new ESO releases to import it.