有人知道如何在AWS CodeBuild构建日志中启用ANSI颜色。我一直在搜索此内容,然后得到的一篇关于AWS CodeBuild如何支持颜色的reddit帖子。
示例输出:
·[0m·[1mInitializing the backend...·[0m
·[0m·[32m
Successfully configured the backend "s3"! Terraform will automatically
use this backend unless the backend configuration changes.·[0m
·[0m·[1mInitializing provider plugins...·[0m
- Checking for available provider plugins on
我希望看到一些绿色和粗体的文字,而不是转义码。
答案 0 :(得分:0)
我想你想知道我写了一个插件,可以将颜色重新添加到代码构建日志中:) https://github.com/joshuajwilborn/colorize-the-logs我希望你喜欢它!