1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 12:45:59 +02:00

secrethub: clarify versioning (#3847)

This commit is contained in:
Simon Barendse 2020-02-11 01:24:00 +01:00 committed by GitHub
parent 3573da9e2b
commit ed97d6dc9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,15 +7,15 @@
`secrethub read {{path/to/secret}}`
- Generate a random value and store it as a new secret (version):
- Generate a random value and store it as a new or updated secret:
`secrethub generate {{path/to/secret}}`
- Store a value from the clipboard as a new secret (version):
- Store a value from the clipboard as a new or updated secret:
`secrethub write --clip {{path/to/secret}}`
- Store a value supplied on stdin as a new secret (version):
- Store a value supplied on stdin as a new or updated secret:
`echo "{{secret_value}}" | secrethub write {{path/to/secret}}`