Luis M. Segundo 8227539
.TH "WP" "1"
Luis M. Segundo 8227539
?[1mNAME?[0m
Luis M. Segundo 8227539
Luis M. Segundo 8227539
wp \- The command line interface for WordPress
Luis M. Segundo 8227539
Luis M. Segundo 8227539
?[1mDESCRIPTION?[0m
Luis M. Segundo 8227539
Luis M. Segundo 8227539
  Manage WordPress through the command-line.
Luis M. Segundo 8227539
Luis M. Segundo 8227539
?[1mSYNOPSIS?[0m
Luis M. Segundo 8227539
Luis M. Segundo 8227539
  wp <command>
Luis M. Segundo 8227539
Luis M. Segundo 8227539
?[1mSUBCOMMANDS?[0m
Luis M. Segundo 8227539
Luis M. Segundo 8227539
  cache                 Adds, removes, fetches, and flushes the WP Object Cache object.
Luis M. Segundo 8227539
  cap                   Adds, removes, and lists capabilities of a user role.
Luis M. Segundo 8227539
  cli                   Review current WP-CLI info, check for updates, or see defined aliases.
Luis M. Segundo 8227539
  comment               Creates, updates, deletes, and moderates comments.
Luis M. Segundo 8227539
  config                Generates and reads the wp-config.php file.
Luis M. Segundo 8227539
  core                  Downloads, installs, updates, and manages a WordPress installation.
Luis M. Segundo 8227539
  cron                  Tests, runs, and deletes WP-Cron events; manages WP-Cron schedules.
Luis M. Segundo 8227539
  db                    Performs basic database operations using credentials stored in wp-config.php.
Luis M. Segundo 8227539
  embed                 Inspects oEmbed providers, clears embed cache, and more.
Luis M. Segundo 8227539
  eval                  Executes arbitrary PHP code.
Luis M. Segundo 8227539
  eval-file             Loads and executes a PHP file.
Luis M. Segundo 8227539
  export                Exports WordPress content to a WXR file.
Luis M. Segundo 8227539
  help                  Get help on WP-CLI, or on a specific command.
Luis M. Segundo 8227539
  i18n                  Provides internationalization tools for WordPress projects.
Luis M. Segundo 8227539
  import                Imports content from a given WXR file.
Luis M. Segundo 8227539
  language              Installs, activates, and manages language packs.
Luis M. Segundo 8227539
  maintenance-mode      Activates, deactivates or checks the status of the maintenance mode of a site.
Luis M. Segundo 8227539
  media                 Imports files as attachments, regenerates thumbnails, or lists registered image
Luis M. Segundo 8227539
                        sizes.
Luis M. Segundo 8227539
  menu                  Lists, creates, assigns, and deletes the active theme's navigation menus.
Luis M. Segundo 8227539
  network               Perform network-wide operations.
Luis M. Segundo 8227539
  option                Retrieves and sets site options, including plugin and WordPress settings.
Luis M. Segundo 8227539
  package               Lists, installs, and removes WP-CLI packages.
Luis M. Segundo 8227539
  plugin                Manages plugins, including installs, activations, and updates.
Luis M. Segundo 8227539
  post                  Manages posts, content, and meta.
Luis M. Segundo 8227539
  post-type             Retrieves details on the site's registered post types.
Luis M. Segundo 8227539
  rewrite               Lists or flushes the site's rewrite rules, updates the permalink structure.
Luis M. Segundo 8227539
  role                  Manages user roles, including creating new roles and resetting to defaults.
Luis M. Segundo 8227539
  scaffold              Generates code for post types, taxonomies, plugins, child themes, etc.
Luis M. Segundo 8227539
  search-replace        Searches/replaces strings in the database.
Luis M. Segundo 8227539
  server                Launches PHP's built-in web server for a specific WordPress installation.
Luis M. Segundo 8227539
  shell                 Opens an interactive PHP console for running and testing PHP code.
Luis M. Segundo 8227539
  sidebar               Lists registered sidebars.
Luis M. Segundo 8227539
  site                  Creates, deletes, empties, moderates, and lists one or more sites on a multisite
Luis M. Segundo 8227539
                        installation.
Luis M. Segundo 8227539
  super-admin           Lists, adds, or removes super admin users on a multisite installation.
Luis M. Segundo 8227539
  taxonomy              Retrieves information about registered taxonomies.
Luis M. Segundo 8227539
  term                  Manages taxonomy terms and term meta, with create, delete, and list commands.
Luis M. Segundo 8227539
  theme                 Manages themes, including installs, activations, and updates.
Luis M. Segundo 8227539
  transient             Adds, gets, and deletes entries in the WordPress Transient Cache.
Luis M. Segundo 8227539
  user                  Manages users, along with their roles, capabilities, and meta.
Luis M. Segundo 8227539
  widget                Manages widgets, including adding and moving them within sidebars.
Luis M. Segundo 8227539
Luis M. Segundo 8227539
Luis M. Segundo 8227539
Luis M. Segundo 8227539
?[1mGLOBAL PARAMETERS?[0m
Luis M. Segundo 8227539
Luis M. Segundo 8227539
  --path=<path>
Luis M. Segundo 8227539
      Path to the WordPress files.
Luis M. Segundo 8227539
Luis M. Segundo 8227539
  --url=<url>
Luis M. Segundo 8227539
      Pretend request came from given URL. In multisite, this argument is how the target site is
Luis M. Segundo 8227539
      specified.
Luis M. Segundo 8227539
Luis M. Segundo 8227539
  --ssh=[<scheme>:][<user>@]<host|container>[:<port>][<path>]
Luis M. Segundo 8227539
      Perform operation against a remote server over SSH (or a container using scheme of "docker",
Luis M. Segundo 8227539
      "docker-compose", "vagrant").
Luis M. Segundo 8227539
Luis M. Segundo 8227539
  --http=<http>
Luis M. Segundo 8227539
      Perform operation against a remote WordPress installation over HTTP.
Luis M. Segundo 8227539
Luis M. Segundo 8227539
  --user=<id|login|email>
Luis M. Segundo 8227539
      Set the WordPress user.
Luis M. Segundo 8227539
Luis M. Segundo 8227539
  --skip-plugins[=<plugins>]
Luis M. Segundo 8227539
      Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded.
Luis M. Segundo 8227539
Luis M. Segundo 8227539
  --skip-themes[=<themes>]
Luis M. Segundo 8227539
      Skip loading all themes, or a comma-separated list of themes.
Luis M. Segundo 8227539
Luis M. Segundo 8227539
  --skip-packages
Luis M. Segundo 8227539
      Skip loading all installed packages.
Luis M. Segundo 8227539
Luis M. Segundo 8227539
  --require=<path>
Luis M. Segundo 8227539
      Load PHP file before running the command (may be used more than once).
Luis M. Segundo 8227539
Luis M. Segundo 8227539
  --[no-]color
Luis M. Segundo 8227539
      Whether to colorize the output.
Luis M. Segundo 8227539
Luis M. Segundo 8227539
  --debug[=<group>]
Luis M. Segundo 8227539
      Show all PHP errors and add verbosity to WP-CLI output. Built-in groups include: bootstrap,
Luis M. Segundo 8227539
      commandfactory, and help.
Luis M. Segundo 8227539
Luis M. Segundo 8227539
  --prompt[=<assoc>]
Luis M. Segundo 8227539
      Prompt the user to enter values for all command arguments, or a subset specified as comma-separated
Luis M. Segundo 8227539
      values.
Luis M. Segundo 8227539
Luis M. Segundo 8227539
  --quiet
Luis M. Segundo 8227539
      Suppress informational messages.
Luis M. Segundo 8227539
Luis M. Segundo 8227539
  Run 'wp help <command>' to get more information on a specific command.
Luis M. Segundo 8227539