```console vault env -p 'secret?' -- env vault env -p 'secret=BLA?' -- env ``` will omit the environment variable altogether if an error happens when trying to read the secret.
will omit the environment variable altogether if an error happens when trying to read the secret.