Conoha Wingで作成したwordpressのサイトへ
ローカルからwp-cliでアクセスして情報の更新を行いたいと考えています。
~/.ssh/config
に以下のエイリアスを作成
1 Host sample_server
2 HostName wwwXX.conoha.ne.jp
3 Port 8022
4 User username
5 IdentityFile ~/.ssh/private_key
~/.wp-cli/config.yml
には下記の設定を記載しました。({}のところは実際には固有の値が入っています)
1 @conoha_server:
2 ssh: sample_server:/home/{user_id}/public_html/{domain}/{wp_install_directory_name}/
Conoha Wing上ではwp ~でwp-cliが動くようにはなっています。
$ ssh sample_server
でも接続は可能です。
ですが
ローカル上で例えば
$ wp @conoha_server plugin list
と実行すると
wp: コマンドが見つかりません
となってしまいます。
Running Commands Remotely – WP-CLI — WordPress.org
https://make.wordpress.org/cli/handbook/guides/running-commands-remotely/
Running WP-CLI Remotely over SSH – wordpress – GloomyCorner
https://www.gloomycorner.com/running-wp-cli-remotely-over-ssh/
この辺りの記事をみながら色々試してみたのですが、
問題が解決せず困っております。
どなたがご存知の方がいらっしゃいましたら
お知恵を拝借できれば幸いです。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/03/21 16:19