Skip to content

get files

Overview

Command: r2r eac get files [module] Purpose: Get repository files with their module ownership Category: get

Syntax

r2r eac get files [module]

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


Tutorials | How-to Guides | Explanation | Reference

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