Scenery是一个零依赖关系的CLI工具,用于美化Terraform plan输出,以便于阅读和消化

Scenery是一个零依赖关系的CLI工具,用于美化Terraform plan输出,以便于阅读和消化

Go 命令行/控制台

访问GitHub主页

共358Star

详细介绍

Scenery

Scenery is a zero dependencies CLI tool to prettify terraform plan outputs to be easier to read and digest. A lot of inspiration was drawn from Terraform Landscape.

Installing

If you have a functional Go environment, you can install scenery with the following command:

$ go get -u github.com/dmlittle/scenery

Usage

$ terraform plan ... | scenery

If you wish to suppress the color output you may pass a --no-color flag to scenery.

$ terraform plan ... | scenery --no-color

License

The MIT License (MIT) - see LICENSE.md for more details.

推荐源码