Cos'è WP-CLI?
WP-CLI è un set di strumenti a riga di comando per la gestione delle installazioni di WordPress. Puoi aggiornare plugin, configurare installazioni multisito e molto altro, senza usare un browser web.
Comandi Store Exporter Deluxe
Tutti i comandi di Store Exporter Deluxe sono raggruppati nel comando wp store-export. I comandi disponibili sono:$ wp wc usage: wp store-export list [command] or: wp store-export quick_export [command] or: wp store-export scheduled_export [command] See wp help store-export for more information on a specific command.
Puoi vedere maggiori dettagli sui comandi usando wp help store-export o con il flag --help, che spiega argomenti e sottocomandi.
Esempio:
wp store-export list --helpNAME wp store-export list DESCRIPTION Elenca Esportazioni Pianificate. SYNOPSIS wp store-export list [–export_type=] [–export_format=] [–export_method=] OPTIONS [–export_type=] Valori accettati: product, category, tag, order, user, etc. Default: all [–export_format=] Valori accettati: csv, tsv, xls, xlsx, xml, rss, json. Default: all [–export_method=] Valori accettati: archive, save, email, post, ftp, raw. Default: all EXAMPLES wp store-export list –export_format=csv wp store-export list –export_format=csv –export_type=product wp store-export list –export_format=csv –export_type=product –export_method=email
Esempi
La documentazione completa per ogni comando è disponibile usando --help. Di seguito alcuni comandi di esempio per mostrare cosa può fare la CLI.

