Dotty env use
dotty env use¶
Fill a template with credential references.
Synopsis¶
Replace every {{ dotty://
Examples¶
dotty env use --in-file=.env.tmpl --out-file=.env
echo 'token={{ dotty://ci/GITHUB_TOKEN }}' | dotty env use
dotty env use --out-file=.env # fills ./.env.dotty
Options¶
-h, --help help for use
--in-file string template file to read (default: stdin)
--out-file string file to write, created with 0600 (default: stdout)
Options inherited from parent commands¶
--namespace string credential namespace to operate on (default "default")
--profile string profile to operate on (defaults to the active profile)
SEE ALSO¶
- dotty env - Store and inject credentials from the macOS Keychain.