#
hush pull
By
To update the local contents of a .env
file, use the pull
command:
yarn hush pull <key> <envFile>
So for example:
yarn hush pull joern-prod ./.env
All keys get prefixed with hush-
in the AWS SecretsManager to avoid namespace pollution.
If the newly pulled version of the .env
file contains additions, changes, or deletions, your local .env
file will not be overwritten. You can review those changes and then re-run the command with the --force
flag.