Support reading config values from CLI for notary-server #604
Labels
good first issue
Good for newcomers
notary server
Improvements or problems in the notary server reference implementation
Support reading some of the frequently used/changed values in the config file from CLI, e.g.
This can be done either via CLI parser lib like
StructOpt
or environment variable. Then something like config-rs can be used to combine these configs from different sources.The text was updated successfully, but these errors were encountered: