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 gfwp help gf formwp help gf form fieldwp help gf form notificationwp help gf entrywp help gf entry notificationwp help gf installwp help gf setupwp help gf licensewp help gf toolwp 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=xxxxxwp gf install --key=xxxxx --activatewp gf install gravityformspolls --key=xxxxxwp gf install gravityformsquiz --key=xxxxxOnce 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 setupwp gf setup --forceGravity Forms and official add-ons can be updated using the update command.
Examples:
wp gf updatewp gf update gravityformspollsCheck the current version using the version command.
Examples:
wp gf versionwp gf version gravityformspollsIf 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/