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
Is there a way to get a list of env vars that start with SetEnvPrefix() but don't correspond to any settings that Viper knows about? I realize this could be done manually by inspecting the keys of AllSettings, but it also seems like something that Viper could do internally.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is there a way to get a list of env vars that start with
SetEnvPrefix()
but don't correspond to any settings that Viper knows about? I realize this could be done manually by inspecting the keys ofAllSettings
, but it also seems like something that Viper could do internally.Beta Was this translation helpful? Give feedback.
All reactions