Update
The MachineMetrics CLI provides commands to keep your CLI tool up to date. The CLI automatically checks for updates before running any command, and will prompt you to update if a new version is available.
Update Command
mmdev update [options]
Updates the MachineMetrics CLI to the latest version.
Options
-f, --force
: Updates even if you're on the latest version-h, --help
: Display help for command
Usage Examples
To update to the latest version:
mmdev update
To force an update even if you're on the latest version:
mmdev update --force
This will check for and install the latest version of the MachineMetrics CLI.