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
When proteus generates usage information, like when the program is called with --help, it currently shows only usage with command-line flags. There is no information about how to provide parameters using other providers, like environment variables or consul KV store.
Goals
From the usage information generated with --help:
the user will know what providers can be used to configure the application, and the priority order
the user will know how to provide each parameter with each provider
(tentative): the provider can give a short documentation about itself
Steps:
RFC
Implementation
The text was updated successfully, but these errors were encountered:
Description
When proteus generates usage information, like when the program is called with
--help
, it currently shows only usage with command-line flags. There is no information about how to provide parameters using other providers, like environment variables or consul KV store.Goals
From the usage information generated with
--help
:Steps:
The text was updated successfully, but these errors were encountered: