Skip to content

Commit b2e7ffb

Browse files
authored
Merge pull request #424 from tecking/pullrequest
2 parents 2c51a3b + e3daffa commit b2e7ffb

File tree

1 file changed

+34
-15
lines changed

1 file changed

+34
-15
lines changed

ja/index.md

Lines changed: 34 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,33 @@ direction: ltr
99

1010
下記のサポーターの協力で継続的なメンテナンスが行われています。
1111

12-
<a href="https://automattic.com/" style="height:100px;width:49%;display:inline-block;position:relative;"><img src="https://make.wordpress.org/cli/files/2017/04/automattic-1.png" style="max-height:100%;max-width:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;" alt="" width="320" height="70" class="aligncenter size-full wp-image-347" /></a>
13-
<a href="https://www.bluehost.com/" style="height:100px;width:49%;display:inline-block;position:relative;"><img class="aligncenter size-full wp-image-335" style="max-height:100%;max-width:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;" src="https://make.wordpress.org/cli/files/2017/04/bluehost.png" alt="" width="320" height="52" /></a>
14-
<a href="https://pantheon.io/" style="height:100px;width:49%;display:inline-block;position:relative;"><img class="aligncenter size-full wp-image-333" style="max-height:100%;max-width:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;" src="https://make.wordpress.org/cli/files/2019/06/pantheon.png" alt="" width="320" height="100" /></a>
15-
<a href="https://www.siteground.com/" style="height:100px;width:49%;display:inline-block;position:relative;"><img class="aligncenter size-full wp-image-332" style="max-height:100%;max-width:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;" src="https://make.wordpress.org/cli/files/2019/06/SG_logo.png" alt="" width="320" height="66" /></a>
16-
<a href="https://wpengine.com/" style="height:100px;width:49%;display:inline-block;position:relative;"><img class="aligncenter size-full wp-image-333" style="max-height:100%;max-width:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;" src="https://make.wordpress.org/cli/files/2017/04/wpengine.png" alt="" width="320" height="60" /></a>
17-
<a href="https://www.cloudways.com/" style="height:100px;width:49%;display:inline-block;position:relative;"><img class="aligncenter size-full wp-image-3229" style="max-height:100%;max-width:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;" src="https://make.wordpress.org/cli/files/2021/02/Cloudways-Logo-e1612285267691.png" alt="" width="320" height="62" /></a>
18-
19-
現在の安定バージョンは [2.5.0](https://make.wordpress.org/cli/2021/05/19/wp-cli-v2-5-0-release-notes/) です。 最新情報を得たい人は、[@wpcli on Twitter](https://twitter.com/wpcli) をフォローするか、[メーリングリストにサインアップ](https://make.wordpress.org/cli/subscribe/)してください。[ロードマップ](https://make.wordpress.org/cli/handbook/roadmap/)で、今後のリリースの予定を知ることができます。
12+
<div style="
13+
display: flex;
14+
flex-wrap: wrap;
15+
align-items: center;
16+
justify-content: space-between;
17+
text-align: center;">
18+
<a href="https://automattic.com/" style="width:49%; margin-bottom: 10px">
19+
<img src="https://make.wordpress.org/cli/files/2017/04/automattic-1.png" alt="Automattic" width="320" height="70" style="height: auto" />
20+
</a>
21+
<a href="https://www.bluehost.com/" style="width:49%; margin-bottom: 10px">
22+
<img style="height: auto" src="https://make.wordpress.org/cli/files/2017/04/bluehost.png" alt="Bluehost" width="320" height="52" />
23+
</a>
24+
<a href="https://pantheon.io/" style="width:49%; margin-bottom: 10px">
25+
<img style="height: auto" src="https://make.wordpress.org/cli/files/2019/06/pantheon.png" alt="Pantheon" width="320" height="100" />
26+
</a>
27+
<a href="https://www.siteground.com/" style="width:49%; margin-bottom: 10px">
28+
<img style="height: auto" src="https://make.wordpress.org/cli/files/2019/06/SG_logo.png" alt="SiteGround" width="320" height="66" />
29+
</a>
30+
<a href="https://wpengine.com/" style="width:49%; margin-bottom: 10px">
31+
<img style="height: auto" src="https://make.wordpress.org/cli/files/2017/04/wpengine.png" alt="WP Engine" width="320" height="60" />
32+
</a>
33+
<a href="https://www.cloudways.com/" style="width:49%; margin-bottom: 10px">
34+
<img style="height: auto" src="https://make.wordpress.org/cli/files/2021/02/Cloudways-Logo-e1612285267691.png" alt="Cloudways" width="320" height="62" />
35+
</a>
36+
</div>
37+
38+
現在の安定バージョンは [2.6.0](https://make.wordpress.org/cli/2022/01/25/wp-cli-v2-6-0-release-notes/) です。 最新情報を得たい人は、[@wpcli on Twitter](https://twitter.com/wpcli) をフォローするか、[メーリングリストにサインアップ](https://make.wordpress.org/cli/subscribe/)してください。[ロードマップ](https://make.wordpress.org/cli/handbook/roadmap/)で、今後のリリースの予定を知ることができます。
2039

2140
[![Testing](https://github.com/wp-cli/automated-tests/actions/workflows/testing.yml/badge.svg)](https://github.com/wp-cli/automated-tests/actions/workflows/testing.yml) [![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Average time to resolve an issue") [![Percentage of issues still open](https://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Percentage of issues still open")
2241

@@ -83,21 +102,21 @@ sudo mv wp-cli.phar /usr/local/bin/wp
83102

84103
```bash
85104
$ wp --info
86-
OS: Linux 4.19.128-microsoft-standard #1 SMP Tue Jun 23 12:58:10 UTC 2020 x86_64
105+
OS: Linux 5.10.60.1-microsoft-standard-WSL2 #1 SMP Wed Aug 25 23:20:18 UTC 2021 x86_64
87106
Shell: /usr/bin/zsh
88-
PHP binary: /usr/bin/php
89-
PHP version: 8.0.5
90-
php.ini used: /etc/php/8.0/cli/php.ini
107+
PHP binary: /usr/bin/php8.1
108+
PHP version: 8.1.0
109+
php.ini used: /etc/php/8.1/cli/php.ini
91110
MySQL binary: /usr/bin/mysql
92-
MySQL version: mysql Ver 8.0.23-0ubuntu0.20.04.1 for Linux on x86_64 ((Ubuntu))
111+
MySQL version: mysql Ver 8.0.27-0ubuntu0.20.04.1 for Linux on x86_64 ((Ubuntu))
93112
SQL modes:
94113
WP-CLI root dir: /home/wp-cli/
95114
WP-CLI vendor dir: /home/wp-cli/vendor
96115
WP_CLI phar path:
97116
WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/
98117
WP-CLI global config:
99118
WP-CLI project config: /home/wp-cli/wp-cli.yml
100-
WP-CLI version: 2.5.0
119+
WP-CLI version: 2.6.0
101120
```
102121

103122
## アップデート
@@ -110,7 +129,7 @@ WP-CLI のオーナーが root もしくは他のシステム管理者になっ
110129

111130
## タブ補完
112131

113-
WP-CLI には、Bash および ZSH 向けのタブ補完スクリプトがあります。 [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.5.0/utils/wp-completion.bash) をダウンロードして、`~/.bash_profile` で読み込んでください。
132+
WP-CLI には、Bash および ZSH 向けのタブ補完スクリプトがあります。 [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.6.0/utils/wp-completion.bash) をダウンロードして、`~/.bash_profile` で読み込んでください。
114133

115134
```bash
116135
source /FULL/PATH/TO/wp-completion.bash

0 commit comments

Comments
 (0)