Skip to content

inkel/hclgrep

Repository files navigation

Grep your HCL files

hclgrep is a grep(1) like utility that allows to pass a very simple pattern and will output the range (line,column) in which the HCL block is defined. Passing an additional -v flag will make it print the block where that pattern is found.

It currently only accepts a pattern for checking if a block, label, or attribute is found. Future versions might include matching for attribute values.

Installation

If you have Go set up in your machine, just run:

go install github.com/inkel/hclgrep@latest

Usage

hclgrep [-v] <pattern> [path]

License

MIT. See LICENSE.

About

A grep(1) like tool to query HCL files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published