Skip to content

Commit

Permalink
Merge pull request #35 from chrisjsimpson/main
Browse files Browse the repository at this point in the history
document the read from stdin feature, showing an example
  • Loading branch information
snoyberg authored Jun 12, 2023
2 parents bb263f6 + 5d98cc4 commit 05e6791
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ Running `amber --help` will give you full, up to date set of instructions. The `
* `amber init` to create a new secret key and `amber.yaml` file.
* Securely store that secret key, such as in a password manager. Additionally, if desired, put that secret key in your CI system's secrets.
* Add additional secrets with `amber encrypt`.
* Use the "read from stdin" feature to encrypt whole files `amber encrypt SECRET_SAUCE < my-secret-sauce.txt`
* Commit your `amber.yaml` file into your repository.
* Within your CI scripts, or when using your secrets on your own system:
* Set the `AMBER_SECRET` environment variable to your secret key.
Expand Down

0 comments on commit 05e6791

Please sign in to comment.