Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/magodo/hcldump
Dump the HCL(v2) abstract syntax tree
https://github.com/magodo/hcldump
command-line hashicorp hcl
Last synced: 16 days ago
JSON representation
Dump the HCL(v2) abstract syntax tree
- Host: GitHub
- URL: https://github.com/magodo/hcldump
- Owner: magodo
- Created: 2020-11-06T09:02:41.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-27T10:53:28.000Z (almost 3 years ago)
- Last Synced: 2024-10-10T18:26:56.566Z (29 days ago)
- Topics: command-line, hashicorp, hcl
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - magodo/hcldump - Dump the HCL(v2) abstract syntax tree (Go)
- awesome-tf - hcldump - Dump the HCL (v2) abstract syntax tree. (Tools / Community providers)
README
# hcldump
`hcldump` is a command-line utility to print HCL ast from a HCL configuration file.
## Install
`$ go install github.com/magodo/hcldump@latest`
## Usage
`$ hcldump main.tf`