Skip to content

get-tree-files

pipeline get-tree-files - Get repository file list from GitHub Trees API

Fetches the list of all files in the repository at a given SHA using the GitHub Trees API. This is much faster than git ls-files for large repos.

Output: One file path per line

Examples

pipeline get-tree-files --sha abc123
pipeline get-tree-files  # uses HEAD

See Also


Tutorials | How-to Guides | Explanation | Reference

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