mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-09 07:10:27 +00:00
43 lines
1.3 KiB
Markdown
43 lines
1.3 KiB
Markdown
fisher-update(1) -- Fisherman Update Manager
|
|
============================================
|
|
|
|
## SYNOPSIS
|
|
|
|
fisher `update` [*name* or *url* ...] <br>
|
|
fisher `update` [`--self`] [`--cache`] [`--quiet`] [`--help`] <br>
|
|
fisher `update` [`--path`=*path*] <br>
|
|
|
|
## USAGE
|
|
|
|
fisher `update` *plugin* ...<br>
|
|
fisher `update` *owner/repo* ...<br>
|
|
|
|
## DESCRIPTION
|
|
|
|
Update one or *more* plugins by *name*, searching `$fisher_index` or by *url*. If no arguments are given, read the standard input. If you try to update a plugin that is currently disabled, but available in the cache, it will be updated and then enabled.
|
|
|
|
If a plugin is missing dependencies, they will be installed. If any dependencies are already installed they will not be updated in order to prevent mismatching version issues. See `fisher help fishfile`#{`Plugins`}.
|
|
|
|
## OPTIONS
|
|
|
|
* `-s` `--self`:
|
|
Update Fisherman.
|
|
|
|
* `-c` `--cache`:
|
|
Update all plugins in the cache. Updates plugins that are currently disabled and enables them.
|
|
|
|
* `--path`=*path*:
|
|
Update repository at given path. The update mechanism is based in Git, via `git pull --rebase`.
|
|
|
|
* `-q` `--quiet`:
|
|
Enable quiet mode.
|
|
|
|
* `-h` `--help`:
|
|
Show usage help.
|
|
|
|
## SEE ALSO
|
|
|
|
`fisher`(1)<br>
|
|
`fisher help fishfile`#{`Plugins`}<br>
|
|
`fisher help plugins`<br>
|