0.0.26 • Published 3 years ago
@nodesuite/options v0.0.26
@nodesuite/options
Universal options parser for cli argument, environment variables, and configuration files.
Reference
Options key resolution and precedence follows the AWS Configuration Variables style guide:
https://docs.aws.amazon.com/cli/latest/topic/config-vars.html
Format & Priority
1. CLI arguments
--param-casekeys.- Must set the property using a
=value with zero whitespace.
2. Environment variables
CONSTANT_CASEkeys.- Will search recursively for any
.envor.env.defaultsfiles.
3. Configuration file
camelCasekeys.- JSON file format. (YAML coming soon)