Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 751 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 751 Bytes

Documentation

Overview

  • Vaults describes valid vault types and their configuration
  • Transformations is about transformation steps.
  • Sinksdescribe the use of sinks.

Running

$ 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.