Edit existing apexlang components without rescaffolding them. Use create <type> to add brand-new components instead.
| Command | Description |
|---|
authorization | Rewrite an existing authorization scheme in place |
button | Tweak an existing button in place (authorization scheme) |
column | Rewrite an existing IG / CR / IR column in place |
list-entry | Gate an existing list entry behind an authorization scheme |
page | Modify a page’s top-level settings in place |
page-item | Rewrite an existing pageItem in place |
process | Tweak an existing page process in place (authorization scheme) |
region | Tweak an existing region in place (name / source SQL / slot / sequence) |
validation | Tweak an existing page validation in place (authorization scheme) |
| 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 |