Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在运行一堆打包程序脚本,但其中一些会为日志生成太多输出,这真的很烦人。有什么方法可以更改我的 json 文件,以便我可以在打包程序中禁用这些 shell 脚本之一的输出?
我希望静音的打包程序 shell 脚本调用的一个示例:
{ "type": "shell", "scripts": [ "scripts/yum_install_and_update" "scripts/do_magic" ] }
Packer 本身并不支持这一点,但如果您可以修改脚本,您可以让它们在内部抑制输出。