The NPM package name for the command line app's core package.
The NPM package name for the command line app's core package.
The namespace that we use for imperative and our CLI app.
The config object
The home location for plugins
Installation directory for plugins
The plugin.json config file location.
This stores the plugin node_module location. Since linux and windows can differ here, this will be PLUGIN_INSTALL_LOCATION appended with either node_modules or lib/node_modules.
Indicates if we are using a configuration file
The root directory for all plugin related items.
Internal singleton object for the instance of the constants. This is done this way because some of the variables need Imperative to have been initialized first. That initialization happens at run time and not compile time.
Get the singleton PMFConstants object. The first time this is requested, a new object is created.
The constants class
Generated using TypeDoc
Constants used by the PMF.