WP-CLI Command: wp pods group

This is the Pods Admin command for managing Group configurations.

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

usage: wp pods group add [--pod_id=<pod_id>] [--pod=<pod>] [--name=<name>] --label=<label> [--args=<args>]
    or: wp pods group delete <id>
    or: wp pods group delete-by-slug <pod> <slug>
    or: wp pods group get <id> [--include_fields]
    or: wp pods group get-by-slug <pod> <slug> [--include_fields]
    or: wp pods group list [--return_type=<return_type>] [--types=<types>] [--ids=<ids>] [--args=<args>]
    or: wp pods group update <id> [--name=<name>] [--label=<label>] [--type=<type>] [--args=<args>]
    or: wp pods group update-by-slug <pod> <slug> [--new_name=<new_name>] [--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 field

This is the Pods Admin command for managing Field 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.