milpa itself
subcommands that operate on milpa
, itself
Usage
milpa itself SUBCOMMAND
Description
These commands are helpful to operate on milpa repos and the tool itself.
Subcommands
-
command-tree
- Prints a tree of known commands -
create
- Creates a newmilpa
sub-command -
doctor
- Validates all commands found on theMILPA_PATH
-
install-autocomplete
- Generates shell completion scripts -
repo
- subcommands that operate withmilpa
repos -
upgrade
- Upgrades milpa to the latest available version -
version
- Displays the version ofmilpa
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.