uc-apx version
Print uc-apx version, Go version, and supported mmdVersion
uc-apx version [flags]Global Flags
Section titled “Global Flags”| Flag | Type | Default | Description |
|---|---|---|---|
--app-dir | string | . | Path to the APEX application directory |
--json-pretty | Output in pretty-printed JSON (human-readable) instead of minified JSON | ||
--toon | Output in TOON format (human-readable, token-efficient) instead of JSON |
Example Output
Section titled “Example Output”Running against examples/brookstrut:
uc-apx --app-dir examples/brookstrut versionversion: v0.0.0-20260602094745-48918b501290+dirtycommit: 48918b501290goVersion: go1.26.3supportedMmdVersion: 26.1.xcopyright: "United Codes (https://united-codes.com)"author: "Philipp Hartenfeller (https://hartenfeller.dev)"repository: "https://github.com/United-Codes/uc-apx"JSON output
{ "version": "v0.0.0-20260602094745-48918b501290+dirty", "commit": "48918b501290", "goVersion": "go1.26.3", "supportedMmdVersion": "26.1.x", "copyright": "United Codes (https://united-codes.com)", "author": "Philipp Hartenfeller (https://hartenfeller.dev)", "repository": "https://github.com/United-Codes/uc-apx"}