Enable custom config identified by config path.
- Source:
- features/customConfig.js
Members
-
<static> type :string
-
This feature is loaded at configuration stage
Type:
- string
- Source:
- features/customConfig.js
Methods
-
<static> load_(app, configPath)
-
Load the feature
Parameters:
Name Type Description appApp The cli app module object
configPathstring Custom config file path
- Source:
- features/customConfig.js
Returns:
- Type
- Promise.<*>