handbook/index.md
Copilot b36ce98678
Add beginner-friendly documentation for non-technical WP-CLI users (#629)
Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Pascal Birchler <pascalb@google.com>
2026-03-17 17:55:37 +01:00

5.4 KiB
Raw Permalink Blame History

Handbook

Here are some helpful guides and resources for using WP-CLI.

Cant find what youre looking for? Open an issue to request improvements.

Guides

For users

For developers

References

  • Argument Syntax - Explanation of the syntax conventions used in command synopsis.
  • Global parameters - Variables defining how a command is executed, including which WordPress user the command is run as and which WordPress instance the command is run against.
  • Built-in commands - Commands included in every copy of WP-CLI.
  • Internal API - Stable utilities considered safe to use in community commands.
  • Documentation standards - Standards for annotating WP-CLI commands.
  • Hosting companies - List of hosting companies where WP-CLI is installed by default.
  • Shell friends - Helpful shortcuts for bash and zsh.
  • Integrated tools - Plugins, wrappers, and other projects that integrate with WP-CLI in some form.

Contributing

Misc