-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
See https://github.com/plaid/style/pull/37 for a background.
I believe there are two things we should do to make environment variables more pleasant to work with.
- We should add a
--helpflag to all service executables which prints out the required environment variables, and optionally some other information about the service. - When you forget a required env var, all required env vars should be printed out, not just the one you forgot. This will reduce time to get up and running and eliminate the cycle of add the env var, run the service, add another env var, run it again, etc. It might make sense to just print the help text in this case.
Reactions are currently unavailable