Out Plane

version

Print the version of this CLI.

read onlyrepeatableno sign-in

Print the version of this CLI.

Usage

outplane version

Output

FieldTypeDescription
versionstringSemantic version, or unstamped.

Examples

Print the version

outplane version

Read it in a script

outplane version --json --fields version
{
  "version": "0.2.8"
}

Check before assuming a flag exists

outplane version --json --fields version

What 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.

On this page