Skip to content

uc-apx create breadcrumb

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

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