Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 748 Bytes

File metadata and controls

32 lines (22 loc) · 748 Bytes
layout default
title wp cli alias
display_global_parameters true

Commands » cli » alias

wp cli alias - List available aliases.

Quick links: Github issues


Aliases are shorthand references to WordPress installs. For instance, '@dev' could refer to a development install and '@prod' could refer to a production install. This command gives you visibility in what registered aliases you have available.

OPTIONS

[--format=<format>] : Render output in a particular format. --- default: yaml options:

  • yaml
  • json ---