Skip to content

uc-apx create list

Append a fresh top-level list construct to shared-components/lists.apx (creating the file if it doesn’t exist). The list starts empty — add entries with uc-apx create list-entry --list <id> --label <label> ....

uc-apx create list [flags]
FlagTypeDefaultDescription
--dry-runPrint the rendered construct to stdout without writing
--idstringOverride the construct id (default: kebab-slug of —name)
--namestringDisplay name (e.g. “Navigation Menu”) [required]
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