id | slug | title | description | date | tags | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
kibDevDocsOpsGetRepoFiles |
/kibana-dev-docs/ops/get-repo-files |
@kbn/get-repo-files |
A tool which lists the files under source-control |
2022-07-25 |
|
This package exposes a helper to retreive a list of the files checked into the repository. It does this using the git ls-files
CLI with some post processing to detemine if unstaged changes represent files which are modified (have edits) or deleted.