This repository has been archived by the owner on Sep 5, 2022. It is now read-only.
Simple flag to have machine-readable snip get
output.
#9
Labels
Milestone
Use-case being that if I adopt snip as a team with a shared vault, I'd want to call snip from scripts and retrieve a secret in plaintext.
For now the best option I found to get plaintext output of a secret value is:
A convention of lots of programs would be to accept
-
in place of stdout to shorten the command.A different option could be to implement a flag like
snip get foo -r
(-r/--raw
for raw output mode).The text was updated successfully, but these errors were encountered: