Skip to content
Registry StackDocsv0.34.0

caseworkctl dev command reference

View as Markdown

Start, stop and inspect this project’s retained local Casework runtime.

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

caseworkctl dev [OPTIONS] [PROJECT]
caseworkctl dev <COMMAND>
CommandDescription
startStart or reuse the project’s retained local database and services
stopStop only this project’s supervised services, preserving its database
eventsPrint the bounded retained runtime journal
tokenWrite a fresh bearer header for a registered local teaching or service client
grantExchange an existing Casework approval using an explicit configured issuer connection
identityShow a stable native subject before authoring local directory or task templates
ArgumentAlways requiredDefaultValuesEnvironmentDescription
[PROJECT]No.n/an/aExisting authored Casework project directory
OptionAlways requiredRepeatableDefaultValuesEnvironmentDescription
--clients-file <FILE>NoNon/an/an/aLocal clients and their directory teams (default on first start: dev-clients.yaml in the project; retained for restarts)
--casework-port <CASEWORK_PORT>NoNon/an/aCASEWORKCTL_DEV_CASEWORK_PORTCasework loopback port on first start (default 8092; retained for restarts)
--issuer-port <ISSUER_PORT>NoNon/an/aCASEWORKCTL_DEV_ISSUER_PORTLocal issuer loopback port on first start (default 8093; retained for restarts)
--issuer-project <PROJECT>NoNon/an/an/aReady Base Registry Engine (BReg) dev project that owns the shared issuer registration
--database-port <DATABASE_PORT>NoNon/an/aCASEWORKCTL_DEV_DATABASE_PORTPostgreSQL loopback port on first start (default 55433; retained for restarts)
--source-project <[ID=]PATH>NoYesn/an/an/aRunning Base Registry Engine (BReg) dev project serving a declared source. This compatibility bridge is available only without explicit integrations or task templates
--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.