Skip to content

Commit 3fd5296

Browse files
authored
Merge pull request #343 from wp-cli/update-release-2-4-0
Update handbook for release v2.4.0
2 parents 6a5aa8d + fc51ad4 commit 3fd5296

File tree

20 files changed

+25
-18
lines changed

20 files changed

+25
-18
lines changed

commands/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# wp cli
22

3-
Review current WP-CLI info, check for updates, or see defined aliases.
3+
Reviews current WP-CLI info, checks for updates, or views defined aliases.
44

55
### EXAMPLES
66

commands/cli/alias.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Aliases are shorthand references to WordPress installs. For instance, `@dev` cou
2020
ssh: dev@somedeve.env:12345/home/dev/
2121

2222
# Add alias.
23-
$ wp cli alias add prod --set-ssh=login@host --set-path=/path/to/wordpress/install/ --set-user=wpcli
23+
$ wp cli alias add @prod --set-ssh=login@host --set-path=/path/to/wordpress/install/ --set-user=wpcli
2424
Success: Added '@prod' alias.
2525

2626
# Update alias.

commands/cli/alias/list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# wp cli alias list
22

3-
List available WP-CLI aliases.
3+
Lists available WP-CLI aliases.
44

55
### OPTIONS
66

commands/cli/cache/clear.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# wp cli cache clear
22

3-
Clear the internal cache.
3+
Clears the internal cache.
44

55
### EXAMPLES
66

commands/cli/cache/prune.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# wp cli cache prune
22

3-
Prune the internal cache.
3+
Prunes the internal cache.
44

55
Removes all cached files except for the newest version of each one.
66

commands/cli/check-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# wp cli check-update
22

3-
Check to see if there is a newer version of WP-CLI available.
3+
Checks to see if there is a newer version of WP-CLI available.
44

55
Queries the Github releases API. Returns available versions if there are updates available, or success message if using the latest release.
66

commands/cli/cmd-dump.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# wp cli cmd-dump
22

3-
Dump the list of installed commands, as JSON.
3+
Dumps the list of installed commands, as JSON.
44

55
### EXAMPLES
66

commands/cli/completions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# wp cli completions
22

3-
Generate tab completion strings.
3+
Generates tab completion strings.
44

55
### OPTIONS
66

commands/cli/info.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# wp cli info
22

3-
Print various details about the WP-CLI environment.
3+
Prints various details about the WP-CLI environment.
44

55
Helpful for diagnostic purposes, this command shares:
66

commands/cli/param-dump.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# wp cli param-dump
22

3-
Dump the list of global parameters, as JSON or in var_export format.
3+
Dumps the list of global parameters, as JSON or in var_export format.
44

55
### OPTIONS
66

0 commit comments

Comments
 (0)