DevelopersTerminal
Upgrade CLI reference
Check for a newer CLI release without changing the installation.
On this page
Use this page to inspect every public atoi upgrade command, its accepted flags, and one runnable example. Return to the CLI reference index to choose another command group.
atoi upgradeCheck for a newer CLI release without changing the installation.
#upgrade
Check the package registry and print the install command for a newer CLI.
atoi upgrade [--apply]
| Flag | Type | Default | Values | What it does |
|---|---|---|---|---|
--apply | boolean | Reserved by the current binary. It does not install the update. | ||
--json | boolean | false | Emit the canonical JSON envelope. | |
--ndjson | boolean | false | Emit one canonical JSON envelope per line. | |
--format | string | text | text, json | Choose human text or the JSON envelope. |
--help -h | boolean | Show command help. |
#Run upgrade
atoi upgrade --json
Was this useful?