Skip to content
Registry StackDocsDevelopment (unreleased)

bregctl package command reference

View as Markdown

Build a deterministic production-profile signing input or publish its externally signed package.

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 package [OPTIONS] --database-id <ID> --test-receipt <ABSOLUTE_FILE> --output <DIRECTORY> <PROJECT>
ConditionRequirement
--reviewed-migrations <DIRECTORY> is present--baseline-runtime-config <ABSOLUTE_FILE> is required.
ArgumentAlways requiredDefaultValuesEnvironmentDescription
<PROJECT>Yesn/an/an/aBase Registry Engine project directory. A symbolic link at any component of this path is refused.
OptionAlways requiredRepeatableDefaultValuesEnvironmentDescription
--database-id <ID>YesNon/an/an/aStable deployment database identity recorded in the package
--baseline-runtime-config <ABSOLUTE_FILE>NoNon/an/an/aRuntime configuration selecting the verified active baseline for a successor. A symbolic link at any component of this path is refused.
--reviewed-migrations <DIRECTORY>NoNon/an/an/aDirectory containing reviewed migration descriptors and evidence in package layout. Used identically by test and package; requires a verified baseline. A symbolic link at any component of this path is refused.
--signature-threshold <COUNT>NoNo0n/an/aProduction signature threshold. Local packages require zero
--signature-key-id <KEY_ID>NoYesn/an/an/aAllowed package-signing key id. Repeat once per trust-anchor key
--schema-fingerprint <SHA256>NoNon/an/an/aExact managed-catalog SHA-256 produced by the reviewed PostgreSQL rehearsal. Read from the schema-test receipt when it is not supplied
--test-receipt <ABSOLUTE_FILE>YesNon/an/an/aCanonical receipt from a successful schema test of this exact candidate. A symbolic link at any component of this path is refused.
--signatures <FILE>NoNon/an/an/aJSON document containing externally produced package signatures. A symbolic link at any component of this path is refused.
--output <DIRECTORY>YesNon/an/an/aNew build directory containing signing-input.json and, once approved, package/. A symbolic link at any component of this path is refused.
--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.