We'll create fresh WordPress site with Gravity Forms CLI Add-On installed. You have 20 minutes to test the plugin after that site we'll be deleted.
The Gravity Forms CLI Add-On allows WP-CLI users to manage forms and entries and more on the command line.
wp help gf
wp help gf form
wp help gf form field
wp help gf form notification
wp help gf entry
wp help gf entry notification
wp help gf install
wp help gf setup
wp help gf license
wp help gf tool
wp gf form [command]
Commands:
wp gf form field [command]
wp gf field [command]
(alias)Commands:
wp gf form notification [command]
wp gf notification [command]
(alias)Commands:
wp gf entry [command]
Commands:
wp gf entry notification [command]
Commands:
wp gf license [command]
Commands:
wp gf tool [command]
Commands:
The above commands all require Gravity Forms to be installed. However, if Gravity Forms is not installed then you can use this add-on to install it along with all the other official Gravity Forms add-ons.
The install command will download and install the latest version Gravity Forms available for auto-update and then run the database setup. The license key will be saved in the plugin settings.
A valid license key is required either in the GF_LICENSE_KEY
constant or the --key
option.
Examples:
wp gf install --key=xxxxx
wp gf install --key=xxxxx --activate
wp gf install gravityformspolls --key=xxxxx
wp gf install gravityformsquiz --key=xxxxx
Once installed, the database can be set up or upgraded separately using the setup command. The command will not re-run the setup unless the --force
flag is set.
Examples:
wp gf setup
wp gf setup --force
Gravity Forms and official add-ons can be updated using the update command.
Examples:
wp gf update
wp gf update gravityformspolls
Check the current version using the version command.
Examples:
wp gf version
wp gf version gravityformspolls
If you find anything that needs fixing please open a support ticket at https://www.gravityforms.com/open-support-ticket/
If you have any ideas for improvements please submit your idea at https://www.gravityforms.com/gravity-forms-roadmap/