Module: Feature_DevConfigByGitUser

Enable developer specific config identified by git user name

Source:
features/devConfigByGitUser.js

Members


<static> type :string

This feature is loaded at configuration stage

Type:
  • string
Source:
features/devConfigByGitUser.js

Methods


<static> load_(app, options)

Load the feature

Parameters:
Name Type Description
app CliApp

The cli app module object

options object

Options for the feature

Properties
Name Type Argument Description
altUserForTest string <optional>

Alternative username for test purpose, if given, this feature will not get git user but use this given value instead

Source:
features/devConfigByGitUser.js
Returns:
Type
Promise.<*>