drush の drupal:directory コマンドについて:
コマンドヘルプ
モジュール、テーマなど、重要フォルダのファイルシステム パスを返す。
使用例
- cd $(drush dd devel)
devel モジュールのディレクトリに移動する。
- cd $(drush dd)
Drupal サイトのルートに移動する。
- cd $(drush dd files)
files ディレクトリに移動する。
- drush dd @alias:%files
サイト @alias の files ディレクトリへのパスを表示する。
- edit $(drush dd devel)/devel.module
devel モジュールのソースをエディタで開く。
引数
- [--target]
モジュール/テーマの名前、root、files、private のような特殊名、または文字列 alias:path(@alias:%files など)
オプション
- --local-only
リモートサイトを指定する引数はエラーにする。
エイリアス
参考資料