Skip to content

show ghosts

Shows ghosts grouped by module with summary statistics.

The report includes:

  • Summary statistics (total, files, directories, by module)
  • Ghosts grouped by owning module
  • Unowned ghosts section

Ghost entities enable dark launching, L4 monitoring, and feature toggles.

Filter Examples: show ghosts # All ghosts show ghosts --module core # Ghosts in core module show ghosts --type directory # Only ghost directories

Usage: show ghosts [flags]


Flag Description
--type <string> (optional) Filter by type (file, directory)
--module <string> (optional) Filter to ghosts in specific module
--unowned (optional) Only show unowned ghosts

Expected Output: Markdown-formatted report with summary table and ghosts by module.

Output Sections

  1. Summary - Table with metrics: Total Ghosts, Files, Directories, Modules with Ghosts, Unowned. Also shows the configured prefix and patterns.
  2. Ghosts by Module - For each module that owns ghosts, a table with columns: Path, Type, Ghost Name.
  3. Unowned Ghosts - Ghosts not associated with any module, same table format.

If no ghosts are found, prints a message with the current configuration prefix.

See Also


Tutorials | How-to Guides | Explanation | Reference

You are here: Reference — information-oriented technical descriptions of the system.