lift version
Print CLI version information including build date, git commit, and platform, plus a reference for global flags available on every command.
lift version
Print CLI version information including build date, git commit, and platform.
Options
| Flag | Description | Default |
|---|---|---|
--short | Print only the version number (e.g., 1.0.0) | - |
Examples
$ lift version
lift v1.0.0 (darwin/arm64) built 2026-02-21 commit abc1234
$ lift version --short
1.0.0
Global Flags
These flags are available on every command.
| Flag | Description | Default |
|---|---|---|
--server <address> | Remote server address (IP or hostname) for Local mode | - |
--user <username> | SSH user for Local mode. Overrides .lift.json user. | onelift |
--key <path> | SSH private key path for Local mode. Overrides .lift.json key. | - |
--output <format> | Output format: human or jsonl | human |
--json | Shorthand for --output jsonl | - |