https://github.com/humanmade/wp-remote-cli
Manage your WordPress sites using WP Remote and WP-CLI
https://github.com/humanmade/wp-remote-cli
Last synced: 12 months ago
JSON representation
Manage your WordPress sites using WP Remote and WP-CLI
- Host: GitHub
- URL: https://github.com/humanmade/wp-remote-cli
- Owner: humanmade
- Created: 2013-07-06T06:56:01.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-01-09T02:56:04.000Z (over 12 years ago)
- Last Synced: 2025-06-30T16:14:55.005Z (about 1 year ago)
- Language: PHP
- Size: 401 KB
- Stars: 50
- Watchers: 26
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WP Remote CLI
Manage your WordPress sites using WP Remote and WP-CLI.
**Note:** This is currently in beta. While we have a good sense of how it should work, we may rename methods, etc. as we refine it up until 1.0.
Until WP-CLI's [package installer](https://github.com/wp-cli/wp-cli/pull/602) is complete, there are a couple of ways you can use WP Remote CLI:
1. `cd ~/.wp-cli; composer require humanmade/wp-remote-cli`
1. Clone the Git repo somewhere and load it with a `wp-cli.yml` file.
Currently, you'll need to run these commands inside of an existing WordPress install. We plan to [eventually remove that dependency](https://github.com/humanmade/wp-remote-cli/issues/19).
Authentication is via API key or HTTP Basic Auth. Both of these can be defined inside of wp-config.php so you don't need to specify them each time.
Feel free to open an issue with any questions you might have!