10 breaking releases
new 0.100.0 | Nov 22, 2024 |
---|---|
0.96.1 | Aug 15, 2024 |
0.95.0 | Jul 1, 2024 |
0.90.1 | Feb 8, 2024 |
0.83.0 | Jul 26, 2023 |
#581 in Configuration
18KB
186 lines
nu_plugin_hcl
This is a nushell plugin to parse Hashicorp Configuration Language files into nu
structured types.
Installing
To add the plugin permanently, just install it and call register
on it:
Using Cargo
cargo install nu_plugin_hcl
register ~/.cargo/bin/nu_plugin_hcl
Usage
open -r main.tf | from hcl | first 10
╭──────────┬──────────────────╮
│ provider │ {record 1 field} │
│ resource │ {record 1 field} │
╰──────────┴──────────────────╯
Dependencies
~25–55MB
~1M SLoC