.boltrc Config
The order goes like this, as this list increases, the later override the earlier Order inspired by https://www.npmjs.com/package/rc#standards
- Each property has a default
- userConfigfrom- .boltrc.jsthat's in same cwd as where- boltwas ran, unless they use- --config-file path/to/.boltrc.js
- Env Vars with bolt_prefix;bolt_verbosity=1will overrideconfig.verbosity- case matters!
- Certain command line options like bolt build --verbosity 5- not every config option is overridable this way. Runbolt --helporbolt build --helpto see options.
For both 3 & 4, it doesn't support deep merges, so only top level properties.