Obscuro
Commands

obscuro get

Decrypt and print a secret

Usage

obscuro get KEY

Decrypts the secret and prints it to stdout. Exits with a non-zero status if the key doesn't exist.

Example

$ obscuro get DB_PASSWORD
s3cret

On this page