#configuration-language #hcl #nushell #nushell-plugin #config-parser #hashi-corp #file-format

app nu_plugin_hcl

用于解析Hashicorp配置语言文件格式的nushell插件

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解析实现

Download history 183/week @ 2024-07-01 119/week @ 2024-08-12

每月119次下载

MIT 和可能 CC-PDDC

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