Skip to content

uc-apx version

Print uc-apx version, Go version, and supported mmdVersion

uc-apx version [flags]
FlagTypeDefaultDescription
--app-dirstring.Path to the APEX application directory
--json-prettyOutput in pretty-printed JSON (human-readable) instead of minified JSON
--toonOutput in TOON format (human-readable, token-efficient) instead of JSON

Running against examples/brookstrut:

Terminal window
uc-apx --app-dir examples/brookstrut version
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"
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"
}