search-local
componentv1.0.0Search local files by keyword or glob pattern
Usage
This is a built-in component — it ships with kdeps and requires no installation. Use it directly in your workflow resource:
run:
search-local:
# see README for options
See the kdeps CLI docs for full component configuration reference.
README
search-local
Search local files by keyword content or glob filename pattern. Built-in kdeps component.
Usage
# Search by keyword
run:
component:
name: search-local
with:
path: /app/data
query: "error"
limit: 20
# Search by glob
run:
component:
name: search-local
with:
path: /app/docs
glob: "*.md"
Inputs
| Name | Required | Default | Description |
|---|---|---|---|
| path | yes | — | Directory to search in |
| query | no | — | Keyword to search in file contents |
| glob | no | — | Glob pattern to match filenames |
| limit | no | 0 (unlimited) | Max results |
Versions
| Version | Published | Status |
|---|---|---|
| 1.0.0 | 4/12/2026 | active |
Details
- Author
- kdeps
- License
- Apache-2.0
- Latest Version
- 1.0.0
- Published
- 4/12/2026
Tags
searchfilesgloblocalfilesystem