如何从代码运行 drush 命令

发布于 2024-09-07 04:27:24 字数 52 浏览 2 评论 0原文

我想从 Drupal 功能触发 Drush 命令,有人对如何最好地做到这一点有任何建议吗?

I'd like to trigger a Drush command from a Drupal function, anyone have any suggestions for how best to do it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

最好是你 2024-09-14 04:27:24

一些 drush 命令只是调用标准 Drupal 功能,因此您可以挖掘并找到该函数并调用它。如果您有特定的命令,请询问,我相信有人会提供帮助。

drush 所做的一些其他事情,例如下载模块,可能最好保留在那里,因为它们是高级管理功能。您想要实现的最终目标是什么?

Some drush commands are just making calls to standard Drupal functionality, so you could dig and find that function and call it. If you have a specific command, ask and I am sure someone will help.

Some of the other things drush does, like downloading modules, are probably best left there, as they are high level administrative functions. What is the end goal you are trying to achieve?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文