Skip to content

Upgrade CLI reference


Check for a newer CLI release without changing the installation.

Use this page to inspect every public atoi upgrade command, its accepted flags, and one runnable example.

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

Read Set up the CLI for the rest of this group, or the CLI reference index for every command.

Was this useful?