Top Level Namespace

Defined Under Namespace

Modules: Pfm

Constant Summary collapse

SETTINGS =

Load config file as mapp of strings ex. SETTINGS[ ‘AWS_REGION’ ] = ‘us-east-1’

Pfm::Settings.new(true).settings_strings
REPO_VERSION_FILE =

Global repository version file

'version'.freeze
REPO_VERSION =

Load the current repository version number

Idlc::Utility.set_global_version(REPO_VERSION_FILE)