mirror of
https://gh.wpcy.net/https://github.com/wp-cli/profile-command.git
synced 2026-04-18 14:42:21 +08:00
15 lines
702 B
Markdown
15 lines
702 B
Markdown
`wp profile` is available to [runcommand gold and silver subscribers](https://runcommand.io/pricing/), or you can purchase a single-seat updates and support subscription for [$129 per year](https://runcommand.memberful.com/checkout?plan=16079).
|
|
|
|
Once you've signed up, you can [download the latest version](https://runcommand.memberful.com/account/downloads) from your account dashboard. Then, install `wp profile` with:
|
|
|
|
```
|
|
$ wp package install profile.zip
|
|
```
|
|
|
|
If you have a Github developer seat, you can also run:
|
|
|
|
```
|
|
$ wp package install git@github.com:runcommand/profile.git
|
|
```
|
|
|
|
See documentation for [alternative installation instructions](https://runcommand.io/to/require-file-wp-cli-yml/).
|