version
Print the version of this CLI.
read onlyrepeatableno sign-in
Print the version of this CLI.
Usage
outplane versionOutput
| Field | Type | Description |
|---|---|---|
version | string | Semantic version, or unstamped. |
Examples
Print the version
outplane versionRead it in a script
outplane version --json --fields version{
"version": "0.2.8"
}Check before assuming a flag exists
outplane version --json --fields versionWhat to Know
- The API answers a request from a CLI older than the minimum it serves with exit code 9, so a version check is not required before every call. Read this when a failure needs explaining, not as a gate.