Support

Account

Home Forums General Issues Official ACF plugin for wp-cli / wp-cli seeding

Helping

Official ACF plugin for wp-cli / wp-cli seeding

  • Hi all,
    I’m using the wp-cli a lot and would like to see official ACF plugin for wp-cli. What I mean is the ability to manage ACF data via the wp-cli:

    exs:
    wp acf update <post-id> <field-name> <field-value>
    wp acf add <post-id> <field-name> [
    ‘items’ =>
    [
    [ <subfield_name> => <subfield_value> ]
    ]
    ]

    This would open an opportunity for easy seeding, ex, via Faker .

    Imagine complex where you have listing of 100 people to test “load more” and have to fill all those 100 people by hand.

  • This reply has been marked as private.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Official ACF plugin for wp-cli / wp-cli seeding’ is closed to new replies.