--dev-debug environment variable equivalent?
#3455
-
|
The |
Beta Was this translation helpful? Give feedback.
Answered by
cristiand391
Nov 13, 2025
Replies: 1 comment 4 replies
-
|
yep, we actually use so |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
kyle-blair
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
yep, we actually use
--dev-debugas a way to dynamically set these env vars 😀 : https://github.com/salesforcecli/cli/blob/1374a627a2b68311c54736ae5b6765001b799978/src/flags.ts#L21so
sf config list --dev-debugis equal to running: