Updating the License KeyExamplesParametersDeleting the License KeyExamples
Using the Gravity Forms CLI Add-On and the following commands you can update and delete the Gravity Forms license key from the command line.
Updating the License Key
wp gf license update
Updates the Gravity Forms license key.
Examples
123# Updating the plugin to use the specified license key.$ wp gf license update abc123License key updated
Parameters
Argument
Description
[
A valid Gravity Forms license key.
Deleting the License Key
wp gf license delete
Deletes the Gravity Forms license key.
Examples
123# Deleting license key from the plugin.$ wp gf license deleteLicense key deleted