News & Updates -

Gravity Forms CLI Add-On 1.2 Update

Jonathan Calderon By Jonathan Calderon Published April 15, 2020
Gravity Forms CLI Add-On 1.2 Update

Great news Gravity Forms power users! The Gravity Forms CLI Add-On v1.2 is now available in the WordPress plugin repository.

  • Updated Gravity API domain.
  • Updated the ids format of the entry list command to support the page-size and offset args.
  • Added various fixes.

The CLI allows users to manage forms, entries and notifications on the command line. It supports import and export for both forms and entries and will resend notifications for individual entries.

It also provides a way to install and update the latest hotfixes for Gravity Forms and all official add-ons. Hotfixes are frequent releases that are otherwise only available as downloads and are not deployed via auto-update.

The CLI Add-On is intended to be used by power-users, developers, managed WordPress hosts and system administrators and requires WP-CLI to be installed on the site.

Gravity Forms CLI Add-On v1.2 Changelog

  • Updated Gravity API domain.
  • Updated the ids format of the entry list command to support the page-size and offset args. Credit: Ulrich Pogson.
  • Updated the form export command to support the optional filename arg e.g. wp gf form export 1 –filename=testing.json. Credit: Timothy Decker.
  • Fixed an issue where the install command could not network activate plugins.
  • Fixed an error occurring when using the form notification update command without the notification-id arg.
  • Fixed an issue with the entry export command.