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.
Capistrano::CLI#password_promptCapistrano 3中的等效 API 是什么?在我看来,这个 DSL 已被删除。目前,我最终使用了highlinegem。
Capistrano::CLI#password_prompt
highline
由于 Cap 是一种自动化工具,因此已将其删除,适用于您自己的 Highline 等特殊用例是完美的。Cap3 确实包含一个“#ask”方法(请参阅文档),该方法可能适用于密码输入,但默认情况下用于询问部署哪个分支。