milpa itself repo upgrade
Upgrades an installed milpa repo
Usage
milpa itself repo upgrade [options] [PATH]
Description
Upgrades a milpa repo by PATH, or all git-cloned repos if no PATH provided. See milpa itself repo list --help
for a list of available repos.
Arguments
PATH
- The repo path to upgrade
Global Options
--color
(bool): Always print colors to stderr. Default: true.--help
(bool): Display help for any command.--no-color
(bool): Disable printing of colors to stderr.--silent
(bool): Silence non-error logging.--skip-validation
(bool): Do not validate any arguments or options.--verbose
(bool): Log verbose output to stderr.