mirror of
https://hk.gh-proxy.com/https://github.com/wp-cli/profile-command.git
synced 2025-08-21 06:38:51 +08:00
830 B
830 B
Get access to wp profile
for only $129 per year. Purchasing an annual 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:
- Extract the package files to
~/.wp-cli/runcommand-profile
- Edit (or create)
~/.wp-cli/config.yml
and include the following require statement:
require:
- runcommand-profile/command.php