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.
我有 1 个包含多个步骤的转换。我想一天运行两次(每 12 小时)。有什么想法吗?
您可以将转换包装在作业中,并使用 Kitchen 从命令行运行。一旦你得到正确的命令,你可以在 cron (Linux) 或任务计划程序 (Windows) 中安排它。
如果您希望转换在没有作业的情况下运行,您可以使用 Pan 而不是 Kitchen。