9次重大发布
新 0.97.1 | 2024年8月21日 |
---|---|
0.95.0 | 2024年7月1日 |
0.90.1 | 2024年2月8日 |
0.87.1 | 2023年11月29日 |
0.83.0 | 2023年7月26日 |
578 在 解析实现 中
每月119次下载
18KB
166 行
nu_plugin_hcl
这是一个nushell 插件,用于将Hashicorp配置语言文件解析为nu
结构化类型。
安装
要永久添加插件,只需安装它并调用register
使用Cargo
cargo install nu_plugin_hcl
register ~/.cargo/bin/nu_plugin_hcl
用法
open -r main.tf | from hcl | first 10
╭──────────┬──────────────────╮
│ provider │ {record 1 field} │
│ resource │ {record 1 field} │
╰──────────┴──────────────────╯
依赖项
~26–56MB
~1M SLoC