Show modules
show modules - Display all module contracts in a human-readable table
The show modules command displays all module contracts defined in the repository, including each module's moniker (identifier), type, and root path. This information helps understand the modular structure of the repository and identify available modules. The output is formatted as a Markdown table for easy reading. Use this command before making changes to understand which modules exist and their locations. Use --with-artifacts to include artifact statistics (count, missing, overrides) in the output.
Notes
Expected Output:
- Markdown table with columns: Moniker, Type, Root Path
- If --with-artifacts flag is used: additional columns for Artifacts (count), Missing (count), Overrides (count)
- Each row represents one module in the repository
See Also
- get modules - JSON output
- show component-types - Group by type
- show dependencies - Dependency graph
Tutorials | How-to Guides | Explanation | Reference
You are here: Reference — information-oriented technical descriptions of the system.