Set Configuration Variable

apex sys set-config <NAME> <VALUE>
Update the value of an existing configuration variable.

Parameters

Parameter Description
name The name of the confirmation variable to update, formatted as PACKAGE.ALIAS
value The value to update the configuration variable to.

Flags

Flag Description

Examples

  • ./apex sys set-config mypackage.tax_price 7.95
  • ./apex sys set-config blog-pkg.default_category reviews