Skip to content

Show files

show files - Display all tracked files and their owning modules

The show files command displays all tracked files in the repository with their module ownership. Shows which files belong to which modules, helping understand repository structure.

Notes

Expected Output:

  • Table with file paths and owning modules (comma-separated if multiple)
  • Files with no module ownership shown as "NONE"
  • Sorted by module for easy grouping

Note: Can be slow for large repositories (~2,690 files). Consider using show files-changed or show files-staged.

See Also


Tutorials | How-to Guides | Explanation | Reference

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