Skip to content

uc-apx create

Create new apexlang components (pages, etc.) from bundled templates.

uc-apx create [command]
CommandDescription
appScaffold a new APEXlang app from the bundled empty template
authorizationAdd a new shared-component authorization scheme
branchAdd an after-submit page navigation branch to a page
breadcrumbAdd a new shared-component breadcrumb to the app
buttonAdd a button to an existing page
computationAdd a page-level computation to an existing page
dynamic-actionAdd a dynamicAction to an existing page
link-columnRewrite an IR/CR column into a row-level link to another page
listAdd a new shared-component list (navigation menu, action list, …)
list-entryAdd an entry to an existing shared-component list
lovAdd a new shared-component LOV (list of values)
pageScaffold a new page from a bundled template
page-groupAdd a new page group
page-itemAdd a pageItem to an existing page
processAdd a page-level process to an existing page
regionAdd a region to an existing page
validationAdd a page-level validation to an existing page
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