com.github.aaronp:args4c_2.12

args4c


License
Apache-2.0

Documentation

Args4c

Build Status Maven Central Coverage Status Scaladoc

An "arguments for config" zero-dependency* utility to aid in producing a lightbend (typesafe) config from command-line arguments, as well as some convenience methods for working with configurations such as:

  • get the unique paths, export a config as a json string, filter/modify configs
  • provide 'pretty' config summaries
  • encrypting/decrypt sensitive config entries
  • allow overrides from environment variables (e.g. FOO_BAR=123 overrides property foo.bar)

The minisite can be found here

* It is zero-dependency as it declares a 'provided' dependency on the lightbend (typesafe) config so not to conflict with the explicit version used by your project