Skip to content
Registry StackDocsDevelopment (unreleased)

relayctl inspect command reference

View as Markdown

Inspect SQLite structure without reading row values.

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

relayctl inspect [OPTIONS] <DATABASE>
ConditionRequirement
--statistical-view <VIEW> is presentAll of --starters <DIRECTORY>, --time-column <COLUMN>, --measure-column <COLUMN> are required.
--time-column <COLUMN> is presentAll of --starters <DIRECTORY>, --measure-column <COLUMN>, --statistical-view <VIEW> are required.
--measure-column <COLUMN> is presentAll of --starters <DIRECTORY>, --time-column <COLUMN>, --statistical-view <VIEW> are required.
--attribute-column <COLUMN> is presentAll of --starters <DIRECTORY>, --time-column <COLUMN>, --measure-column <COLUMN>, --statistical-view <VIEW> are required.
ArgumentAlways requiredDefaultValuesEnvironmentDescription
<DATABASE>Yesn/an/an/aSQLite database to inspect structurally
OptionAlways requiredRepeatableDefaultValuesEnvironmentDescription
--profile <PROFILE>NoNolive-read-onlysnapshot, live-read-onlyn/aSource posture to use while opening the database read-only
--starters <DIRECTORY>NoNon/an/an/aWrite compiler-derived, visibly unreviewed starters to this directory
--statistical-view <VIEW>NoNon/an/an/aGenerate a format-neutral statistical component starter for this view
--time-column <COLUMN>NoNon/an/an/aExact source column for the required time-period dimension
--measure-column <COLUMN>NoNon/an/an/aExact source column for the required observation measure
--attribute-column <COLUMN>NoYesn/an/an/aExact source column to treat as an observation attribute instead of a dimension
--jsonNoNon/an/an/aEmit the selected command’s report as best-effort JSON when it has one
-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.