Skip to content
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]

FlagTypeDefaultValuesWhat it does
--applybooleanReserved by the current binary. It does not install the update.
--jsonbooleanfalseEmit the canonical JSON envelope.
--ndjsonbooleanfalseEmit one canonical JSON envelope per line.
--formatstringtexttext, jsonChoose human text or the JSON envelope.
--help -hbooleanShow command help.

#Run upgrade

bash
atoi upgrade --json

Was this useful?