Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a guide for installing & creating WP CLI packages #115

Open
roborourke opened this issue Jan 30, 2020 · 0 comments
Open

Create a guide for installing & creating WP CLI packages #115

roborourke opened this issue Jan 30, 2020 · 0 comments
Labels
could have Could be done, or nice to have, low priority for now

Comments

@roborourke
Copy link
Contributor

Originally raised by @ntwb in humanmade/altis-local-server#118

We should provide some guidance on installing WP CLI command packages and the basics of how to create your own.

Should include:

  • What is WP CLI
  • Some common command examples (adding a user, search replace, listing post ids and passing to another command)
  • Use cases for custom commands
  • Adding command packages via composer instead of wp package install & why (not supported on production infrastructure)
  • Using wp package list to find packages, or https://packagist.org/?type=wp-cli-package
  • Common problems eg. if the command doesn't check for existence of WP_CLI class
  • How to create your own command
@rmccue rmccue added the could have Could be done, or nice to have, low priority for now label Feb 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
could have Could be done, or nice to have, low priority for now
Projects
None yet
Development

No branches or pull requests

4 participants