Skip to content

Latest commit

Â?

History

History
48 lines (38 loc) · 4.67 KB

index.md

File metadata and controls

48 lines (38 loc) · 4.67 KB

Handbook

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

Can’t find what you’re looking for? Open an issue to request improvements.

Guides

References

  • 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