Skip to content

show files

Overview

Command: r2r eac show files [module] Purpose: Show repository files with their module ownership Category: show

Syntax

r2r eac show files [module]

Examples

# Show all files
r2r eac show files

# Filter by module
r2r eac show files src-auth

# Find test files
r2r eac show files | grep "_test.go"

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.