LoginSignup
1
0

More than 3 years have passed since last update.

ローカル環境に wp-cliをインストールする

Last updated at Posted at 2021-03-09

ブロックの翻訳ファイルを作る時などローカルで wp-cli を動かす必要があるため。

$ cd
$ curl https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli-nightly.phar -o wp
$ chmod 755 wp
$ mv wp /usr/local/bin/
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0