myCRED commands for WP-CLI
https://it.wordpress.org/plugins/mycred/
wp mycred
is a WP-CLI command that enables you to manage myCRED Wordpress plugin.
- myCRED plugin
- WP-CLI 0.23 or later
$ wp package install heavybeard/wp-cli-mycred-command:@stable
Go to wiki for more specifics
export
- Create a csv file with points log
$ wp mycred export <output-file>
$ wp help mycred
NAME
wp mycred
DESCRIPTION
Implements myCRED plugin commands.
SYNOPSIS
wp mycred <command>
SUBCOMMANDS
export Export myCRED log points in a csv file.
$ mkdir -p ~/.wp-cli/commands && cd -
$ git clone [email protected]:heavybeard/wp-cli-mycred-command.git
Add following into your ~/.wp-cli/config.yml
.
require:
- commands/wp-cli-mycred-command/commands.php
$ wp package update