forked from wp-cli/wp-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin-update.1
More file actions
41 lines (38 loc) · 833 Bytes
/
Copy pathplugin-update.1
File metadata and controls
41 lines (38 loc) · 833 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "WP\-PLUGIN\-UPDATE" "1" "September 2012" "" "WP-CLI"
.
.SH "NAME"
\fBwp\-plugin\-update\fR \- Update an installed plugin\.
.
.SH "SYNOPSIS"
\fBwp plugin update\fR [\fIplugin\fR] [\-\-all] [\-\-version=dev]
.
.SH "OPTIONS"
.
.TP
\fIplugin\fR:
.
.IP
The plugin to update\. Can be omitted when \-\-all is passed\.
.
.TP
\fB\-\-version=dev\fR:
.
.IP
If set, the plugin will be updated to the latest development version, regardless of what version is currently installed\. Not compatible with \-\-all\.
.
.TP
\fB\-\-all\fR:
.
.IP
If set, updates for all plugins will be performed\. Use \fBwp plugin status\fR to see which plugins have updates available\.
.
.SH "EXAMPLES"
.
.nf
wp plugin update bbpress \-\-version=dev
wp plugin update \-\-all
.
.fi