AutoMax
ReferenceCLI commands

automax upgrade

Compare installed @automax/* packages with the npm registry and optionally install the latest.

automax upgrade [--apply] [--pm bun|pnpm|npm] [--json]
ColumnMeaning
installedversion found in node_modules/<package>/package.json
latestdist-tag latest from the registry (NPM_CONFIG_REGISTRY is honoured)
statusup-to-date, outdated, not-installed, or unavailable when the registry cannot be reached

--apply runs bun add / pnpm add / npm install for every outdated package; the manager is detected from the lockfile unless --pm is given. Nothing is written without --apply.

automax upgrade
automax upgrade --apply