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
@jessepeterson, I'll take this on, it would be helpful for my setup. Should I follow the same pattern I see in mysqlscepserver using envString() and envBool()?
@jessepeterson, It would be useful for our usecase to have the cli flags as env variables, like it is for example done on the SCEP server. Happy to take this if this is still something you guys are happy to have.
I'm not opposed @sduc! I'd want to keep it extremely lightweight, keeping the stdlib flag package (such as the simple environment readers that @steviec suggested, with some improvements). There's also a wrinkle with multiple-use switches, in particular the -storageand related functions which have a custom flag accumulator:
Currently we just use CLI flag parsing. Support configuring via environment variable fallback.
The text was updated successfully, but these errors were encountered: