Stelladocs
Commands

stella version

Print the installed Stella version and exit.

Print the version of the installed stella binary and exit.

Synopsis

stella version

A top-level flag prints the version too, in clap's default format (no v prefix):

stella --version

Output

The version subcommand prints a v-prefixed line:

stella v0.5.0

stella --version prints clap's default form instead — the binary name, a space, then the bare version:

stella 0.5.0

The exact number tracks the release you installed. Binaries built in dev mode (scripts/dev.sh) append a git-sha stamp, e.g. stella v0.5.0-dev.abc1234; released binaries print the bare semver.

Use it to confirm an install or upgrade, or to capture the version in a CI log. This command needs no provider or API key configured.

Stella is totally free and open source, dual-licensed MIT or Apache 2.0— your choice: MIT's three-paragraph simplicity, or Apache 2.0's explicit patent grant that enterprises prefer. Use it, fork it, embed it, ship it — no account, no phone-home, no strings. What that means →

On this page