Skip to main content

Extension Management

Download and inspect the packaged Otto Chrome extension asset.

otto extension update

Downloads the latest (or specified) version of the Otto extension and saves it locally.

Usage

otto extension update [options]

Flags

FlagShorthandRequiredTypeDefaultDescription
--versionNostringlatestSpecific extension version to download
--output-oNostringOutput path for the downloaded extension zip

Examples

# Download latest extension
otto extension update

# Download specific version
otto extension update --version 1.2.0

# Download to a specific path
otto extension update --output ./my-extension.zip

The downloaded zip is checksum-verified before extraction. A mismatch fails with an explicit checksum error.

Exit codes

CodeMeaning
0Extension downloaded and verified successfully
1Download failed, checksum mismatch, or network error

otto extension info

Prints metadata about the currently installed extension asset.

Usage

otto extension info

Examples

otto extension info

Output includes version, file path, and checksum status.

Exit codes

CodeMeaning
0Info printed successfully
1No extension found or metadata unreadable

  • otto setup — downloads extension as part of first-run setup.