Const
Print the value of a secret to stdout. The filter must resolve to exactly one secret — otherwise the command errors. Suitable for scripting (export DB_URL=$(jseeqret get myapp:prod:DB_URL)).
export DB_URL=$(jseeqret get myapp:prod:DB_URL)
jseeqret get myapp:prod:DB_URL Copy
jseeqret get myapp:prod:DB_URL
Print the value of a secret to stdout. The filter must resolve to exactly one secret — otherwise the command errors. Suitable for scripting (
export DB_URL=$(jseeqret get myapp:prod:DB_URL)).