Skip to content

heavybeard/wp-cli-mycred-command

Repository files navigation

wp-cli-mycred-command

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.


Requires

  • myCRED plugin
  • WP-CLI 0.23 or later

Getting Started

$ wp package install heavybeard/wp-cli-mycred-command:@stable

Subcommands

Go to wiki for more specifics

Export Points Log

  • export - Create a csv file with points log
$ wp mycred export <output-file>

Help

$ 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.

Installing manually

$ mkdir -p ~/.wp-cli/commands && cd -
$ git clone git@github.com:heavybeard/wp-cli-mycred-command.git

Add following into your ~/.wp-cli/config.yml.

require:
  - commands/wp-cli-mycred-command/commands.php

Upgrade

$ wp package update

Releases

No releases published

Packages

No packages published

Languages