Create new apexlang components (pages, etc.) from bundled templates.
| Command | Description |
|---|
app | Scaffold a new APEXlang app from the bundled empty template |
authorization | Add a new shared-component authorization scheme |
branch | Add an after-submit page navigation branch to a page |
breadcrumb | Add a new shared-component breadcrumb to the app |
button | Add a button to an existing page |
computation | Add a page-level computation to an existing page |
dynamic-action | Add a dynamicAction to an existing page |
link-column | Rewrite an IR/CR column into a row-level link to another page |
list | Add a new shared-component list (navigation menu, action list, …) |
list-entry | Add an entry to an existing shared-component list |
lov | Add a new shared-component LOV (list of values) |
page | Scaffold a new page from a bundled template |
page-group | Add a new page group |
page-item | Add a pageItem to an existing page |
process | Add a page-level process to an existing page |
region | Add a region to an existing page |
validation | Add a page-level validation to an existing page |
| 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 |