E
Gravity Forms CLI Add-On Content

Edit - Launch system editor to edit the Form configuration

edit - Launch system editor to edit the Form configuration.

What it does

edit - Launch system editor to edit the Form configuration. It is one of the abilities the Gravity Forms CLI Add-On plugin exposes, so an AI agent connected to your site can run it for you.

Input schema

FieldTypeRequiredDescription
input string Required What you want this ability to do, in plain language.

Output schema

FieldTypeDescription
result string The result produced by the ability.

Permissions

The agent's WordPress user needs these capabilities. Grant only what's listed here, never a full admin account.

πŸ”’ manage_options

How an agent calls it

Agents call this ability by name and pass the inputs it needs. A call looks roughly like this:

gravityformscli.edit-launch-system-editor-to-edit-the-fo
{
  "ability": "gravityformscli.edit-launch-system-editor-to-edit-the-fo",
  "args": { "input": ... }
}

The agent runs the ability, then hands the result back for you to review before anything is published.

Keep exploring

More Gravity Forms CLI Add-On abilities

All Gravity Forms CLI Add-On abilities β†’
C
Create - Creates a new form
Gravity Forms CLI Add-On
create - Creates a new form.
E
Export - Exports forms to a Gravity Forms Form export file
Gravity Forms CLI Add-On
export - Exports forms to a Gravity Forms Form export file.
I
Import - Imports forms from a Gravity Forms Form export file
Gravity Forms CLI Add-On
import - Imports forms from a Gravity Forms Form export file.
U
Update - Updates a form
Gravity Forms CLI Add-On
update - Updates a form.
C
Create - Creates a field and adds it to a form
Gravity Forms CLI Add-On
create - Creates a field and adds it to a form.