WP Cli Commands

FluentCRM has few useful WP CLI commands to make it easier to manage your contacts

wp fluent_crm activate_license #

Using this command you can activate the license key from WP CLI.

Full command: wp fluent_crm activate_license –key=YOUR_LICENSE_KEY

wp fluent_crm stats #

Using wp fluent_crm stats command you can see basic information and stats of your contacts, campaign, automation and emails.

wp fluent_crm sync_edd_customers #

With this command, you can easily sync your Easy Digital Downloads customers and purchase data

Full command:

wp fluent_crm sync_edd_customers --tags=TAG_ID_1,TAG_ID_2 --lists=LIST_ID_1,LIST_ID_2 --contact_status=subscribed

wp fluent_crm sync_woo_customers #

With this command, you can easily sync WooCommerce customers and purchase data

Full command:

wp fluent_crm sync_woo_customers --tags=TAG_ID_1,TAG_ID_2 --lists=LIST_ID_1,LIST_ID_2 --contact_status=subscribed

Latest comments (1)

Hi, it’s amazing that there is a wp cli integration.
When do you think more commands will be released?
The commands I’m looking for is to update options.
For example:
wp option update fluent_crm_business_name “My Business”
wp option update fluent_crm_business_full_address “Street 1”
wp option update fluent_crm_email_from_name “[email protected]

Thanks!
Regards,
Sebastiaan