fisher/man/man1/fisher-uninstall.1

79 lines
1.5 KiB
Groff

.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "FISHER\-UNINSTALL" "1" "February 2016" "" "fisherman"
.
.SH "NAME"
\fBfisher\-uninstall\fR \- Uninstall Plugins
.
.SH "SYNOPSIS"
fisher \fBuninstall\fR [\fIplugins\fR \.\.\.]
.
.br
fisher \fBuninstall\fR [\fB\-\-force\fR] [\fB\-\-quiet\fR] [\fB\-\-help\fR]
.
.br
.
.SH "USAGE"
fisher \fBuninstall\fR \fIurl\fR \.\.\.
.
.br
fisher \fBuninstall\fR \fIname\fR \.\.\.
.
.br
fisher \fBuninstall\fR \fIpath\fR \.\.\.
.
.br
fisher \fBuninstall\fR \fIowner/repo\fR \.\.\.
.
.br
.
.SH "DESCRIPTION"
Uninstall one or more plugins, by name, URL or a local path\. If no arguments are given, read the standard input\. This process is the inverse of Install\. See \fBfisher help install\fR\.
.
.P
Uninstall does not remove any copies of the given plugin in \fB$fisher_cache\fR\. To erase the copy from the cache, use the \fB\-\-force\fR option\.
.
.P
Uninstall does not remove any dependencies installed with other plugins\. This behavior prevents breaking plugins that share the same dependency\. See \fBFlat Tree\fR in \fBfisher help tour\fR\.
.
.SH "OPTIONS"
.
.TP
\fB\-f \-\-force\fR
Delete copy from cache\.
.
.TP
\fB\-q \-\-quiet\fR
Enable quiet mode\.
.
.TP
\fB\-h \-\-help\fR
Show usage help\.
.
.SH "EXAMPLES"
.
.IP "\(bu" 4
Uninstall all plugins and flush the cache\.
.
.IP "" 0
.
.IP "" 4
.
.nf
fisher \-\-list | fisher uninstall \-\-force
.
.fi
.
.IP "" 0
.
.SH "SEE ALSO"
fisher(1)
.
.br
fisher help plugins
.
.br