Managing the Gravity Forms License Key with WP-CLI

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.

Pre-Requisites

Updating the License Key

wp gf license update

Updates the Gravity Forms license key.

Examples

# Updating the plugin to use the specified license key.
$ wp gf license update abc123
License key updated

Parameters

ArgumentDescription
[<license-key>]A valid Gravity Forms license key.

Deleting the License Key

wp gf license delete

Deletes the Gravity Forms license key.

Examples

# Deleting license key from the plugin.
$ wp gf license delete
License key deleted