# hush pull

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

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.