Skip to main content

Module commands

Module commands 

Source
Expand description

Subcommand handlers.

One module per subcommand. Each exposes a free function run(ctx, args) -> Result<(), AppError> that projects clap args, calls the gates or services, renders through output, and returns a typed error. No clap derives here.

Modulesยง

assess
assess subcommand: runtime-shape.
completions
completions subcommand: runtime-shape.
debt
debt subcommand: runtime-shape.
doctor
sdd doctor: is this host ready?
gate
gate subcommand: runtime-shape.
hooks
hooks subcommand: runtime-shape.
init
init subcommand: runtime-shape.
ki
ki subcommand: runtime-shape.
license
license subcommand: runtime-shape.
man
man subcommand: runtime-shape.
policy
policy subcommand: runtime-shape.
read
The embedded-document readers: runtime-shape.
self_manifest
self-manifest subcommand: runtime-shape.
skill
skill subcommand: runtime-shape.
status
status subcommand: runtime-shape.
track
track subcommand: runtime-shape.
upgrade
upgrade subcommand: runtime-shape.
verify
verify subcommand: runtime-shape.