search-local

componentv1.0.0

Search 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

NameRequiredDefaultDescription
pathyesDirectory to search in
querynoKeyword to search in file contents
globnoGlob pattern to match filenames
limitno0 (unlimited)Max results

Versions

VersionPublishedStatus
1.0.04/12/2026active

Details

Author
kdeps
License
Apache-2.0
Latest Version
1.0.0
Published
4/12/2026

Tags

searchfilesgloblocalfilesystem