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. 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 shared report as best-effort JSON for local automation
-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.