fisher/man/man1/fisher-update.md
2016-01-02 06:12:40 +09:00

1.3 KiB

fisher-update(1) -- Fisherman Update Manager

SYNOPSIS

fisher update [name or url ...]
fisher update [--self] [--cache] [--quiet] [--help]
fisher update [--path=path]

USAGE

fisher update plugin ...
fisher update owner/repo ...

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)
fisher help fishfile#{Plugins}
fisher help plugins