NAME

managewp-client

DESCRIPTION

A command line interface to the ManageWP API. https://managewp.com/

SYNOPSIS

managewp-client [--method=path/to/method] [options...]

Options:
  -help		brief help message
  -man		full documentation

OPTIONS

-help

Print a brief help message and exits.

-man

Prints the manual page and exists

--method
EXAMPLE: partner/users/register

Takes an email address as the argument, and attempts to register that user with the ManageWP API.

Options:
  --user_email="user@example.com"	(required)
  --user_pass="password"		(optional(default:random))
  --additional_data="JSON"		(optional)
  --plan_id="ID"			(optional)

(http://managewp.com/docs/api/#registeruser)

THIS IS AN EXAMPLE: you can use any method available in the API this way.