- Vaults describes valid vault types and their configuration
- Transformations is about transformation steps.
- Sinksdescribe the use of sinks.
$ go-secretshelper
Usage: go-secretshelper [-v] [-e] <command>
where commands are
version print out version
run run specified config
Global flags are:
- -v: be more verbose
- -e: substitute environment variables when processing configuration files
$ go-secretshelper run -h
Usage of run:
-c string
configuration file
The run
command takes the name of a yaml-based configuration file in -c
, and starts processing the file.