You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I use both --only-secrets and --name-transformer flags with doppler run, it's not working and reporting that secret not exist:
❯ doppler run --only-secrets SOME_SECRET --name-transformer tf-var -- env
Doppler Error: the following secrets you are trying to include do not exist in your config:
- SOME_SECRET
To Reproduce
Run doppler run with both flags --only-secrets and --name-transformer to see the issue.
Expected behavior
I expect to get single secret transformed into terraform variable format.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: [macOS]
Version [13.3]
CLI Version:
Version v3.56.2
Additional context
Doppler run works for this secret as soon I remove --name-transformer flag
The text was updated successfully, but these errors were encountered:
Describe the bug
When I use both
--only-secrets
and--name-transformer
flags withdoppler run,
it's not working and reporting that secret not exist:To Reproduce
Run
doppler run
with both flags--only-secrets
and--name-transformer
to see the issue.Expected behavior
I expect to get single secret transformed into terraform variable format.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
CLI Version:
Version v3.56.2
Additional context
Doppler run works for this secret as soon I remove
--name-transformer
flagThe text was updated successfully, but these errors were encountered: