-1

I am trying to access gravity forms 'gf' commands with WP-CLI in terminal. so I want execute this command

wp gf check-update

I am getting:

'gf' is not a registered wp command. See 'wp help' for available commands.

I am trying to help myself from their docs. Nothing helpful found.

infomasud
  • 2,263
  • 1
  • 18
  • 12

1 Answers1

1

You must have the Gravity Forms CLI plugin installed and be in the command line directory of your WordPress site for many of its commands to work correctly. This means you must be in the same directory as your site's wp-config.php file