Describe the bug
doppler secrets download --format=env does not escape properly
To Reproduce
1: create a secret with shell-interpretable chars in the secret itself (eg $)
2. run doppler secrets download --format=env
3. source the outputted env file
Expected behavior
doppler secrets download --format=env should escape properly so values are not interpreted by the shell when sourced
CLI Version:
Version v3.75.1
Describe the bug
doppler secrets download --format=envdoes not escape properlyTo Reproduce
1: create a secret with shell-interpretable chars in the secret itself (eg $)
2. run
doppler secrets download --format=env3. source the outputted env file
Expected behavior
doppler secrets download --format=envshould escape properly so values are not interpreted by the shell when sourcedCLI Version:
Version v3.75.1