gpt4 book ai didi

capistrano - 有没有办法可以看到 capistrano 任务依赖项

转载 作者:行者123 更新时间:2023-12-05 00:33:02 27 4
gpt4 key购买 nike

有没有办法可以看到 capistrano 任务依赖树?我有一个大项目,有很多任务和依赖项,但我对整个画面一无所知。

帕纳约蒂斯

最佳答案

在 Capistrano 3 中,您可以添加 --trace cap 命令的选项以查看所涉及的所有任务。它的格式不是很好,但它可以帮助您更好地了解正在发生的事情。

例如:

$ cap production deploy --trace
** Invoke production (first_time)
** Execute production
** Invoke load:defaults (first_time)
** Execute load:defaults
** Invoke bundler:map_bins (first_time)
** Execute bundler:map_bins
** Invoke deploy:set_rails_env (first_time)
** Execute deploy:set_rails_env
** Invoke deploy:set_rails_env
** Invoke deploy (first_time)
** Execute deploy
** Invoke deploy:starting (first_time)
** Execute deploy:starting
** Invoke deploy:check (first_time)
** Execute deploy:check
** Invoke git:check (first_time)
** Invoke git:wrapper (first_time)
** Execute git:wrapper
...

如果您使用的是 Capistrano 3,您也可以尝试安装我的 airbrussh gem,它改进了 Capistrano 的输出格式,以显示正在执行的每个任务的名称等。根据我的经验,喷枪可以更容易地理解各种任务在做什么。

关于capistrano - 有没有办法可以看到 capistrano 任务依赖项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12722234/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com