hclq icon indicating copy to clipboard operation
hclq copied to clipboard

Command-line processor for HashiCorp config files, like sed for HCL — Terraform, Consul, Nomad, Vault

Results 19 hclq issues
Sort by recently updated
recently updated
newest added

Messages like: ```key 'foo' found but is of wrong type, query requested key/literal, found list``` Are a bit confusing and could be cleared up with examples, e.g. "did you mean...

Test rows are hard to read in code, refactor them to a more convenient external form.

Cobra is restrictive in terms of expressing option dependencies and enforcing ordering. mow.cli solves this problem with spec strings. It's also overall more powerful, based on my experience with a...

Given the following: ``` // This is some description // of the object below. data "machine" { foo = 123 } ``` Users should be able to query something like:...

Given the following HCL: ``` data "foo" { //... } data "bar" { //... } ``` The command `hclq get keys 'data.*'` would return `["foo", "bar"]`

i have this hcl ``` data "toto" { foo= "bar" } ``` How can i list all my data name? For example i want to get "toto"

- adding `clean` target to make command

seems the build dir is not the working dir of the build stage in `appveyor.yml`: ``` APPVEYOR_BUILD_FOLDER=/home/appveyor/hclq PWD=/opt/appveyor/build-agent ``` then `make dist`, naturally fails.

Hi @mattolenik, Is this project still maintained or dead?