Skip to main content

morphir kb intent init

  • Usage: morphir kb intent init [FLAGS]

Scaffold an intent bundle in a knowledge base that has none

Flags

  • --kb <PATH> — Path to the knowledge base root (the directory holding bundles/). Auto-detected when omitted

  • --json — Emit JSON instead of text, for chaining and for agent consumption

  • --name <NAME> — Bundle name under bundles/

    Default: intent

  • --system <SYSTEM> — Package URL identifying the system, e.g. pkg:maven/org.finos.morphir/morphir-core

  • --capability-bundle <CAPABILITY_BUNDLE> — Bundle label holding capabilities, e.g. morphir/morphir-scala

  • --stale-after-days <STALE_AFTER_DAYS> — Days before an active intent is reported stale

    Default: 60

  • --date <DATE> — Override today's date (YYYY-MM-DD)