Module: Feature_Version

Set app version

Source:
features/version.js

Members


<static> type :string

This feature is loaded at init stage

Type:
  • string
Source:
features/version.js

Methods


<static> load_(app, version)

Load the feature

Parameters:
Name Type Description
app CliApp

The cli app module object

version string

Version information, use @package.version to use the version info from package.json located under working folder

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