
secrethub
List of commands for secrethub:
-
secrethub:tldr:00f35 secrethub: Generate a random value and store it as a new or updated secret.$ secrethub generate ${path-to-secret}try on your machineexplain this command
-
secrethub:tldr:458c9 secrethub: Audit a repository or secret.$ secrethub audit ${path-to-repo_or_secret}try on your machineexplain this command
-
secrethub:tldr:525bb secrethub: Print a secret to `stdout`.$ secrethub read ${path-to-secret}try on your machineexplain this command
-
secrethub:tldr:96d87 secrethub: Store a value from the clipboard as a new or updated secret.$ secrethub write --clip ${path-to-secret}try on your machineexplain this command
-
secrethub:tldr:aaad6 secrethub: Store a value supplied on `stdin` as a new or updated secret.$ echo "${secret_value}" | secrethub write ${path-to-secret}try on your machineexplain this command