Skip to content
Registry StackDocsDevelopment (unreleased)

bregctl test command reference

View as Markdown

Execute the production schema-test journey suite for one unsigned package candidate.

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 test [OPTIONS] --database-id <ID> --runtime-config <ABSOLUTE_FILE> --credentials <ABSOLUTE_FILE> --output <ABSOLUTE_FILE> <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
--runtime-config <ABSOLUTE_FILE>YesNon/an/an/aAbsolute runtime configuration for test database access and secret resolution. A symbolic link at any component of this path is refused.
--credentials <ABSOLUTE_FILE>YesNon/an/an/aAbsolute schema-test credential binding document. A symbolic link at any component of this path is refused.
--output <ABSOLUTE_FILE>YesNon/an/an/aNew canonical schema-test receipt file. 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.