@versionzero/configurator / configuration-sources
Enumerations
| Enumeration | Description |
|---|
| DefaultSequence | Standard sequence numbers for configuration sources. Lower numbers are processed first (lower priority), higher numbers are processed last (higher priority). When multiple sources assign the same property, the highest sequence number wins. |
Classes
| Class | Description |
|---|
| CommandLineSource | CommandLineSource - parse configuration assignments from the command line |
| EnvironmentSource | EnvironmentSource - load configuration assignments from environment variables |
| JsonFileSource | JsonFileSource - load assignments from a JSON formatted configuration file, or stdin if passed "-" |
| ObjectSource | ObjectSource - load configuration assignments from an object |