A CLI for reading, scaffolding, and validating Oracle APEX applications exported
in the APEXlang (.apx) format that ships with Oracle APEX 26.1. Built
for developers and AI agents alike.
uc-apx is a single static binary — no runtime required. Output
is minified JSON by default (directly parseable), with --json-pretty for humans
and --toon for token-efficient agent workflows.
Full documentation lives at united-codes.com/products/uc-apx/docs.
Download the latest binary for your platform from the
releases page, then drop it on
your PATH. See the installation docs
for per-platform commands.
- Read — inspect any construct in an exported app:
overview,pages,page,tree,search,lov,refs,deps,schema, and more. - Scaffold — create pages, regions, items, processes, validations, and other constructs from bundled templates.
- Edit & delete — surgically reshape an app without re-scaffolding whole pages.
- Validate — fast local structural checks, or
validate --officialto wrap SQLcl'sapex validatefor full-schema verification.
uc-apx --app-dir my-app overview
uc-apx --app-dir my-app create page --id 10 --name "Employees" --type interactive-report
uc-apx --app-dir my-app validate --officialSee the command reference for everything.
For enterprise support, training, or help, contact us here.
Otherwise, please use GitHub issues and discussions for community questions. Please note that there is no guarantee of a timely response for community support.
© United Codes.