You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ wp theme update snow-monkey --dry-run
Available theme updates:
+-------------+--------+---------+----------------+
| name | status | version | update_version |
+-------------+--------+---------+----------------+
| snow-monkey | active | 14.3.2 | 17.0.1 |
+-------------+--------+---------+----------------+
でverを確認し、16.x.x へアップデートしたかったので
$ wp theme update snow-monkey --version=16.5.3 --dry-run
Error: --dry-run cannot be used together with --version.
を行いましたが、これは dry-run できなかったので
$ wp theme update snow-monkey --version=16.5.3
Warning: snow-monkey: Theme not found
Error: No themes installed.
を行ったところ、 Theme not found とでてきました。
$ wp theme list
+-----------------+----------+-----------+---------+---------+
| name | status | update | version | enabled |
+-----------------+----------+-----------+---------+---------+
| twentytwentytwo | inactive | available | 1.1 | no |
+-----------------+----------+-----------+---------+---------+
wp theme list で確認しても、管理画面で確認しても、ディレクトリを直接確認しても、snow-monkey/ は削除されていました。
CLIでversionを指定してのアップデートで削除されてしまったようです。
CLIを使ってのアップデートにどこかバグがあるのではと思います。
The text was updated successfully, but these errors were encountered:
WP-CLI で
$ wp theme update snow-monkey --dry-run
Available theme updates:
+-------------+--------+---------+----------------+
| name | status | version | update_version |
+-------------+--------+---------+----------------+
| snow-monkey | active | 14.3.2 | 17.0.1 |
+-------------+--------+---------+----------------+
でverを確認し、16.x.x へアップデートしたかったので
$ wp theme update snow-monkey --version=16.5.3 --dry-run
Error: --dry-run cannot be used together with --version.
を行いましたが、これは dry-run できなかったので
$ wp theme update snow-monkey --version=16.5.3
Warning: snow-monkey: Theme not found
Error: No themes installed.
を行ったところ、 Theme not found とでてきました。
$ wp theme list
+-----------------+----------+-----------+---------+---------+
| name | status | update | version | enabled |
+-----------------+----------+-----------+---------+---------+
| twentytwentytwo | inactive | available | 1.1 | no |
+-----------------+----------+-----------+---------+---------+
wp theme list で確認しても、管理画面で確認しても、ディレクトリを直接確認しても、snow-monkey/ は削除されていました。
CLIでversionを指定してのアップデートで削除されてしまったようです。
CLIを使ってのアップデートにどこかバグがあるのではと思います。
The text was updated successfully, but these errors were encountered: