We should add a --help CLI flag to both sso-auth and sso-proxy that outputs documentation about configuration, for anyone exploring or debugging the apps at the command line.
At the moment, the --help flag is ignored and instead the user is greeted with a big error message about a bunch of invalid settings (see also #33):
We should add a
--help
CLI flag to bothsso-auth
andsso-proxy
that outputs documentation about configuration, for anyone exploring or debugging the apps at the command line.At the moment, the
--help
flag is ignored and instead the user is greeted with a big error message about a bunch of invalid settings (see also #33):