export-command/bin/readme/installing-body.md

841 B

Get early access to wp profile for only $49 per year. Purchasing an early access subscription locks you into this price for as long as you stay subscribed. Subscriptions include unlimited downloads of the command, plus support and updates for the length of your subscription.

Once you've purchased a subscription, you can use the wp profile command with:

wp --require=command.php profile

Alternatively, you can require the command so that it's always available to WP-CLI when running as the current system user:

  1. Extract the package files to ~/.wp-cli/runcommand-profile
  2. Edit (or create) ~/.wp-cli/config.yml and include the following require statement:
require:
  - runcommand-profile/command.php