Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 372 Bytes

5.9-wp-cli.md

File metadata and controls

17 lines (11 loc) · 372 Bytes
title
WP-CLI

WP-CLI

WP-CLI is a PHP-based Command Line Interface for interacting with WordPress installations.

Running WP-CLI Commands

  • Always use --dry-run to test operations that affect databases.
  • Consider using --prompt to see all available arguments.
  • Use wp help [command] for command-specific documentation.

Custom WP-CLI Commands