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.
有什么方法可以用 ruby 本地读取 Vagrantfiles,而不必读取文件的内容然后解析我需要的部分配置?
这个想法是读取 Vagrantfile 的必需参数,并在其他地方使用该信息,我尝试包含 Vagrantfile,因为它是一个 ruby 文件,但我相信该文件刚刚执行并且将启动一个来宾操作系统,并且我的脚本将被阻止,直到 vagrant 将控制权返回给我的脚本。
就像 cmur2 说的。
要特别小心,因为 vagrant 环境可以覆盖宿主环境中的 Vagrantfile。它以读写方式安装。