Inspect module
Source: modules/inspect/.
At a glance
Section titled “At a glance”| CLI | shc inspect |
| Subcommands | 0 |
| HTTP endpoints | — |
| Events emitted | — |
| Error codes | see the error code reference |
| Service classes | — |
| Cross-module deps | app |
Source layout
Section titled “Source layout”modules/inspect/├── command.go└── commands/CLI entry points
Section titled “CLI entry points”shc inspect— inspect stack_name files and rendered configuration
Responsibilities
Section titled “Responsibilities”The inspect module provides rich deep-inspection of a specific
stack (shc inspect) — beyond what shc search -v displays. It gathers
the rendered compose / stack spec, the live container state, resolved
variables, integrations, schedules, and recent audit entries, and
renders them in a single structured view.
Read-only; no persistent state.
shc@docs:~$