You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fisher/man/man1/fisher-update.1

91 lines
1.4 KiB
Groff

.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "FISHER\-UPDATE" "1" "February 2016" "" "fisherman"
.
.SH "NAME"
\fBfisher\-update\fR \- Update plugins
.
.SH "SYNOPSIS"
fisher update [\fIplugins\fR \.\.\.] [\-\-quiet] [\-\-help]
.
.br
.
.SH "USAGE"
fisher update \fIurl\fR \.\.\.
.
.br
fisher update \fIname\fR \.\.\.
.
.br
fisher update \fIpath\fR \.\.\.
.
.br
fisher update \fIowner/repo\fR \.\.\.
.
.br
.
.SH "DESCRIPTION"
Update one or more plugins, by name, URL or path\. If no arguments are given, update Fisherman to the latest release\. If you try to update a plugin that is currently disabled, but exists in the cache, it will be updated and then enabled\. Use a dash \fB\-\fR to read from the standard input\.
.
.P
If a plugin is missing dependencies, they will be installed\. If any dependencies are already installed they will not be updated\.
.
.SH "OPTIONS"
.
.TP
\-q, \-\-quiet
Enable quiet mode\.
.
.TP
\-h, \-\-help
Show usage help\.
.
.SH "EXAMPLES"
.
.IP "\(bu" 4
Update Fisherman\.
.
.IP "" 0
.
.IP "" 4
.
.nf
fisher update
.
.fi
.
.IP "" 0
.
.IP "\(bu" 4
Update all the plugins in the cache\.
.
.IP "" 0
.
.IP "" 4
.
.nf
fisher list | fisher update \-
.
.fi
.
.IP "" 0
.
.IP "\(bu" 4
Update all the plugins in the cache concurrently\.
.
.IP "" 0
.
.IP "" 4
.
.nf
fisher list \-\-bare | xargs \-n1 \-P0 fish \-c "fisher update \-"
.
.fi
.
.IP "" 0