Keep secrets out of configuration files. More information: https://github.com/secrethub/secrethub-cli.
stdout:secrethub read {{path/to/secret}}
secrethub generate {{path/to/secret}}
secrethub write --clip {{path/to/secret}}
stdin as a new or updated secret:echo "{{secret_value}}" | secrethub write {{path/to/secret}}
secrethub audit {{path/to/repo_or_secret}}