mozilla / doorman

Doorman is an authorization (micro)service.
https://mozilla-doorman.readthedocs.io/
Mozilla Public License 2.0
52 stars 12 forks source link

Add some CLI options #60

Open Natim opened 6 years ago

Natim commented 6 years ago

--help to see the available options --version to see the current version -c,--config to select the policies file

leplatrem commented 6 years ago

What would be the advantages over environment variables?

I see two main ways of running the application:

Natim commented 6 years ago

I think env variables are a great thing while deploying or using Docker but CLI is also very great when you are using the tool yourself.

I don't ask for a lot of things just some help to makes it easier to use.

Maybe the --help can list the ENV variables to use.