#
hush push
By
To push the contents of a .env
file, use the push
command:
yarn hush push <key> <envFile>
So for example:
yarn hush push joern-prod ./.env
All keys get prefixed with hush-
in the AWS SecretsManager to avoid namespace pollution.
You can also provide an optional parameter -m, --message
to provide a sort of "commit message" for the current version of your secret.