From ed97d6dc9ecd46a0dc43cc1b65b8330971e86ca8 Mon Sep 17 00:00:00 2001 From: Simon Barendse Date: Tue, 11 Feb 2020 01:24:00 +0100 Subject: [PATCH] secrethub: clarify versioning (#3847) --- pages/common/secrethub.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/secrethub.md b/pages/common/secrethub.md index 9f886caa8e..788e783cb6 100644 --- a/pages/common/secrethub.md +++ b/pages/common/secrethub.md @@ -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}}`