WP-CLI Command: wp pods field

This is the Pods Admin command for managing Field configurations.

This is the new Pods Admin command in Pods 2.8+ for managing Field configurations.

usage: wp pods field add [--pod_id=<pod_id>] [--pod=<pod>] [--group_id=<group_id>] [--group=<group>] [--name=<name>] --label=<label> --type=<type> [--args=<args>]
    or: wp pods field delete <id>
   or: wp pods field delete-by-slug <pod> <slug>
   or: wp pods field get <id>
   or: wp pods field get-by-slug <pod> <slug>
   or: wp pods field list [--return_type=<return_type>] [--types=<types>] [--ids=<ids>] [--args=<args>] [--include_parent]
   or: wp pods field update <id> [--name=<name>] [--label=<label>] [--type=<type>] [--args=<args>]
   or: wp pods field update-by-slug <pod> <slug> [--new_name=<new_name>] [--new_group=<new_group>] [--new_group_id=<new_group_id>] [--label=<label>] [--type=<type>] [--args=<args>]

Other Helpful Documentation on Pods WP-CLI Commands

WP-CLI Command: wp pods

The command for interacting with Pod items and content

WP-CLI Command: wp pods group

This is the Pods Admin command for managing Group configurations.

WP-CLI Command: wp pods pod

This is the Pods Admin command for managing Pod configurations.

WP-CLI Command: wp pods-api

This is the command for interacting with Pod configurations, settings, and components.