Skip to content
Registry StackDocsDevelopment (unreleased)

bregctl generate command reference

View as Markdown

Write selected compiler artifacts to a new directory.

This page is generated from the public Clap command tree for Registry Stack source version 0.30.0 and catalog SHA-256 2221f17eae216048d4cfaf7f66e3dcd68a250f6f6de4e24b177441819192b475. Hidden implementation commands are omitted.

bregctl generate [OPTIONS] --output <DIRECTORY> <ARTIFACT> <PROJECT>
ArgumentAlways requiredDefaultValuesEnvironmentDescription
<ARTIFACT>Yesn/aopenapi, schemas, actions, manifest, metadata, sql, evidence-sourcen/aArtifact family to write
<PROJECT>Yesn/an/an/aBase Registry Engine project directory. A symbolic link at any component of this path is refused.
OptionAlways requiredRepeatableDefaultValuesEnvironmentDescription
--productionNoNon/an/an/aEnforce production-only package closure requirements
--output <DIRECTORY>YesNon/an/an/aNew directory that will receive exactly the generated artifact inventory. A symbolic link at any component of this path is refused.
--access-profile <ACCESS_PROFILE>NoNon/an/an/aExisting registry lookup access profile (evidence-source only)
--entity <ENTITY>NoNon/an/an/aCompiled entity to export (evidence-source only)
--selector <SELECTORS>NoYesn/an/an/aExact lookup alternatives; repeat to expose several selectors
--fields <FIELDS>NoYesn/an/an/aExplicit readable fact fields, separated by commas
--source-id <SOURCE_ID>NoNon/an/an/aStable source identity inside the Evidence authoring project
--connection <CONNECTION>NoNon/an/an/aLogical connection that the Evidence operator configures separately
--format <FORMAT>NoNohumanhuman, jsonn/aEmit the selected command’s report in this format
-h, --helpNoNon/an/an/aPrint help

Run npm run generate from docs/site after changing a public command, argument, option, default, environment binding, or help description.