get files
Overview
Command: r2r eac get files [module]
Purpose: Get repository files with their module ownership
Category: get
Syntax
Examples
# Get all files (cache recommended)
r2r eac get files > files.json
# Query from cache
jq '.files[] | select(.module == "src-auth")' files.json
# Find test files
r2r eac get files | jq '.files[] | select(.path | endswith("_test.go"))'
Note: Loads ~2,690 files. Consider caching or using get changed-modules.
See Also
- show files - Formatted table
- get changed-modules
Tutorials | How-to Guides | Explanation | Reference
You are here: Reference — information-oriented technical descriptions of the system.