Skip to main content

Module infrastructure

Module infrastructure 

Source
Expand description

infra command group: services, database, jobs, and logs administration.

Routes InfraCommands to the per-domain subcommand modules. execute is the standalone entry point; execute_with_db reuses an open DatabaseContext for the db and logs subtrees that only need a pool.

Modules§

db
db CLI command group: schema inspection, queries, and migration tooling.
jobs
jobs CLI command group: list, inspect, run, and manage scheduled jobs.
logs
infra logs command surface: querying, searching, and tracing the log store.
services
infra services command group: start, stop, restart, status, cleanup, and serve.

Enums§

InfraCommands

Functions§

execute
execute_with_db