WP-CLI Command: wp pods pod

This is the Pods Admin command for managing Pod configurations.

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

usage: wp pods pod add [--mode=<mode>] [--name=<name>] [--label=<label>] --type=<type> [--storage=<storage>] [--label_singular=<label_singular>] [--menu_name=<menu_name>] [--menu_location=<menu_location>]
    or: wp pods pod delete <id> [--delete_all]
    or: wp pods pod delete-by-slug <slug> [--delete_all]
    or: wp pods pod get <id> [--include_fields] [--include_groups] [--include_group_fields]
    or: wp pods pod get-by-slug <slug> [--include_fields] [--include_groups]
    or: wp pods pod list [--return_type=<return_type>] [--types=<types>] [--ids=<ids>] [--args=<args>]
    or: wp pods pod update <id> [--name=<name>] [--label=<label>] [--args=<args>]
    or: wp pods pod update-by-slug <slug> [--new_name=<new_name>] [--label=<label>] [--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 group

This is the Pods Admin command for managing Group configurations.

WP-CLI Command: wp pods-api

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