From 3e3fb16e1f34085f7b2295c45f19d9255a0d1072 Mon Sep 17 00:00:00 2001 From: miya0001 Date: Sun, 13 Aug 2017 15:27:54 +0900 Subject: [PATCH 001/232] sync japanese translation with the latest documentation --- ja/index.md | 58 ++++++++++++++++++++++++++--------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/ja/index.md b/ja/index.md index 7fd66e60..5ef4a454 100644 --- a/ja/index.md +++ b/ja/index.md @@ -3,14 +3,14 @@ layout: default title: Command line interface for WordPress --- -[WP-CLI](https://wp-cli.org/) は [WordPress](https://wordpress.org/) を管理するためのコマンドラインツールです。 +[WP-CLI](https://wp-cli.org/) は [WordPress](https://wordpress.org/) を管理するためのコマンドラインインターフェースです。 プラグインのアップデートやマルチサイトのセットアップなどの多くのことをブラウザ無しで行うことができます。 現在のメンテナンスは、以下の企業のサポートにより支えられています。 -最新情報を得たい人は、[@wpcli on Twitter](https://twitter.com/wpcli) をフォローするか、[メーリングリストにサインアップ](http://wp-cli.us13.list-manage.com/subscribe?u=0615e4d18f213891fc000adfd&id=8c61d7641e)してください。[ロードマップ](https://wp-cli.org/docs/roadmap/)で、今後のリリースの予定をしることができます。 +最新情報を得たい人は、[@wpcli on Twitter](https://twitter.com/wpcli) をフォローするか、[メーリングリストにサインアップ](http://wp-cli.us13.list-manage.com/subscribe?u=0615e4d18f213891fc000adfd&id=8c61d7641e)してください。[ロードマップ](https://make.wordpress.org/cli/handbook/roadmap/)で、今後のリリースの予定をしることができます。 [![Build Status](https://travis-ci.org/wp-cli/wp-cli.svg?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![Dependency Status](https://gemnasium.com/badges/github.com/wp-cli/wp-cli.svg)](https://gemnasium.com/github.com/wp-cli/wp-cli) [![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") @@ -18,34 +18,35 @@ Quick links: [使い方](#section) | [インストール方法](#section-1) ## 使い方 -WP-CLI のゴールは、みなさんが WordPress の管理画面でやりたいと思うことをコマンドラインで提供することです。 -たとえば、`wp plugin install --activate` ([ドキュメント](https://wp-cli.org/commands/plugin/install/)) は、プラグインをインストールし有効化します。 +WP-CLI は、みなさんが WordPress の管理画面でやりたいと思っていることに対するコマンドラインインターフェースを提供しています。 +たとえば、`wp plugin install --activate` ([ドキュメント](https://developer.wordpress.org/cli/commands/plugin/install/)) は、プラグインをインストールし有効化します。 ```bash -$ wp plugin install rest-api --activate -Installing WordPress REST API (Version 2) (2.0-beta13) -Downloading install package from https://downloads.wordpress.org/plugin/rest-api.2.0-beta13.zip... +$ wp plugin install user-switching --activate +Installing User Switching (1.0.9) +Downloading install package from https://downloads.wordpress.org/plugin/user-switching.1.0.9.zip... Unpacking the package... Installing the plugin... Plugin installed successfully. -Activating 'rest-api'... -Success: Plugin 'rest-api' activated. +Activating 'user-switching'... +Plugin 'user-switching' activated. +Success: Installed 1 of 1 plugins. ``` -さらに WP-CLI は、WordPress の管理画面ではできない多くのことが可能です。たとえば、`wp transient delete --all` ([doc](https://wp-cli.org/commands/transient/delete-all/)) は、Transient に保存されているすべてのデータを削除することを可能にしています。 +さらに WP-CLI は、WordPress の管理画面ではできない多くのことが可能です。たとえば、`wp transient delete --all` ([doc](https://developer.wordpress.org/cli/commands/transient/delete-all/)) は、Transient に保存されているすべてのデータを削除することを可能にしています。 ```bash $ wp transient delete --all Success: 34 transients deleted from the database. ``` -WP-CLI の使い方に関するさらに詳しい情報は、[クイックスタートガイド](https://wp-cli.org/docs/quick-start/)を読んでください。または、[shell friends](https://wp-cli.org/docs/shell-friends/) で便利なコマンドラインユーティリティについて学ぶことができます。 +WP-CLI の使い方に関するさらに詳しい情報は、[クイックスタートガイド](https://make.wordpress.org/cli/handbook/quick-start/)を読んでください。または、[shell friends](https://make.wordpress.org/cli/handbook/shell-friends/) で便利なコマンドラインユーティリティについて学ぶことができます。 -もし、すでに基本的なことを理解しているなら、[コマンドリスト](https://wp-cli.org/ja/commands/)にジャンプして、テーマやプラグインの管理、データのインポートやエクスポート、データベースの操作などについての詳細をみてください。 +もし、すでに基本的なことを理解しているなら、[コマンドリスト](https://developer.wordpress.org/cli/commands/)にジャンプして、テーマやプラグインの管理、データのインポートやエクスポート、データベースの操作などについての詳細をみてください。 ## インストール方法 -Phar ファイルをダウンロードする方法が、私たちが推奨するインストール方法です。必要なら[上級者向けインストール方法](https://wp-cli.org/docs/installing/)(英語)を見てください。 +Phar ファイルをダウンロードする方法が、私たちが推奨するインストール方法です。必要なら[上級者向けインストール方法](https://make.wordpress.org/cli/handbook/installing/)(英語)を見てください。 WP-CLI をインストールする前に、動作環境を確認してください。 @@ -59,7 +60,7 @@ WP-CLI をインストールする前に、動作環境を確認してくださ $ curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar ``` -次に、それが動作しているかを確認してください。 +次に、Phar ファイルが動作していることを確認してください。 ```bash $ php wp-cli.phar --info @@ -83,12 +84,12 @@ WP-CLI root dir: /home/wp-cli/.wp-cli WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: /home/wp-cli/.wp-cli/config.yml WP-CLI project config: -WP-CLI version: 1.1.0 +WP-CLI version: 1.2.1 ``` ## アップデート -WP-CLI をアップデートするには、`wp cli update` ([doc](https://wp-cli.org/commands/cli/update/)) を実行するか、上述のインストール方法を再度行う必要があります。 +WP-CLI をアップデートするには、`wp cli update` ([doc](https://developer.wordpress.org/cli/commands/cli/update/)) を実行するか、上述のインストール方法を再度行う必要があります。 WP-CLI のオーナーが root もしくは他のシステム管理者になっている場合は、`sudo wp cli update` と実行する必要があります。 @@ -114,23 +115,22 @@ source /FULL/PATH/TO/wp-completion.bash ## サポート -WP-CLI のメンテナーとその貢献者たちが一般的な質問に答えられる時間は限られています。[最新版](http://wp-cli.org/docs/roadmap/) のみが公式にサポートされるバージョンです。 +WP-CLI のメンテナーとその貢献者たちが一般的な質問に答えられる時間は限られています。[最新版](https://make.wordpress.org/cli/handbook/roadmap/) のみが公式にサポートされるバージョンです。 もしサポートを探しているなら、まず初めに以下のリソースの中から答えを探してください。 -- [Common issues and their fixes](https://wp-cli.org/docs/common-issues/) -- [Best practices for submitting a bug report](https://wp-cli.org/docs/bug-reports/) -- [Documentation portal](https://wp-cli.org/docs/) -- [Open or closed issues on Github](https://github.com/wp-cli/wp-cli/issues?utf8=%E2%9C%93&q=is%3Aissue) -- [runcommand tips](https://runcommand.io/tips/) -- [WordPress StackExchange forums](http://wordpress.stackexchange.com/questions/tagged/wp-cli) +* [Common issues and their fixes](https://make.wordpress.org/cli/handbook/common-issues/) +* [WP-CLI handbook](https://make.wordpress.org/cli/handbook/) +* [Open or closed issues on Github](https://github.com/wp-cli/wp-cli/issues?utf8=%E2%9C%93&q=is%3Aissue) +* [Threads tagged 'WP-CLI' in the WordPress.org support forum](https://wordpress.org/support/topic-tag/wp-cli/) +* [Questions tagged 'WP-CLI' in the WordPress StackExchange](https://wordpress.stackexchange.com/questions/tagged/wp-cli) もし、上のいずれかの方法で回答を見つけられなかった場合は: * [WordPress.org Slack](https://make.wordpress.org/chat/) の `#cli` に参加して、そこにいる人に尋ねてみてください。これがもっとも手っ取り早い方法です。 * [WordPress サポートフォーラムで新しいスレッドを投稿](https://wordpress.org/support/forum/wp-advanced/#new-post) して、'wp-cli' というタグをつけてコミュニティが見つけやすくしてください。 -GitHub Issues は、既存のコマンドの改良やバグを追跡するために使用されており、一般的なサポートのためには使用されていません。バグレポートを投稿する際には、[ベストプラクティス](https://wp-cli.org/docs/bug-reports/)を確認して、あなたが抱える問題が適時確実に伝わるように心がけてください。 +GitHub Issues は、既存のコマンドの改良やバグを追跡するために使用されており、一般的なサポートのためには使用されていません。バグレポートを投稿する際には、[ベストプラクティス](https://make.wordpress.org/cli/handbook/bug-reports/)を確認して、あなたが抱える問題が適時確実に伝わるように心がけてください。 Twitterでサポート用の質問をたずねるのはおやめください。Twitterは、文字数が140文字以下であり会話を行うのが難しい、過去の会話から他の人の同じ質問を検索することが難しい、等の理由によりサポートを行う場としてふさわしくありません。 @@ -138,9 +138,9 @@ Twitterでサポート用の質問をたずねるのはおやめください。T ## 拡張 -それぞれの **コマンド** は、WP-CLI の関数の一つとして定義されています。`wp plugin install` ([doc](https://wp-cli.org/commands/plugin/install/)) はそのうちのひとつであり、`wp plugin activate` ([doc](https://wp-cli.org/commands/plugin/activate/)) は別のもうひとつです。 +それぞれの **コマンド** は、WP-CLI の関数の一つとして定義されています。`wp plugin install` ([doc](https://developer.wordpress.org/cli/commands/plugin/install/)) はそのうちのひとつであり、`wp plugin activate` ([doc](https://developer.wordpress.org/cli/commands/plugin/activate/)) は別のもうひとつです。 -WP-CLI では、様々な実行可能なクラス、関数、クロージャをコマンドとして実行することが可能です。コマンドとして実行されるために必要な情報は、PHPdoc によって記述します。 `WP_CLI::add_command()` ([doc](https://wp-cli.org/docs/internal-api/wp-cli-add-command/)) は、内部コマンド及びサードパーティコマンドの登録に使用されています。 +WP-CLI では、様々な実行可能なクラス、関数、クロージャをコマンドとして実行することが可能です。コマンドとして実行されるために必要な情報は、PHPdoc によって記述します。 `WP_CLI::add_command()` ([doc](https://make.wordpress.org/cli/handbook/internal-api/wp-cli-add-command/)) は、内部コマンド及びサードパーティコマンドの登録に使用されています。 ```php /** @@ -170,7 +170,7 @@ $delete_option_cmd = function( $args ) { WP_CLI::add_command( 'option delete', $delete_option_cmd ); ``` -WP-CLI は、多くのコマンドにより構成されており、カスタムコマンドを作ることは意外と簡単です。[commands cookbook](https://wp-cli.org/docs/commands-cookbook/)を読んでください。 +WP-CLI は、多くのコマンドにより構成されており、カスタムコマンドを作ることは意外と簡単です。[commands cookbook](https://make.wordpress.org/cli/handbook/commands-cookbook/)を読んでください。 ## 貢献 @@ -180,7 +180,7 @@ WP-CLI は、多くのコマンドにより構成されており、カスタム **貢献は単にコードだけではありません。** 私たちは、チュートリアルを書く、地元のミートアップでデモを行う、ユーザーの質問への回答、ドキュメントの改訂など、あなたの日々の活動に応じた貢献をお願いしています。 -すこしだけ時間を使って[ガイドラインをよく読んでください](https://wp-cli.org/docs/contributing/)。ここに書かれていることに従うことで、本プロジェクトの他の貢献者たちとのコミュニケーションを円滑にすることができます。彼らは、世界をまたがってあなたと一緒に働くことに、最大限の敬意を払う努力をします。 +プロジェクトに参加するには、ハンドブックの[貢献者向けガイドライン](https://make.wordpress.org/cli/handbook/contributing/)をよく読んでください。ここに書かれていることに従うことで、本プロジェクトの他の貢献者たちとのコミュニケーションを円滑にすることができます。彼らは、世界をまたがってあなたと一緒に働くことに、最大限の敬意を払う努力をします。 ### プロジェクトリーダー @@ -188,7 +188,7 @@ WP-CLI には2人のメンテナーがいます: [danielbachhuber](https://githu 能力があり、プロジェクトを発展させるために、時間をかけて投資していることを示してくれたコントリビューターへ、[コミット権限を与えることがあります](https://github.com/orgs/wp-cli/teams/committers)。 -プロジェクトの[ガバナンス](https://wp-cli.org/docs/governance/)と[完全な貢献者リスト](https://github.com/wp-cli/wp-cli/contributors)も読んでください。 +プロジェクトの運営に関する詳細については、[ハンドブック内のガバナンス](https://make.wordpress.org/cli/handbook/governance/) を読んで下さい。 ## クレジット From d7fa9f39fca4d8c5f2be8218832f7cc40993fb49 Mon Sep 17 00:00:00 2001 From: gitlost Date: Sun, 13 Aug 2017 10:08:38 +0100 Subject: [PATCH 002/232] transient/delete-all/ -> transient/delete/ --- ja/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ja/index.md b/ja/index.md index 5ef4a454..b04afb33 100644 --- a/ja/index.md +++ b/ja/index.md @@ -33,7 +33,7 @@ Plugin 'user-switching' activated. Success: Installed 1 of 1 plugins. ``` -さらに WP-CLI は、WordPress の管理画面ではできない多くのことが可能です。たとえば、`wp transient delete --all` ([doc](https://developer.wordpress.org/cli/commands/transient/delete-all/)) は、Transient に保存されているすべてのデータを削除することを可能にしています。 +さらに WP-CLI は、WordPress の管理画面ではできない多くのことが可能です。たとえば、`wp transient delete --all` ([doc](https://developer.wordpress.org/cli/commands/transient/delete/)) は、Transient に保存されているすべてのデータを削除することを可能にしています。 ```bash $ wp transient delete --all From b76fd35e900a51d54e027182786fd963d26350f1 Mon Sep 17 00:00:00 2001 From: gitlost Date: Sun, 13 Aug 2017 10:12:04 +0100 Subject: [PATCH 003/232] Fix compose.json link. Need same fix for all index.md. --- ja/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ja/index.md b/ja/index.md index b04afb33..a88a4a62 100644 --- a/ja/index.md +++ b/ja/index.md @@ -192,7 +192,7 @@ WP-CLI には2人のメンテナーがいます: [danielbachhuber](https://githu ## クレジット -[composer.json](composer.json) に記載されているライブラリに依存しており、以下のプロジェクトからコードやアイディアを得ています。 +[composer.json](https://github.com/wp-cli/wp-cli/blob/master/composer.json) に記載されているライブラリに依存しており、以下のプロジェクトからコードやアイディアを得ています。 * [Drush](https://github.com/drush-ops/drush) for... a lot of things * [wpshell](https://code.trac.wordpress.org/browser/wpshell) for `wp shell` From 7e4a3c51f5531b48ac236aef26b5c25b89bcaf22 Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Thu, 17 Aug 2017 15:33:32 -0600 Subject: [PATCH 004/232] Update homepage from README --- index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.md b/index.md index 767724a0..f278b7b3 100644 --- a/index.md +++ b/index.md @@ -9,7 +9,7 @@ Ongoing maintenance is -For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. +The current stable release is [version 1.3.0](https://make.wordpress.org/cli/2017/08/08/version-1-3-0-released/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. [![Build Status](https://travis-ci.org/wp-cli/wp-cli.svg?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![Dependency Status](https://gemnasium.com/badges/github.com/wp-cli/wp-cli.svg)](https://gemnasium.com/github.com/wp-cli/wp-cli) [![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") @@ -82,7 +82,7 @@ WP-CLI root dir: /home/wp-cli/.wp-cli WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: /home/wp-cli/.wp-cli/config.yml WP-CLI project config: -WP-CLI version: 1.2.1 +WP-CLI version: 1.3.0 ``` ### Updating @@ -182,7 +182,7 @@ Read through our [contributing guidelines in the handbook](https://make.wordpres WP-CLI has two project maintainers: [danielbachhuber](https://github.com/danielbachhuber) and [schlessera](http://github.com/schlessera). -On occasion, we [grant write access to contributors](https://github.com/orgs/wp-cli/teams/committers) who have demonstrated, over a period of time, that they are capable and invested in moving the project forward. +On occasion, we [grant write access to contributors](https://make.wordpress.org/cli/handbook/committers-credo/) who have demonstrated, over a period of time, that they are capable and invested in moving the project forward. Read the [governance document in the handbook](https://make.wordpress.org/cli/handbook/governance/) for more operational details about the project. From aaaf60bf775cfd2338f54c752c7bef047f7d64ed Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Thu, 17 Aug 2017 15:43:03 -0600 Subject: [PATCH 005/232] Update navigation items to reflect active priorities --- _config.yml | 17 +++++++---------- _includes/header.html | 2 +- assets/css/stylesheet.css | 2 +- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/_config.yml b/_config.yml index fa4ac99f..a07a999a 100644 --- a/_config.yml +++ b/_config.yml @@ -18,18 +18,15 @@ exclude: - README.md navigation: - text: Commands - url: /commands/ + url: https://developer.wordpress.org/cli/commands/ - text: Configuration - url: /config/ -- text: Docs - url: /docs/ + url: https://make.wordpress.org/cli/handbook/config/ +- text: Handbook + url: https://make.wordpress.org/cli/handbook/ - text: Blog - url: /blog/ - layout: post -- text: Packages - url: /package-index/ -- text: RESTful WP-CLI - url: /restful/ + url: https://make.wordpress.org/cli/ +- text: Contributing + url: https://make.wordpress.org/cli/handbook/contributing/ languages: - label: English iso-alpha2: en diff --git a/_includes/header.html b/_includes/header.html index e3125bb1..dda4a5b6 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -5,7 +5,7 @@ - + diff --git a/assets/css/stylesheet.css b/assets/css/stylesheet.css index 5359215b..3cf7bacd 100644 --- a/assets/css/stylesheet.css +++ b/assets/css/stylesheet.css @@ -333,7 +333,7 @@ footer { color: #b5e853; } -.main-nav ul li:nth-child(6) a { +.main-nav ul li:nth-child(5) a { background-color: rgba(122, 208, 58, 0.5); color: white; border-radius: 5px; From e6a5680dcb4f13a6874cdcce754d56cc100f1d9c Mon Sep 17 00:00:00 2001 From: gitlost Date: Wed, 11 Oct 2017 19:42:39 +0100 Subject: [PATCH 006/232] Add audio/video test data for media regenerate. --- behat-data/audio-with-400x300-cover.mp3 | Bin 0 -> 35030 bytes behat-data/audio-with-no-cover.mp3 | Bin 0 -> 24494 bytes behat-data/video-400x300-with-cover.mp4 | Bin 0 -> 33025 bytes behat-data/video-400x300-with-no-cover.mp4 | Bin 0 -> 18877 bytes 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 behat-data/audio-with-400x300-cover.mp3 create mode 100644 behat-data/audio-with-no-cover.mp3 create mode 100644 behat-data/video-400x300-with-cover.mp4 create mode 100644 behat-data/video-400x300-with-no-cover.mp4 diff --git a/behat-data/audio-with-400x300-cover.mp3 b/behat-data/audio-with-400x300-cover.mp3 new file mode 100644 index 0000000000000000000000000000000000000000..bb6922c7f697856fe272399ea96e1d3d84bded1e GIT binary patch literal 35030 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

=dDIjYB}DBJag<=@Ol)rES)C<>yX4 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 KrTqUI(EkATh8GS1 literal 0 HcmV?d00001 diff --git a/behat-data/audio-with-no-cover.mp3 b/behat-data/audio-with-no-cover.mp3 new file mode 100644 index 0000000000000000000000000000000000000000..5f8ba9c49b03dc6bef59ff1a5a9d3605a5cad0c7 GIT binary patch literal 24494 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 literal 0 HcmV?d00001 diff --git a/behat-data/video-400x300-with-no-cover.mp4 b/behat-data/video-400x300-with-no-cover.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63e0ff9e82cba3886df95d16b8671f75129cd1d8 GIT binary patch literal 18877 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 w*81N1ST5{Fn~m Date: Tue, 17 Oct 2017 07:20:57 -0700 Subject: [PATCH 007/232] Regenerate homepage for v1.4.0 --- index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index f278b7b3..d02bb397 100644 --- a/index.md +++ b/index.md @@ -9,7 +9,7 @@ Ongoing maintenance is -The current stable release is [version 1.3.0](https://make.wordpress.org/cli/2017/08/08/version-1-3-0-released/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. +The current stable release is [version 1.4.0](https://make.wordpress.org/cli/2017/10/17/version-1-4-0-released/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. [![Build Status](https://travis-ci.org/wp-cli/wp-cli.svg?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![Dependency Status](https://gemnasium.com/badges/github.com/wp-cli/wp-cli.svg)](https://gemnasium.com/github.com/wp-cli/wp-cli) [![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") @@ -82,7 +82,7 @@ WP-CLI root dir: /home/wp-cli/.wp-cli WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: /home/wp-cli/.wp-cli/config.yml WP-CLI project config: -WP-CLI version: 1.3.0 +WP-CLI version: 1.4.0 ``` ### Updating From 5f9e5dfa5c548014e98cec13d261ef62b727eed2 Mon Sep 17 00:00:00 2001 From: miya0001 Date: Sun, 22 Oct 2017 04:35:28 +0900 Subject: [PATCH 008/232] translate latest doc to ja --- ja/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ja/index.md b/ja/index.md index a88a4a62..ac1d8eaf 100644 --- a/ja/index.md +++ b/ja/index.md @@ -10,7 +10,7 @@ title: Command line interface for WordPress -最新情報を得たい人は、[@wpcli on Twitter](https://twitter.com/wpcli) をフォローするか、[メーリングリストにサインアップ](http://wp-cli.us13.list-manage.com/subscribe?u=0615e4d18f213891fc000adfd&id=8c61d7641e)してください。[ロードマップ](https://make.wordpress.org/cli/handbook/roadmap/)で、今後のリリースの予定をしることができます。 +現在の最新バージョンは [1.3.0](https://make.wordpress.org/cli/2017/10/17/version-1-4-0-released/) です。 最新情報を得たい人は、[@wpcli on Twitter](https://twitter.com/wpcli) をフォローするか、[メーリングリストにサインアップ](http://wp-cli.us13.list-manage.com/subscribe?u=0615e4d18f213891fc000adfd&id=8c61d7641e)してください。[ロードマップ](https://make.wordpress.org/cli/handbook/roadmap/)で、今後のリリースの予定をしることができます。 [![Build Status](https://travis-ci.org/wp-cli/wp-cli.svg?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![Dependency Status](https://gemnasium.com/badges/github.com/wp-cli/wp-cli.svg)](https://gemnasium.com/github.com/wp-cli/wp-cli) [![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") @@ -84,7 +84,7 @@ WP-CLI root dir: /home/wp-cli/.wp-cli WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: /home/wp-cli/.wp-cli/config.yml WP-CLI project config: -WP-CLI version: 1.2.1 +WP-CLI version: 1.4.0 ``` ## アップデート @@ -186,7 +186,7 @@ WP-CLI は、多くのコマンドにより構成されており、カスタム WP-CLI には2人のメンテナーがいます: [danielbachhuber](https://github.com/danielbachhuber) と [schlessera](http://github.com/schlessera) です。 -能力があり、プロジェクトを発展させるために、時間をかけて投資していることを示してくれたコントリビューターへ、[コミット権限を与えることがあります](https://github.com/orgs/wp-cli/teams/committers)。 +能力があり、プロジェクトを発展させるために、時間をかけて投資していることを示してくれたコントリビューターへ、[コミット権限を与えることがあります](https://make.wordpress.org/cli/handbook/committers-credo/)。 プロジェクトの運営に関する詳細については、[ハンドブック内のガバナンス](https://make.wordpress.org/cli/handbook/governance/) を読んで下さい。 From 4ae8fd579ccfbd1cfbf020e4f826d50064ec8244 Mon Sep 17 00:00:00 2001 From: miya0001 Date: Sun, 22 Oct 2017 04:36:42 +0900 Subject: [PATCH 009/232] udpate version number --- ja/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ja/index.md b/ja/index.md index ac1d8eaf..dd3fa734 100644 --- a/ja/index.md +++ b/ja/index.md @@ -10,7 +10,7 @@ title: Command line interface for WordPress -現在の最新バージョンは [1.3.0](https://make.wordpress.org/cli/2017/10/17/version-1-4-0-released/) です。 最新情報を得たい人は、[@wpcli on Twitter](https://twitter.com/wpcli) をフォローするか、[メーリングリストにサインアップ](http://wp-cli.us13.list-manage.com/subscribe?u=0615e4d18f213891fc000adfd&id=8c61d7641e)してください。[ロードマップ](https://make.wordpress.org/cli/handbook/roadmap/)で、今後のリリースの予定をしることができます。 +現在の最新バージョンは [1.4.0](https://make.wordpress.org/cli/2017/10/17/version-1-4-0-released/) です。 最新情報を得たい人は、[@wpcli on Twitter](https://twitter.com/wpcli) をフォローするか、[メーリングリストにサインアップ](http://wp-cli.us13.list-manage.com/subscribe?u=0615e4d18f213891fc000adfd&id=8c61d7641e)してください。[ロードマップ](https://make.wordpress.org/cli/handbook/roadmap/)で、今後のリリースの予定をしることができます。 [![Build Status](https://travis-ci.org/wp-cli/wp-cli.svg?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![Dependency Status](https://gemnasium.com/badges/github.com/wp-cli/wp-cli.svg)](https://gemnasium.com/github.com/wp-cli/wp-cli) [![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") From 049431de4eaf59d80239ebb2bf812da2a0ea8162 Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Mon, 13 Nov 2017 10:25:49 -0800 Subject: [PATCH 010/232] Regenerate homepage for v1.4.1 --- index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.md b/index.md index d02bb397..5f837ab4 100644 --- a/index.md +++ b/index.md @@ -9,7 +9,7 @@ Ongoing maintenance is -The current stable release is [version 1.4.0](https://make.wordpress.org/cli/2017/10/17/version-1-4-0-released/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. +The current stable release is [version 1.4.1](https://make.wordpress.org/cli/2017/11/13/version-1-4-1-released/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. [![Build Status](https://travis-ci.org/wp-cli/wp-cli.svg?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![Dependency Status](https://gemnasium.com/badges/github.com/wp-cli/wp-cli.svg)](https://gemnasium.com/github.com/wp-cli/wp-cli) [![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") @@ -55,20 +55,20 @@ Before installing WP-CLI, please make sure your environment meets the minimum re Once you've verified requirements, download the [wp-cli.phar](https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) file using `wget` or `curl`: ```bash -$ curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar +curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar ``` Next, check the Phar file to verify that it's working: ```bash -$ php wp-cli.phar --info +php wp-cli.phar --info ``` To use WP-CLI from the command line by typing `wp`, make the file executable and move it to somewhere in your PATH. For example: ```bash -$ chmod +x wp-cli.phar -$ sudo mv wp-cli.phar /usr/local/bin/wp +chmod +x wp-cli.phar +sudo mv wp-cli.phar /usr/local/bin/wp ``` If WP-CLI was installed successfully, you should see something like this when you run `wp --info`: @@ -82,7 +82,7 @@ WP-CLI root dir: /home/wp-cli/.wp-cli WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: /home/wp-cli/.wp-cli/config.yml WP-CLI project config: -WP-CLI version: 1.4.0 +WP-CLI version: 1.4.1 ``` ### Updating From cc67199164233a861d186039cc8ba4ad7f59ddd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sun, 31 Dec 2017 18:10:57 +0100 Subject: [PATCH 011/232] Modernize wp --info --- index.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/index.md b/index.md index 5f837ab4..6f03ee3b 100644 --- a/index.md +++ b/index.md @@ -75,13 +75,15 @@ If WP-CLI was installed successfully, you should see something like this when yo ```bash $ wp --info -PHP binary: /usr/bin/php5 -PHP version: 5.5.9-1ubuntu4.14 -php.ini used: /etc/php5/cli/php.ini -WP-CLI root dir: /home/wp-cli/.wp-cli +PHP binary: /usr/bin/php7.0 +PHP version: 7.0.26-1~dotdeb+8.2 +php.ini used: /etc/php/7.0/cli/php.ini +WP-CLI root dir: phar://wp-cli.phar +WP-CLI vendor dir: phar://wp-cli.phar/vendor +WP_CLI phar path: /home/wp-cli/website/html WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: /home/wp-cli/.wp-cli/config.yml -WP-CLI project config: +WP-CLI project config: /home/wp-cli/website/wp-cli.yml WP-CLI version: 1.4.1 ``` From d4aca132d93a2e29af6b9234ad599ad0f671e2d4 Mon Sep 17 00:00:00 2001 From: gitlost Date: Thu, 4 Jan 2018 11:48:21 +0000 Subject: [PATCH 012/232] Add BMP test data for media regenerate. --- behat-data/white-160-square.bmp | Bin 0 -> 51270 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 behat-data/white-160-square.bmp diff --git a/behat-data/white-160-square.bmp b/behat-data/white-160-square.bmp new file mode 100644 index 0000000000000000000000000000000000000000..047b941caafe76443f05f1edf357300a713f6ecd GIT binary patch literal 51270 zcmeIup$&jQ3Uj$R0t5&UAV7cs0RjXF5FkK+009C72oNAZfB*pk1PBlyK!5-N z0t5&UAV7cs0RjXF5FkK+009C72oNAZfB*pk1PBlyK!5-N0t5&UAV7cs0RjXF5FkK+ z009C72oNAZfB*pk1PBlyK!5-N0t5&UAV7cs0RjXF5FkK+009C72oNAZfB*pk1PBly zK!5-N0t5&UAV7cs0RjXF5FkK+009C72oNAZfB*pk1PBlyK!5-N0t5&UAV7cs0RjXF j5FkK+009C72oNAZfB*pk1PBlyK!5-N0t5&U_(9+SS651b literal 0 HcmV?d00001 From 6fd47043e11d8d370aacfe107265879343c91d70 Mon Sep 17 00:00:00 2001 From: gitlost Date: Wed, 31 Jan 2018 12:29:26 +0000 Subject: [PATCH 013/232] Release 1.5.0. --- index.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/index.md b/index.md index 6f03ee3b..54f53ef0 100644 --- a/index.md +++ b/index.md @@ -9,7 +9,7 @@ Ongoing maintenance is -The current stable release is [version 1.4.1](https://make.wordpress.org/cli/2017/11/13/version-1-4-1-released/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. +The current stable release is [version 1.5.0](https://make.wordpress.org/cli/2018/01/31/version-1-5-0-released/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. [![Build Status](https://travis-ci.org/wp-cli/wp-cli.svg?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![Dependency Status](https://gemnasium.com/badges/github.com/wp-cli/wp-cli.svg)](https://gemnasium.com/github.com/wp-cli/wp-cli) [![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") @@ -50,7 +50,7 @@ Before installing WP-CLI, please make sure your environment meets the minimum re - UNIX-like environment (OS X, Linux, FreeBSD, Cygwin); limited support in Windows environment - PHP 5.3.29 or later -- WordPress 3.7 or later +- WordPress 3.7 or later. Versions older than the latest WordPress release may have degraded functionality Once you've verified requirements, download the [wp-cli.phar](https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) file using `wget` or `curl`: @@ -75,16 +75,17 @@ If WP-CLI was installed successfully, you should see something like this when yo ```bash $ wp --info -PHP binary: /usr/bin/php7.0 -PHP version: 7.0.26-1~dotdeb+8.2 -php.ini used: /etc/php/7.0/cli/php.ini -WP-CLI root dir: phar://wp-cli.phar -WP-CLI vendor dir: phar://wp-cli.phar/vendor -WP_CLI phar path: /home/wp-cli/website/html +OS: Darwin 16.7.0 Darwin Kernel Version 16.7.0: Thu Jan 11 22:59:40 PST 2018; root:xnu-3789.73.8~1/RELEASE_X86_64 x86_64 +Shell: /bin/zsh +PHP binary: /usr/local/bin/php +PHP version: 7.0.22 +php.ini used: /etc/local/etc/php/7.0/php.ini +WP-CLI root dir: /home/wp-cli/.wp-cli +WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: /home/wp-cli/.wp-cli/config.yml -WP-CLI project config: /home/wp-cli/website/wp-cli.yml -WP-CLI version: 1.4.1 +WP-CLI project config: +WP-CLI version: 1.5.0 ``` ### Updating From 694bdc105ad8be11fd9151aadd96b2abb2340879 Mon Sep 17 00:00:00 2001 From: Kirtan Gajjar Date: Wed, 28 Feb 2018 13:49:29 +0530 Subject: [PATCH 014/232] Changed http to https in all wp-cli links. --- _config.yml | 2 +- _posts/2013-10-04-version-0.12.md | 2 +- _posts/2014-04-29-survey-results.md | 14 +++++++------- _posts/2014-06-30-version-0.16.md | 2 +- _posts/2015-06-20-version-0.19.2.md | 2 +- _posts/2015-08-26-version-0.20.0.md | 4 ++-- _posts/2015-10-30-version-0.20.3.md | 4 ++-- _posts/2015-11-04-version-0.21.0.md | 4 ++-- .../2015-11-23-versions-0.21.1-and-0.20.4.md | 2 +- _posts/2015-12-01-survey-results-2015.md | 4 ++-- _posts/2016-02-04-restful-wp-cli-update-2.md | 2 +- _posts/2016-03-22-version-0.23.0.md | 18 +++++++++--------- _posts/2016-04-14-restful-wp-cli-update-3.md | 2 +- _posts/2016-07-27-version-0.24.0.md | 8 ++++---- _posts/2016-12-12-the-big-question.md | 2 +- ...16-12-28-supporting-the-future-of-wp-cli.md | 2 +- fr/index.md | 2 +- restful/index.md | 2 +- 18 files changed, 39 insertions(+), 39 deletions(-) diff --git a/_config.yml b/_config.yml index a07a999a..ff366d28 100644 --- a/_config.yml +++ b/_config.yml @@ -5,7 +5,7 @@ markdown: kramdown gems: - jekyll-paginate - jekyll-redirect-from -url: http://wp-cli.org +url: https://wp-cli.org permalink: /blog/:title.html paginate: 10 paginate_path: /blog/page:num diff --git a/_posts/2013-10-04-version-0.12.md b/_posts/2013-10-04-version-0.12.md index bd5f180b..3d8917cf 100644 --- a/_posts/2013-10-04-version-0.12.md +++ b/_posts/2013-10-04-version-0.12.md @@ -33,7 +33,7 @@ This nifty little parameter changes the behaviour of commands when required argu ### Phar archives are back -They were originally introduced in [version 0.9](http://wp-cli.org/blog/version-0.9.html) and... ahem, naively abandoned in the next release with the introduction of the installer script. +They were originally introduced in [version 0.9](https://wp-cli.org/blog/version-0.9.html) and... ahem, naively abandoned in the next release with the introduction of the installer script. The installer uses Composer, which has its own environmental requirements, but, more importantly, it has to fetch all of the packages WP-CLI depends on, which is both less reliable and slower than downloading a single file that contains everything. diff --git a/_posts/2014-04-29-survey-results.md b/_posts/2014-04-29-survey-results.md index 6a897566..9bb793c8 100644 --- a/_posts/2014-04-29-survey-results.md +++ b/_posts/2014-04-29-survey-results.md @@ -16,20 +16,20 @@ Many thanks to the 56 people who took our first user survey. We appreciate your Even with its variety of commands, WP-CLI is largely used to install and update. 37.5% of respondents reported using WP-CLI to install WordPress (with 30.36% using it to update WordPress), and 32.14% reported using it to update plugins and themes. -After code management, WP-CLI is popularly used (23.21%) to perform migrations. Respondents reported using [`wp db export`](http://wp-cli.org/commands/db/export/) and [`wp db import`](http://wp-cli.org/commands/db/import/) in conjunction with [`wp search-replace`](http://wp-cli.org/commands/search-replace/), or [`wp export`](http://wp-cli.org/commands/export/) and [`wp import`](http://wp-cli.org/commands/import/). +After code management, WP-CLI is popularly used (23.21%) to perform migrations. Respondents reported using [`wp db export`](https://wp-cli.org/commands/db/export/) and [`wp db import`](https://wp-cli.org/commands/db/import/) in conjunction with [`wp search-replace`](https://wp-cli.org/commands/search-replace/), or [`wp export`](https://wp-cli.org/commands/export/) and [`wp import`](https://wp-cli.org/commands/import/). A subset of respondents reported using WP-CLI to perform specialized tasks, including: -* Creating users with [`wp user create`](http://wp-cli.org/commands/user/create/) and [`wp user import-csv`](http://wp-cli.org/commands/user/import-csv/). -* [Deleting options](http://wp-cli.org/commands/option/delete/). -* [Resizing images](http://wp-cli.org/commands/media/regenerate/). -* [Creating posts / pages](http://wp-cli.org/commands/post/create/). -* Quick code execution via [`wp eval`](http://wp-cli.org/commands/eval/), [`wp eval-file`](http://wp-cli.org/commands/eval-file/), and [`wp shell`](http://wp-cli.org/commands/shell/). +* Creating users with [`wp user create`](https://wp-cli.org/commands/user/create/) and [`wp user import-csv`](https://wp-cli.org/commands/user/import-csv/). +* [Deleting options](https://wp-cli.org/commands/option/delete/). +* [Resizing images](https://wp-cli.org/commands/media/regenerate/). +* [Creating posts / pages](https://wp-cli.org/commands/post/create/). +* Quick code execution via [`wp eval`](https://wp-cli.org/commands/eval/), [`wp eval-file`](https://wp-cli.org/commands/eval-file/), and [`wp shell`](https://wp-cli.org/commands/shell/). * [Writing custom commands](https://github.com/wp-cli/wp-cli/wiki/Commands-Cookbook). **Only 38% have used community packages** -WP-CLI now has 24 community packages listed in its [Package Index](http://wp-cli.org/package-index/). A good 62% percent of respondents will have the good fortune in the future to discover a helpful community package. +WP-CLI now has 24 community packages listed in its [Package Index](https://wp-cli.org/package-index/). A good 62% percent of respondents will have the good fortune in the future to discover a helpful community package. ### Feature requests diff --git a/_posts/2014-06-30-version-0.16.md b/_posts/2014-06-30-version-0.16.md index fdc0598b..834b2bc2 100644 --- a/_posts/2014-06-30-version-0.16.md +++ b/_posts/2014-06-30-version-0.16.md @@ -61,7 +61,7 @@ If any core files have been modified, you'll see something like this: ### A new look -[WP-CLI.org](http://wp-cli.org) received a much-appreciated fresh coat of paint. [Share the love on Twitter](https://twitter.com/intent/tweet?text=Love%20the%20fresh%20coat%20of%20paint%2C%20%40wpcli%21%20Check%20it%20out%3A%20http%3A%2F%2Fwp-cli.org) (or report any bugs in the [issue tracker](https://github.com/wp-cli/wp-cli/issues/new)). +[WP-CLI.org](https://wp-cli.org) received a much-appreciated fresh coat of paint. [Share the love on Twitter](https://twitter.com/intent/tweet?text=Love%20the%20fresh%20coat%20of%20paint%2C%20%40wpcli%21%20Check%20it%20out%3A%20http%3A%2F%2Fwp-cli.org) (or report any bugs in the [issue tracker](https://github.com/wp-cli/wp-cli/issues/new)). ### Other changes diff --git a/_posts/2015-06-20-version-0.19.2.md b/_posts/2015-06-20-version-0.19.2.md index d9b3134b..62ee0222 100644 --- a/_posts/2015-06-20-version-0.19.2.md +++ b/_posts/2015-06-20-version-0.19.2.md @@ -4,7 +4,7 @@ author: danielbachhuber title: Version 0.19.2 released --- -Embarrassingly, [WP-CLI v0.19.1](http://wp-cli.org/blog/version-0.19.1.html) introduced another bug related to scaffolding plugin tests. More embarrassingly, it took me a full month to get around to fixing it. My apologies if you were bit by it. +Embarrassingly, [WP-CLI v0.19.1](https://wp-cli.org/blog/version-0.19.1.html) introduced another bug related to scaffolding plugin tests. More embarrassingly, it took me a full month to get around to fixing it. My apologies if you were bit by it. You can browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?milestone=31&page=1&state=closed) on Github. diff --git a/_posts/2015-08-26-version-0.20.0.md b/_posts/2015-08-26-version-0.20.0.md index 3e6285b4..ca759760 100644 --- a/_posts/2015-08-26-version-0.20.0.md +++ b/_posts/2015-08-26-version-0.20.0.md @@ -36,7 +36,7 @@ Use `wp core verify-checksums` to make sure a given WordPress install has the co ### WP-API CLI -We [released v0.19.0](http://wp-cli.org/blog/version-0.19.0.html) with this statement: +We [released v0.19.0](https://wp-cli.org/blog/version-0.19.0.html) with this statement: > WP-API is days away from 2.0-beta1, and brings with it a powerful new interface to WordPress. In the near future, we’ll start exploring how WP-CLI can use WP-API internally. If all goes well, WP-CLI could see just one more 0.x.0 release before the big 1.0.0. @@ -48,7 +48,7 @@ There were a couple issues opened for "how do I do X?", which you might find hel # List plugins on each site in a network wp site list --field=url | xargs -n 1 -I % wp plugin list --url=% - + # Delete inactive plugins wp plugin delete $(wp plugin list --status=inactive --field=name) diff --git a/_posts/2015-10-30-version-0.20.3.md b/_posts/2015-10-30-version-0.20.3.md index e7d3c987..74f53805 100644 --- a/_posts/2015-10-30-version-0.20.3.md +++ b/_posts/2015-10-30-version-0.20.3.md @@ -4,11 +4,11 @@ author: danielbachhuber title: Version 0.20.3 released --- -WordPress 4.4 loads a few new files in `wp-settings.php` relating to oEmbed and the REST API. Because WP-CLI has a custom `wp-settings-cli.php` ([background](http://wp-cli.org/blog/how-wp-cli-loads-wordpress.html)), WP-CLI v0.20.3 is a compatibility release to load these new files. +WordPress 4.4 loads a few new files in `wp-settings.php` relating to oEmbed and the REST API. Because WP-CLI has a custom `wp-settings-cli.php` ([background](https://wp-cli.org/blog/how-wp-cli-loads-wordpress.html)), WP-CLI v0.20.3 is a compatibility release to load these new files. **Importantly, due to the nature of these changes, WP-CLI versions prior to 0.20.3 will be incompatible with WordPress 4.4.** -Stay tuned next week for WP-CLI v0.21.0 (which is also compatible with WordPress 4.4), the results of the [user survey](http://wp-cli.org/blog/user-survey-2015.html), and a special announcement. +Stay tuned next week for WP-CLI v0.21.0 (which is also compatible with WordPress 4.4), the results of the [user survey](https://wp-cli.org/blog/user-survey-2015.html), and a special announcement. You can browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?q=is%3Aclosed+milestone%3A0.20.2) on Github. diff --git a/_posts/2015-11-04-version-0.21.0.md b/_posts/2015-11-04-version-0.21.0.md index f8e2e3ab..5aea30eb 100644 --- a/_posts/2015-11-04-version-0.21.0.md +++ b/_posts/2015-11-04-version-0.21.0.md @@ -11,7 +11,7 @@ As many of you are aware of, I launched a Kickstarter campaign Monday night: [A But, I have an even more **important note** about supported WordPress versions: * WP-CLI v0.22.0 (the next release) will bump the minimum supported WordPress version from 3.5 to 3.7 ([background](https://github.com/wp-cli/wp-cli/issues/2134)). -* WP-CLI versions prior to 0.20.3 will be incompatible with WordPress 4.4 ([background](http://wp-cli.org/blog/version-0.20.3.html)). +* WP-CLI versions prior to 0.20.3 will be incompatible with WordPress 4.4 ([background](https://wp-cli.org/blog/version-0.20.3.html)). This important note may apply to you in some way -- please take action accordingly. @@ -24,7 +24,7 @@ For a while now, you've been able to run a WP-CLI command before WordPress loads See how `wp eval` makes use of `WP_CLI::get_runner()->load_wordpress()`: class Eval_Command extends WP_CLI_Command { - + /** * Execute arbitrary PHP code. * diff --git a/_posts/2015-11-23-versions-0.21.1-and-0.20.4.md b/_posts/2015-11-23-versions-0.21.1-and-0.20.4.md index d4f3a492..0be51db5 100644 --- a/_posts/2015-11-23-versions-0.21.1-and-0.20.4.md +++ b/_posts/2015-11-23-versions-0.21.1-and-0.20.4.md @@ -4,7 +4,7 @@ author: danielbachhuber title: Versions 0.21.1 and 0.20.4 released --- -WordPress 4.4 loads a few new files even more files in `wp-settings.php`. Because WP-CLI has a custom `wp-settings-cli.php` ([background](http://wp-cli.org/blog/how-wp-cli-loads-wordpress.html)), WP-CLI v0.21.1 and v0.20.4 are compatibility releases to load these new files. +WordPress 4.4 loads a few new files even more files in `wp-settings.php`. Because WP-CLI has a custom `wp-settings-cli.php` ([background](https://wp-cli.org/blog/how-wp-cli-loads-wordpress.html)), WP-CLI v0.21.1 and v0.20.4 are compatibility releases to load these new files. **Importantly, due to the nature of these changes, WP-CLI versions prior to 0.20.4 will be incompatible with WordPress 4.4.** diff --git a/_posts/2015-12-01-survey-results-2015.md b/_posts/2015-12-01-survey-results-2015.md index 78400f1c..61097dce 100644 --- a/_posts/2015-12-01-survey-results-2015.md +++ b/_posts/2015-12-01-survey-results-2015.md @@ -4,9 +4,9 @@ author: danielbachhuber title: What the survey said, 2015 edition --- -Many thanks to the 206 (!!!) people who took our [second user survey](http://wp-cli.org/blog/user-survey-2015.html). We appreciate your time in helping us to understand how WP-CLI is being adopted by the community. +Many thanks to the 206 (!!!) people who took our [second user survey](https://wp-cli.org/blog/user-survey-2015.html). We appreciate your time in helping us to understand how WP-CLI is being adopted by the community. -Curious as to how the numbers have changed? Take a look at the [summary of the first user survey](http://wp-cli.org/blog/survey-results.html) from April 2014. +Curious as to how the numbers have changed? Take a look at the [summary of the first user survey](https://wp-cli.org/blog/survey-results.html) from April 2014. ### By the numbers diff --git a/_posts/2016-02-04-restful-wp-cli-update-2.md b/_posts/2016-02-04-restful-wp-cli-update-2.md index f052b813..ee7441f6 100644 --- a/_posts/2016-02-04-restful-wp-cli-update-2.md +++ b/_posts/2016-02-04-restful-wp-cli-update-2.md @@ -55,7 +55,7 @@ Wait, `wp package install`. What in the? That's right, WP-CLI now has package management. Using `wp cli update --nightly`, you now can: -* `wp package browse` to browse [packages available for installation](http://wp-cli.org/package-index/). +* `wp package browse` to browse [packages available for installation](https://wp-cli.org/package-index/). * `wp package install` to install a given package. * `wp package list` to list packages installed locally. * `wp package uninstall` to uninstall a given package. diff --git a/_posts/2016-03-22-version-0.23.0.md b/_posts/2016-03-22-version-0.23.0.md index 3519507e..5ad1590b 100644 --- a/_posts/2016-03-22-version-0.23.0.md +++ b/_posts/2016-03-22-version-0.23.0.md @@ -9,9 +9,9 @@ It's hard to believe the last WP-CLI release was only two months ago because thi If you don't make it all of the way through, here's what you absolutely need to know about WP-CLI v0.23.0: * This release includes WordPress 4.5 compatibility. Older WP-CLI versions are incompatible with WordPress 4.5. If you're planning to use WordPress 4.5 in the future, you'll need to upgrade before you do. -* You can now browse [available packages](http://wp-cli.org/package-index/) with `wp package browse`, and install them with `wp package install`. Try `wp package install runcommand/db-ack`. -* There are many new tools for registering commands. Ain't no more need to extend `WP_CLI_Command`. See the [commands cookbook](http://wp-cli.org/docs/commands-cookbook/) to learn more. -* All of the wiki pages moved to a [documentation portal on the website](http://wp-cli.org/docs/), including new pages documenting [internal APIs](http://wp-cli.org/docs/internal-api/) you can use in your own commands. Pull requests encouraged. +* You can now browse [available packages](https://wp-cli.org/package-index/) with `wp package browse`, and install them with `wp package install`. Try `wp package install runcommand/db-ack`. +* There are many new tools for registering commands. Ain't no more need to extend `WP_CLI_Command`. See the [commands cookbook](https://wp-cli.org/docs/commands-cookbook/) to learn more. +* All of the wiki pages moved to a [documentation portal on the website](https://wp-cli.org/docs/), including new pages documenting [internal APIs](https://wp-cli.org/docs/internal-api/) you can use in your own commands. Pull requests encouraged. Now that I've given away all of the surpises, let's get on with the release post. @@ -24,7 +24,7 @@ And now, the release post. ### WordPress 4.5 compatibility -WordPress 4.5 loads yet another file in `wp-settings.php`. Because WP-CLI has a custom wp-settings-cli.php ([background](http://wp-cli.org/blog/how-wp-cli-loads-wordpress.html)), WP-CLI v0.23.0 is the only release compatible with WordPress 4.5. +WordPress 4.5 loads yet another file in `wp-settings.php`. Because WP-CLI has a custom wp-settings-cli.php ([background](https://wp-cli.org/blog/how-wp-cli-loads-wordpress.html)), WP-CLI v0.23.0 is the only release compatible with WordPress 4.5. **Importantly, due to the nature of these changes, WP-CLI versions prior to 0.23.0 will be incompatible with WordPress 4.5.** @@ -46,7 +46,7 @@ If you had to complete this task using the WordPress network admin, it would tak WP-CLI also generally follows the 80/20 rule when deciding whether to introduce a new feature. If the feature could be useful to most people, then maybe; otherwise, probably not. Those 20% shouldn't be left with the short stick though, particularly when it comes to the really helpful commands. -Today, I'm proud to reintroduce the [Package Index](http://wp-cli.org/package-index/), a directory of community-maintained WP-CLI packages. Browse available packages to install with `wp package browse` ([doc](http://wp-cli.org/commands/package/browse/)). Once you've found the solution you're looking for, install it with `wp package install` ([doc](http://wp-cli.org/commands/package/install/)): +Today, I'm proud to reintroduce the [Package Index](https://wp-cli.org/package-index/), a directory of community-maintained WP-CLI packages. Browse available packages to install with `wp package browse` ([doc](https://wp-cli.org/commands/package/browse/)). Once you've found the solution you're looking for, install it with `wp package install` ([doc](https://wp-cli.org/commands/package/install/)): $ wp package install runcommand/find-unused-themes Installing runcommand/find-unused-themes (dev-master) @@ -86,7 +86,7 @@ Relevant pull requests for `wp package` include [#2442](https://github.com/wp-cl Ever wonder why, when writing your own command, you had to extend `WP_CLI_Command`? Well, you didn't need to, actually. -In fact, `WP_CLI::add_command()` ([doc](http://wp-cli.org/docs/internal-api/wp-cli-add-command/)) now supports registering any arbitrary callable as a WP-CLI command. For instance, here's a closure command to reset the passwords of one or more users ([runcommand/reset-passwords](https://github.com/runcommand/reset-passwords)): +In fact, `WP_CLI::add_command()` ([doc](https://wp-cli.org/docs/internal-api/wp-cli-add-command/)) now supports registering any arbitrary callable as a WP-CLI command. For instance, here's a closure command to reset the passwords of one or more users ([runcommand/reset-passwords](https://github.com/runcommand/reset-passwords)): /** * Reset passwords for one or more WordPress users. @@ -146,14 +146,14 @@ Note the `default` argument attribute for `format`. WP-CLI accepts `default` and */ $hook_command = function( $args, $assoc_args ) { -Check out the [commands cookbook](http://wp-cli.org/docs/commands-cookbook/) for a deep dive into command registration. Relevant pull requests for these improvements to `WP_CLI::add_command()` include [#2373](https://github.com/wp-cli/wp-cli/pull/2373), [#2389](https://github.com/wp-cli/wp-cli/pull/2389), [#2398](https://github.com/wp-cli/wp-cli/pull/2398), [#2409](https://github.com/wp-cli/wp-cli/pull/2409), [#2556](https://github.com/wp-cli/wp-cli/pull/2556), [#2559](https://github.com/wp-cli/wp-cli/pull/2559). +Check out the [commands cookbook](https://wp-cli.org/docs/commands-cookbook/) for a deep dive into command registration. Relevant pull requests for these improvements to `WP_CLI::add_command()` include [#2373](https://github.com/wp-cli/wp-cli/pull/2373), [#2389](https://github.com/wp-cli/wp-cli/pull/2389), [#2398](https://github.com/wp-cli/wp-cli/pull/2398), [#2409](https://github.com/wp-cli/wp-cli/pull/2409), [#2556](https://github.com/wp-cli/wp-cli/pull/2556), [#2559](https://github.com/wp-cli/wp-cli/pull/2559). ### More, better, easier to find documentation It's actually hard to imagine how people got around previously. Here's what's changed in documentationland: -* The wiki has been reincarnated as the [documentation portal](http://wp-cli.org/docs/) on the website. I spent time cleaning up the pages as I moved them over; hopefully you find the new [commands cookbook](http://wp-cli.org/docs/commands-cookbook/) quite helpful. -* Internal APIs you can use in your own commands are now [publicly documented](http://wp-cli.org/docs/internal-api/). The internal API pages are generated from the codebase, which should greatly help maintenance efforts. +* The wiki has been reincarnated as the [documentation portal](https://wp-cli.org/docs/) on the website. I spent time cleaning up the pages as I moved them over; hopefully you find the new [commands cookbook](https://wp-cli.org/docs/commands-cookbook/) quite helpful. +* Internal APIs you can use in your own commands are now [publicly documented](https://wp-cli.org/docs/internal-api/). The internal API pages are generated from the codebase, which should greatly help maintenance efforts. * On each command page, there's a "Github issues" link to make it easier to find both open and closed issues for a given command. For instance, here are [all of the outstanding issues](https://github.com/wp-cli/wp-cli/issues?q=is%3Aopen+label%3Acommand%3Apackage+sort%3Aupdated-desc) for `wp package` and its subcommands. Keep in mind this isn't necessarily exact, because I didn't go back through and label all issues of all time. This feature will become more useful as time goes forward. Relevant pull requests include [#2454](https://github.com/wp-cli/wp-cli/pull/2454), [#2487](https://github.com/wp-cli/wp-cli/pull/2487), [#2494](https://github.com/wp-cli/wp-cli/pull/2494), [#2499](https://github.com/wp-cli/wp-cli/pull/2499), [#2507](https://github.com/wp-cli/wp-cli/pull/2507), [#2513](https://github.com/wp-cli/wp-cli/pull/2513), [#2515](https://github.com/wp-cli/wp-cli/pull/2515). diff --git a/_posts/2016-04-14-restful-wp-cli-update-3.md b/_posts/2016-04-14-restful-wp-cli-update-3.md index 162132f5..3f26fc53 100644 --- a/_posts/2016-04-14-restful-wp-cli-update-3.md +++ b/_posts/2016-04-14-restful-wp-cli-update-3.md @@ -4,7 +4,7 @@ author: danielbachhuber title: RESTful WP-CLI - What I've been hacking on --- -Let me just say — Thursday, February 4th was [pretty darn demoralizing](https://twitter.com/Krogsgard/status/695634320401285121). I spent a huge amount of time in January towards the WP REST API in preparation for what I wanted to do on the command line, and a lot of momentum / inspiration / general good feelings were destroyed in that meeting. As such, I spent much of February and March working on WP-CLI features unrelated to the WP REST API (e.g. [package management](http://wp-cli.org/commands/package/)). +Let me just say — Thursday, February 4th was [pretty darn demoralizing](https://twitter.com/Krogsgard/status/695634320401285121). I spent a huge amount of time in January towards the WP REST API in preparation for what I wanted to do on the command line, and a lot of momentum / inspiration / general good feelings were destroyed in that meeting. As such, I spent much of February and March working on WP-CLI features unrelated to the WP REST API (e.g. [package management](https://wp-cli.org/commands/package/)). But, I'm back in the saddle. Because I'm 2/3 of the way through one of those fancy WP REST API + React WordPress applications, I'm running into dozens of ways I want to be able to make WordPress more efficiently. And of course, this means doing it on the command line. diff --git a/_posts/2016-07-27-version-0.24.0.md b/_posts/2016-07-27-version-0.24.0.md index e934a746..15cd644a 100644 --- a/_posts/2016-07-27-version-0.24.0.md +++ b/_posts/2016-07-27-version-0.24.0.md @@ -13,7 +13,7 @@ As I [mentioned in my WordCamp Europe talk](https://runcommand.io/2016/06/26/my- In this model, WP-CLI becomes the common interface, and supporting application layer, to a rich ecosystem of features. Doing so opens more frontiers for innovation, which leads to a greater selection of ideas to choose from. And because more people are involved in authoring packages, WP-CLI benefits from a larger contributor pool. -With this model, my focus shifts towards designing a world-class experience for WP-CLI package authorship. Read through the [commands cookbook](http://wp-cli.org/docs/commands-cookbook/) for a thorough introduction to creating a WP-CLI command. Check out `wp scaffold package` [[repo](https://github.com/wp-cli/scaffold-package-command)] for the easiest way to generate the boilerplate for your new WP-CLI package. Weigh in with your thoughts on [how we should evolve the WP-CLI package index](https://github.com/wp-cli/wp-cli/issues/3197). And [follow @runcommand](https://twitter.com/runcommand) as I explore commercializing WP-CLI products and services — I hope that [runcommand](https://runcommand.io) is just the first of several WP-CLI-based businesses. +With this model, my focus shifts towards designing a world-class experience for WP-CLI package authorship. Read through the [commands cookbook](https://wp-cli.org/docs/commands-cookbook/) for a thorough introduction to creating a WP-CLI command. Check out `wp scaffold package` [[repo](https://github.com/wp-cli/scaffold-package-command)] for the easiest way to generate the boilerplate for your new WP-CLI package. Weigh in with your thoughts on [how we should evolve the WP-CLI package index](https://github.com/wp-cli/wp-cli/issues/3197). And [follow @runcommand](https://twitter.com/runcommand) as I explore commercializing WP-CLI products and services — I hope that [runcommand](https://runcommand.io) is just the first of several WP-CLI-based businesses. One last ask: if you care about the WP-CLI release cycle, or dependencies and backwards compatibility, please [let me know how often you think WP-CLI should be released](https://github.com/wp-cli/wp-cli/issues/3198). @@ -23,7 +23,7 @@ Let's get on with the show. Use `wp cli update` to install v0.24.0, representing Every application has a bootstrap file which loads all of the requisite utilities needed to serve a request. In WordPress, this is called `wp-settings.php`. -Since v0.8.0 [[#261](https://github.com/wp-cli/wp-cli/pull/261)], WP-CLI has used a forked version of this bootstrap file, called `wp-settings-cli.php`, to give it more control over the load process, providing features like `--skip-plugins`. But, because WordPress can require new files from `wp-settings.php`, maintaining a forked version has the unfortunate side effect of WP-CLI [regularly breaking when a new version of WordPress is released](http://wp-cli.org/blog/versions-0.21.1-and-0.20.4.html). +Since v0.8.0 [[#261](https://github.com/wp-cli/wp-cli/pull/261)], WP-CLI has used a forked version of this bootstrap file, called `wp-settings-cli.php`, to give it more control over the load process, providing features like `--skip-plugins`. But, because WordPress can require new files from `wp-settings.php`, maintaining a forked version has the unfortunate side effect of WP-CLI [regularly breaking when a new version of WordPress is released](https://wp-cli.org/blog/versions-0.21.1-and-0.20.4.html). Thanks to coordinated changes in the WordPress project, WP-CLI v0.24.0 returns to loading `wp-settings.php` for WordPress 4.6 and higher [[#2278](https://github.com/wp-cli/wp-cli/issues/2278)]. Doing so should make WP-CLI more future proof against new versions of WordPress. @@ -32,8 +32,8 @@ Thanks to coordinated changes in the WordPress project, WP-CLI v0.24.0 returns t Thanks to tireless efforts by a solid group of contributors, WP-CLI now has more documentation in more languages. * Dozens of commands have improved examples for reference. -* We have a new [CONTRIBUTING.md](https://github.com/wp-cli/wp-cli/blob/master/CONTRIBUTING.md), which also has a [page on the website](http://wp-cli.org/docs/contributing/). -* Our new [README.md](https://github.com/wp-cli/wp-cli/blob/master/README.md) powers the [WP-CLI homepage](http://wp-cli.org/), and is available in [Japanese](http://wp-cli.org/ja/), [Français](http://wp-cli.org/fr/), [Português (Brasil)](http://wp-cli.org/br/), [Türkçe](http://wp-cli.org/tr/), [Deutsch](http://wp-cli.org/de/), [नेपाली](http://wp-cli.org/ne/), and [ελληνικά](http://wp-cli.org/gr/). +* We have a new [CONTRIBUTING.md](https://github.com/wp-cli/wp-cli/blob/master/CONTRIBUTING.md), which also has a [page on the website](https://wp-cli.org/docs/contributing/). +* Our new [README.md](https://github.com/wp-cli/wp-cli/blob/master/README.md) powers the [WP-CLI homepage](https://wp-cli.org/), and is available in [Japanese](https://wp-cli.org/ja/), [Français](https://wp-cli.org/fr/), [Português (Brasil)](https://wp-cli.org/br/), [Türkçe](https://wp-cli.org/tr/), [Deutsch](https://wp-cli.org/de/), [नेपाली](https://wp-cli.org/ne/), and [ελληνικά](https://wp-cli.org/gr/). Want to get involved with WP-CLI's documentation? Check out the [Github issues labeled "scope:documentation"](https://github.com/wp-cli/wp-cli/issues?q=is%3Aopen+sort%3Aupdated-desc+label%3Ascope%3Adocumentation). diff --git a/_posts/2016-12-12-the-big-question.md b/_posts/2016-12-12-the-big-question.md index 9dfd6fd8..461b6eda 100644 --- a/_posts/2016-12-12-the-big-question.md +++ b/_posts/2016-12-12-the-big-question.md @@ -29,7 +29,7 @@ So, dear reader, a question: how much is WP-CLI worth to you? Or, phrased another way, how much time does WP-CLI save you? -If the experiment goes well, then we're in business! Your purchase will support ongoing maintenance of WP-CLI, as well as development of new commands like [wp doctor](https://runcommand.io/wp/doctor/) and [wp profile](https://runcommand.io/wp/profile/), [improvements to the website and package index](http://wp-cli.org/docs/wish-list/), and so on. +If the experiment goes well, then we're in business! Your purchase will support ongoing maintenance of WP-CLI, as well as development of new commands like [wp doctor](https://runcommand.io/wp/doctor/) and [wp profile](https://runcommand.io/wp/profile/), [improvements to the website and package index](https://wp-cli.org/docs/wish-list/), and so on. If the experiment doesn't go well, then at least I can say I tried :) To avoid any risk with the investment above, a full refund will be made available to you should the campaign not reach its goal, before we look at other approaches to help with maintaining the project. diff --git a/_posts/2016-12-28-supporting-the-future-of-wp-cli.md b/_posts/2016-12-28-supporting-the-future-of-wp-cli.md index 899f0113..5679138a 100644 --- a/_posts/2016-12-28-supporting-the-future-of-wp-cli.md +++ b/_posts/2016-12-28-supporting-the-future-of-wp-cli.md @@ -12,7 +12,7 @@ To that end there are two big announcements: 1. The website of wp-cli.org, the code / Github, Twitter, and such are all coming in under the WordPress.org umbrella and there will be a CLI Make site with a P2 and all of the resources that used to be under wp-cli.org. There is already #cli on Slack and that will continue. (Will live at [https://make.wordpress.org/cli](https://make.wordpress.org/cli).) -2. I’m going to be bringing together a number of companies in the WordPress ecosystem to solidify their financial support of runcommand so that Daniel and others can devote more time to making wp-cli better and better through 2017. This is a continuation of [the fundraising started a few weeks ago](http://wp-cli.org/blog/the-big-question.html). +2. I’m going to be bringing together a number of companies in the WordPress ecosystem to solidify their financial support of runcommand so that Daniel and others can devote more time to making wp-cli better and better through 2017. This is a continuation of [the fundraising started a few weeks ago](https://wp-cli.org/blog/the-big-question.html). This will all happen the first part of January, and I’m looking to a full and exciting year for wp-cli. Also big thanks to everyone who has chipped in, whether time or money, to support the project in the past. It has been one of the highest impact developments for WP in many years. diff --git a/fr/index.md b/fr/index.md index 669fd8ad..23281bd5 100644 --- a/fr/index.md +++ b/fr/index.md @@ -156,7 +156,7 @@ $delete_option_cmd = function( $args ) { WP_CLI::add_command( 'option delete', $delete_option_cmd ); ``` -WP-CLI est livré avec des douzaines de commandes. Il est plus facile qu'il n'y parait de créer vos propres commandes WP-CLI. Lisez le [commands cookbook](https://wp-cli.org/docs/commands-cookbook/) pour en apprendre d'avantage. Parcourez la [documentation sur l'API interne](http://wp-cli.org/docs/internal-api/) pour découvrir une variété de fonctions utiles que vous pouvez utiliser dans votre commande WP-CLI personnalisée. +WP-CLI est livré avec des douzaines de commandes. Il est plus facile qu'il n'y parait de créer vos propres commandes WP-CLI. Lisez le [commands cookbook](https://wp-cli.org/docs/commands-cookbook/) pour en apprendre d'avantage. Parcourez la [documentation sur l'API interne](https://wp-cli.org/docs/internal-api/) pour découvrir une variété de fonctions utiles que vous pouvez utiliser dans votre commande WP-CLI personnalisée. ## Contribuer diff --git a/restful/index.md b/restful/index.md index 06371d82..f05190cb 100644 --- a/restful/index.md +++ b/restful/index.md @@ -43,7 +43,7 @@ Just like WordPress has plugins, the future of WP-CLI is [packages of commands]( In this model, WP-CLI becomes the common interface, and supporting application layer, to a rich ecosystem of features. Doing so opens more frontiers for innovation, which leads to a greater selection of ideas to choose from. And because more people are involved in authoring packages, WP-CLI benefits from a larger contributor pool. -As a result of the Kickstarter project, you can install WP-CLI packages from the Package Index with `wp package install`, [read through the commands cookbook](http://wp-cli.org/docs/commands-cookbook/) for a thorough introduction to creating a WP-CLI command, or use `wp scaffold package` ([repo](https://github.com/wp-cli/scaffold-package-command)) for the easiest way to generate the boilerplate for your new WP-CLI package, complete with functional tests. +As a result of the Kickstarter project, you can install WP-CLI packages from the Package Index with `wp package install`, [read through the commands cookbook](https://wp-cli.org/docs/commands-cookbook/) for a thorough introduction to creating a WP-CLI command, or use `wp scaffold package` ([repo](https://github.com/wp-cli/scaffold-package-command)) for the easiest way to generate the boilerplate for your new WP-CLI package, complete with functional tests. ### Documentation portal From ef759a6335f87f2ddbb268ecfbf60a3e70ea2547 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Mart=C3=ADnez=20Callejo?= Date: Thu, 1 Mar 2018 17:03:48 +0000 Subject: [PATCH 015/232] Create index.md --- es/index.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 es/index.md diff --git a/es/index.md b/es/index.md new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/es/index.md @@ -0,0 +1 @@ + From 8b7786c254fe8906faf88eb2ea6e03023461c9eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Mart=C3=ADnez=20Callejo?= Date: Thu, 1 Mar 2018 18:09:29 +0000 Subject: [PATCH 016/232] Translating index.md Translating index.md from French to Spanish. (In process...) --- es/index.md | 190 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 190 insertions(+) diff --git a/es/index.md b/es/index.md index 8b137891..f18b75e4 100644 --- a/es/index.md +++ b/es/index.md @@ -1 +1,191 @@ +--- +layout: default +title: Interfaz de línea de comandos para WordPress +--- +[WP-CLI](https://wp-cli.org/) es una completa herramienta para gestionar desde la línea de comandos nuestras instalaciones de [WordPress](https://wordpress.org/). Podemos actualizar nuestras extensiones (plugins), configurar instalaciones multi-site y mucho más sin necesidad de recurrir a un navegador web. + +Para estar al día, siga [@wpcli en Twitter](https://twitter.com/wpcli) o [inscríbase a nuestro boletín de información por email](http://wp-cli.us13.list-manage.com/subscribe?u=0615e4d18f213891fc000adfd&id=8c61d7641e). + +[![Statut du build](https://travis-ci.org/wp-cli/wp-cli.png?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![Statut des dépendances](https://gemnasium.com/badges/github.com/wp-cli/wp-cli.svg)](https://gemnasium.com/github.com/wp-cli/wp-cli) [![Temps moyen pour traiter un ticket](http://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Temps moyen pour traiter un ticket") [![Pourcentage de tickets encore ouverts](http://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Pourcentage de tickets encore ouverts") + +Enlaces directos: [Uso](#utilisation) | [Instalación](#installation) | [Soporte](#support) | [Extender](#tendre) | [Contribuir](#contribuer) | [Créditos](#crdits) + +## Uso + +El objetivo de WP-CLI es proporcionar una interfaz de línea de comando para toda acción útil a realizar en la administración de WordPress. Por ejemplo, `wp plugin install --activate` ([doc](https://wp-cli.org/commands/plugin/install/)) nos permite instalar y activar una extensión de WordPress : + +```bash +$ wp plugin install rest-api --activate +Installing WordPress REST API (Version 2) (2.0-beta13) +Downloading install package from https://downloads.wordpress.org/plugin/rest-api.2.0-beta13.zip... +Unpacking the package... +Installing the plugin... +Plugin installed successfully. +Activating 'rest-api'... +Success: Plugin 'rest-api' activated. +``` + +WP-CLI incluye también comandos para otras tareas que no pueden ejecutar desde la administración de WordPress. Por ejemplo, `wp transient delete-all` ([doc](https://wp-cli.org/commands/transient/delete-all/)) permite suprimir uno o todos los "transients" : + +```bash +$ wp transient delete-all +Success: 34 transients deleted from the database. +``` + +Para una introducción más completa sobre el uso de WP-CLI, lea la [Guía de inicio rápido (en)](https://wp-cli.org/docs/quick-start/). + +¿Ya se siente cómodo con lo básico? Diríjase a la [lista completa de comandos (en)](https://wp-cli.org/commands/) para tener información precisa sobre la gestión de temas y extensiones, la importación/exportación de datos, la ejecución de búsqueda y reemplazo en la base datos, y mucho más. + +## Installation + +Télécharger le Phar est la méthode d'installation que nous recommandons. Si vous avez besoin, vous pouvez aussi consulter notre documentation sur [autres méthodes d'installation (en)](https://wp-cli.org/docs/installing/). + +Avant d'installer WP-CLI, veuillez vous assurer que votre environnement réponds aux exigences minimales : + +- Environnement de type UNIX (OS X, Linux, FreeBSD, Cygwin); le support est limité sur les environnements Windows +- PHP 5.3.29 ou plus récent +- WordPress 3.7 ou plus récent + +Une fois que vous avez vérifié ces exigences, téléchargez le fichier [wp-cli.phar](https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) en utilisant `wget` ou `curl` : + +```bash +$ curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar +``` + +Ensuite, vérifiez que tout fonctionne : + +```bash +$ php wp-cli.phar --info +``` + +Pour utiliser WP-CLI à partir de la ligne de commande en tapant `wp`, rendez le fichier exécutable et déplacez le quelque part dans votre `PATH`. Par exemple : + +```bash +$ chmod +x wp-cli.phar +$ sudo mv wp-cli.phar /usr/local/bin/wp +``` + +Si WP-CLI a été installé correctement, vous devez obtenir le résultat suivant quand vous exécutez `wp --info`: + +```bash +$ wp --info +PHP binary: /usr/bin/php5 +PHP version: 5.5.9-1ubuntu4.14 +php.ini used: /etc/php5/cli/php.ini +WP-CLI root dir: /home/wp-cli/.wp-cli +WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ +WP-CLI global config: /home/wp-cli/.wp-cli/config.yml +WP-CLI project config: +WP-CLI version: 0.25.0 +``` + +### Mise à jour + +Vous pouvez mettre à jour WP-CLI avec la commande `wp cli update` ([doc](https://wp-cli.org/commands/cli/update/)), ou en répétant les étapes d'installation. + +Vous voulez vivre dangereusement ? Exécutez `wp cli update --nightly` pour installer les derniers nightly build de WP-CLI. Un nightly build est relativement stable pour être utilisé dans votre environnement de développement et inclut toujours les fonctionnalités de WP-CLI les plus récentes. + +### Tab completions + +WP-CLI contient des scripts d'autocomplétion pour Bash et ZSH. Il suffit de télécharger [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/master/utils/wp-completion.bash) et de l'importer dans votre fichier `~/.bash_profile`: + +```bash +source /FULL/PATH/TO/wp-completion.bash +``` + +Si vous voulez l'utiliser directement sans redémarrer votre session de terminal, n'oubliez pas de lancer `source ~/.bash_profile`. + +Si vous utilisez le shell zsh, vous devrez probablement charger et démarrer `bashcompinit` avant d'utiliser la commande `source`. Ajouter ces lignes dans votre fichier `.zshrc`: + +```bash +autoload bashcompinit +bashcompinit +source /FULL/PATH/TO/wp-completion.bash +``` + +## Support + +Les mainteneurs de WP-CLI et les contributeurs du projet font de leur mieux pour répondre à tous les nouveaux tickets en temps opportun. Pour utiliser au mieux leur temps bénévole, merci de vérifier s'il n'existe pas déjà une réponse à votre question dans l'une des ressources suivantes : + +- [Problèmes courants et leur correction (en)](https://wp-cli.org/docs/common-issues/) +- [Bonnes pratiques pour soumettre un rapport de bug (en)](https://wp-cli.org/docs/bug-reports/) +- [Documentation (en)](https://wp-cli.org/docs/) +- [Tickets ouvert ou fermés sur Github](https://github.com/wp-cli/wp-cli/issues?utf8=%E2%9C%93&q=is%3Aissue) +- [Forum StackExchange WordPress](http://wordpress.stackexchange.com/questions/tagged/wp-cli) + +Si vous n'arrivez pas à trouver une réponse en utilisant un de ces liens, rejoignez le canal `#cli` sur [l'organisation Slack WordPress.org](https://make.wordpress.org/chat/) pour voir si un membre de la communauté peut avoir une réponse pour vous. Les professionnels doivent savoir que [runcommand](https://runcommand.io/) fournit du support premium. + +Les tickets Github, permettent de suivre l'évolution des bugs et améliorations sur les commandes existantes. Ils ne sont pas utilisés pour faire du support. Avant de soumettre un nouveau rapport de bug, merci de passer en revue [nos bonnes pratiques](https://wp-cli.org/docs/bug-reports/) pour vous assurer que votre ticket les respectent. + +Merci de ne pas demander du support sur Twitter. Twitter n'est pas un endroit convenable pour faire du support : 1) c'est compliqué d'avoir une conversation en moins de 140 caractères et 2) Twitter n'est pas un endroit où quelqu'un avec la même question peut chercher et obtenir une réponse avant de la poser à nouveau. + +Souvenez-vous, libre != gratuit ; la licence open source vous donne la liberté d'utiliser et modifier, mais pas au dépend du temps d'autres personnes. Merci d'être respectueux et de définir vos attentes en conséquence. + +## Étendre + +Une **commande** est une unité atomique de fonctionnalité WP-CLI. `wp plugin install` ([doc](https://wp-cli.org/commands/plugin/install/)) est une commande. `wp plugin activate` ([doc](https://wp-cli.org/commands/plugin/activate/)) en est une autre. + +WP-CLI permet d'enregister n'importe quelle classe, fonction ou closure comme une commande. Les informations d'utilisation sont lues à partir du bloc PHPdoc de la fonction de rappel. `WP_CLI::add_command()` ([doc](https://wp-cli.org/docs/internal-api/wp-cli-add-command/)) est utilisé aussi bien pour l'enregistrement des commandes internes ou externes. + +```php +/** + * Delete an option from the database. + * + * Returns an error if the option didn't exist. + * + * ## OPTIONS + * + * + * : Key for the option. + * + * ## EXAMPLES + * + * $ wp option delete my_option + * Success: Deleted 'my_option' option. + */ +$delete_option_cmd = function( $args ) { + list( $key ) = $args; + + if ( ! delete_option( $key ) ) { + WP_CLI::error( "Could not delete '$key' option. Does it exist?" ); + } else { + WP_CLI::success( "Deleted '$key' option." ); + } +}; +WP_CLI::add_command( 'option delete', $delete_option_cmd ); +``` + +WP-CLI est livré avec des douzaines de commandes. Il est plus facile qu'il n'y parait de créer vos propres commandes WP-CLI. Lisez le [commands cookbook](https://wp-cli.org/docs/commands-cookbook/) pour en apprendre d'avantage. Parcourez la [documentation sur l'API interne](https://wp-cli.org/docs/internal-api/) pour découvrir une variété de fonctions utiles que vous pouvez utiliser dans votre commande WP-CLI personnalisée. + +## Contribuer + +Bienvenue et merci ! + +Nous apprécions que vous preniez l'iniative de contribuer à WP-CLI. C'est grâce à vous et à la communauté autour de vous que WP-CLI est un project aussi important. + +**Contribuer n'est pas limité uniquement à l'écriture de code.** Nous vous encourageons à contribuer de la façon qui vous correspond le mieux, en écrivant des didactitiels, en faisant des démonstrations dans votre groupe d'utilisateur local, à aider les autres avec leurs questions de support, ou en relisant notre documentation. + +Merci de prendre un moment pour [lire le guide du contributeur en profondeur](https://wp-cli.org/docs/contributing/). Suivre ces règles aide à communiquer avec le respect du temps des autres contributeurs du projet. En retour, ils feront de leur mieux pour travailler avec ce même respect, à travers les fuseaux horaires et dans le monde lorsque vous en aurez besoin. + +## Leadership + +WP-CLI est dirigé par ces personnes : + +* [Daniel Bachhuber](https://github.com/danielbachhuber/) - mainteneur actuel +* [Cristi Burcă](https://github.com/scribu) - mainteneur précédent +* [Andreas Creten](https://github.com/andreascreten) - créateur + +Pour en savoir plus sur la [gouvernance (en)](https://wp-cli.org/docs/governance/) du projet et voir la [liste complète des contributeurs](https://github.com/wp-cli/wp-cli/contributors). + +## Crédits + +Derrière les librairies définies dans le fichier [composer.json](composer.json), nous avons utilisé du code et des idées venant des projets suivants : + +* [Drush](http://drush.ws/) pour... pas mal de choses +* [wpshell](http://code.trac.wordpress.org/browser/wpshell) pour `wp shell` +* [Regenerate Thumbnails](http://wordpress.org/plugins/regenerate-thumbnails/) pour `wp media regenerate` +* [Search-Replace-DB](https://github.com/interconnectit/Search-Replace-DB) pour `wp search-replace` +* [WordPress-CLI-Exporter](https://github.com/Automattic/WordPress-CLI-Exporter) pour `wp export` +* [WordPress-CLI-Importer](https://github.com/Automattic/WordPress-CLI-Importer) pour `wp import` +* [wordpress-plugin-tests](https://github.com/benbalter/wordpress-plugin-tests/) pour `wp scaffold plugin-tests` From f692f931556873c0168911327be0074e944e05d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Mart=C3=ADnez=20Callejo?= Date: Sat, 3 Mar 2018 13:00:53 +0000 Subject: [PATCH 017/232] Translation of index.md into Spanish Completed translation of /es/index.md --- es/index.md | 102 ++++++++++++++++++++++++++-------------------------- 1 file changed, 51 insertions(+), 51 deletions(-) diff --git a/es/index.md b/es/index.md index f18b75e4..de236b92 100644 --- a/es/index.md +++ b/es/index.md @@ -26,7 +26,7 @@ Activating 'rest-api'... Success: Plugin 'rest-api' activated. ``` -WP-CLI incluye también comandos para otras tareas que no pueden ejecutar desde la administración de WordPress. Por ejemplo, `wp transient delete-all` ([doc](https://wp-cli.org/commands/transient/delete-all/)) permite suprimir uno o todos los "transients" : +WP-CLI incluye también comandos para otras tareas que no se pueden ejecutar desde la administración de WordPress. Por ejemplo, `wp transient delete-all` ([doc](https://wp-cli.org/commands/transient/delete-all/)) permite suprimir uno o todos los "transients" : ```bash $ wp transient delete-all @@ -39,34 +39,34 @@ Para una introducción más completa sobre el uso de WP-CLI, lea la [Guía de in ## Installation -Télécharger le Phar est la méthode d'installation que nous recommandons. Si vous avez besoin, vous pouvez aussi consulter notre documentation sur [autres méthodes d'installation (en)](https://wp-cli.org/docs/installing/). +Descargar el Phar es el método de instalación que recoemndamos. Puede también consultar nuestra documentación sobre [otros métodos de instalación (en)](https://wp-cli.org/docs/installing/). -Avant d'installer WP-CLI, veuillez vous assurer que votre environnement réponds aux exigences minimales : +Antes de instalar WP-CLI, asegúrese de que su entorno responde a las exigencias mínimas : -- Environnement de type UNIX (OS X, Linux, FreeBSD, Cygwin); le support est limité sur les environnements Windows -- PHP 5.3.29 ou plus récent -- WordPress 3.7 ou plus récent +- Entorno de tipo UNIX (OS X, Linux, FreeBSD, Cygwin); en entornos Windows, el soporte es limitado +- PHP 5.3.29 o más reciente +- WordPress 3.7 o más reciente -Une fois que vous avez vérifié ces exigences, téléchargez le fichier [wp-cli.phar](https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) en utilisant `wget` ou `curl` : +Una vez verificadas estas exigencias, descargue el fichero [wp-cli.phar](https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) usando `wget` o `curl` : ```bash $ curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar ``` -Ensuite, vérifiez que tout fonctionne : +A continuación, verifique que todo funciona : ```bash $ php wp-cli.phar --info ``` -Pour utiliser WP-CLI à partir de la ligne de commande en tapant `wp`, rendez le fichier exécutable et déplacez le quelque part dans votre `PATH`. Par exemple : +Para utilizar WP-CLI desde la línea de comandos tecleando `wp`, convierta el fichero en ejecutable y póngalo en alguna parte en su `PATH`. Par exemple : ```bash $ chmod +x wp-cli.phar $ sudo mv wp-cli.phar /usr/local/bin/wp ``` -Si WP-CLI a été installé correctement, vous devez obtenir le résultat suivant quand vous exécutez `wp --info`: +Si WP-CLI ha sido instalado correctamente, obtendrá el siguiente resultado al ejecutar `wp --info`: ```bash $ wp --info @@ -80,23 +80,23 @@ WP-CLI project config: WP-CLI version: 0.25.0 ``` -### Mise à jour +### Actualización -Vous pouvez mettre à jour WP-CLI avec la commande `wp cli update` ([doc](https://wp-cli.org/commands/cli/update/)), ou en répétant les étapes d'installation. +Puede actualizar WP-CLI con el comando `wp cli update` ([doc](https://wp-cli.org/commands/cli/update/)), o bien repitiendo la instalación paso a paso. -Vous voulez vivre dangereusement ? Exécutez `wp cli update --nightly` pour installer les derniers nightly build de WP-CLI. Un nightly build est relativement stable pour être utilisé dans votre environnement de développement et inclut toujours les fonctionnalités de WP-CLI les plus récentes. +¿Le gusta vivir al límite? Ejecute `wp cli update --nightly` para instalar las últimas nightly build de WP-CLI. Una nightly build es relativament estable para ser usada en su entorno de desarrollo e incluye siempre las funcionalidades de WP-CLI más recientes. -### Tab completions +### Autocompletar con el tabulador -WP-CLI contient des scripts d'autocomplétion pour Bash et ZSH. Il suffit de télécharger [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/master/utils/wp-completion.bash) et de l'importer dans votre fichier `~/.bash_profile`: +WP-CLI contiene scripts para autocompletar comandos para Bash et ZSH. Basta con descargar [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/master/utils/wp-completion.bash) e importarlo en su fichero `~/.bash_profile`: ```bash source /FULL/PATH/TO/wp-completion.bash ``` -Si vous voulez l'utiliser directement sans redémarrer votre session de terminal, n'oubliez pas de lancer `source ~/.bash_profile`. +Si quiere utilizarlo directamente sin reinicializar su sesión de terminal, no se olvide de lanzar `source ~/.bash_profile`. -Si vous utilisez le shell zsh, vous devrez probablement charger et démarrer `bashcompinit` avant d'utiliser la commande `source`. Ajouter ces lignes dans votre fichier `.zshrc`: +Si utiliza la shell zsh, tendrá probablemente que cargar y arrancar `bashcompinit` antes de usar el comando `source`. Añada estas líneas en su fichero `.zshrc`: ```bash autoload bashcompinit @@ -104,29 +104,29 @@ bashcompinit source /FULL/PATH/TO/wp-completion.bash ``` -## Support +## Soporte -Les mainteneurs de WP-CLI et les contributeurs du projet font de leur mieux pour répondre à tous les nouveaux tickets en temps opportun. Pour utiliser au mieux leur temps bénévole, merci de vérifier s'il n'existe pas déjà une réponse à votre question dans l'une des ressources suivantes : +Quienes mantienen WP-CLI y quienes contribuyen al proyecto hacen lo mejor que pueden para responder a todos los nuevos tickets en tiempo oportuno. Para utilizar de la mejor manera su tiempo voluntario, se agradece verificar que no exista ya una respuesta a su pregunta en alguno de los siguientes recursos : -- [Problèmes courants et leur correction (en)](https://wp-cli.org/docs/common-issues/) -- [Bonnes pratiques pour soumettre un rapport de bug (en)](https://wp-cli.org/docs/bug-reports/) -- [Documentation (en)](https://wp-cli.org/docs/) -- [Tickets ouvert ou fermés sur Github](https://github.com/wp-cli/wp-cli/issues?utf8=%E2%9C%93&q=is%3Aissue) +- [Problemas comunes y su solución (en)](https://wp-cli.org/docs/common-issues/) +- [Buenas prácticas para someter un informe de bug (en)](https://wp-cli.org/docs/bug-reports/) +- [Documentación (en)](https://wp-cli.org/docs/) +- [Tickets abiertos o cerrados en Github](https://github.com/wp-cli/wp-cli/issues?utf8=%E2%9C%93&q=is%3Aissue) - [Forum StackExchange WordPress](http://wordpress.stackexchange.com/questions/tagged/wp-cli) -Si vous n'arrivez pas à trouver une réponse en utilisant un de ces liens, rejoignez le canal `#cli` sur [l'organisation Slack WordPress.org](https://make.wordpress.org/chat/) pour voir si un membre de la communauté peut avoir une réponse pour vous. Les professionnels doivent savoir que [runcommand](https://runcommand.io/) fournit du support premium. +Si no ecuentra una solución usando uno de estos enlaces, únase al canal `#cli` en [la organización Slack WordPress.org](https://make.wordpress.org/chat/) para ver si un miembro de la comunidad puede tener una solución para su problema. Los profesionales deben saber que [runcommand](https://runcommand.io/) proporciona un soporte premium. -Les tickets Github, permettent de suivre l'évolution des bugs et améliorations sur les commandes existantes. Ils ne sont pas utilisés pour faire du support. Avant de soumettre un nouveau rapport de bug, merci de passer en revue [nos bonnes pratiques](https://wp-cli.org/docs/bug-reports/) pour vous assurer que votre ticket les respectent. +Los tickets Github, permiten seguir la evolución de los bugs y las mejoras en los comandos existentes. No son usados como soporte. Antes de someter un nuevo informe de bug, se agradece revisar [nuestras buenas prácticas](https://wp-cli.org/docs/bug-reports/) para asegurarse que su ticket las respeten. -Merci de ne pas demander du support sur Twitter. Twitter n'est pas un endroit convenable pour faire du support : 1) c'est compliqué d'avoir une conversation en moins de 140 caractères et 2) Twitter n'est pas un endroit où quelqu'un avec la même question peut chercher et obtenir une réponse avant de la poser à nouveau. +Se agradece no pedir soporte en Twitter. Twitter no es un sitio conveniente para hacer soporte: 1) es complicado mantener una conversación con un número de caracteres limitado y 2) Twitter no es un lugar donde alguien con la misma pregunta pueda buscar y obtener una respuesta antes de volver a plantearla. -Souvenez-vous, libre != gratuit ; la licence open source vous donne la liberté d'utiliser et modifier, mais pas au dépend du temps d'autres personnes. Merci d'être respectueux et de définir vos attentes en conséquence. +Recuerde, libre != gratuito ; la licencia open source le da la libertad de utilizar y modificar, pero no a expensas del tiempo de otras personas. Se agradece una actitud de respeto y planear sus espectativas en consecuencia. -## Étendre +## Extender -Une **commande** est une unité atomique de fonctionnalité WP-CLI. `wp plugin install` ([doc](https://wp-cli.org/commands/plugin/install/)) est une commande. `wp plugin activate` ([doc](https://wp-cli.org/commands/plugin/activate/)) en est une autre. +Un **comando** es una unidad atómica de funcionalidad WP-CLI. `wp plugin install` ([doc](https://wp-cli.org/commands/plugin/install/)) es un comando. `wp plugin activate` ([doc](https://wp-cli.org/commands/plugin/activate/)) es otro comando. -WP-CLI permet d'enregister n'importe quelle classe, fonction ou closure comme une commande. Les informations d'utilisation sont lues à partir du bloc PHPdoc de la fonction de rappel. `WP_CLI::add_command()` ([doc](https://wp-cli.org/docs/internal-api/wp-cli-add-command/)) est utilisé aussi bien pour l'enregistrement des commandes internes ou externes. +WP-CLI permite registrar cualquier clase, función o closure como un comando. La información de uso se lee desde el bloque PHPdoc de la función de llamada. `WP_CLI::add_command()` ([doc](https://wp-cli.org/docs/internal-api/wp-cli-add-command/)) se utiliza tanto para el registro de comandos internos como externos. ```php /** @@ -156,36 +156,36 @@ $delete_option_cmd = function( $args ) { WP_CLI::add_command( 'option delete', $delete_option_cmd ); ``` -WP-CLI est livré avec des douzaines de commandes. Il est plus facile qu'il n'y parait de créer vos propres commandes WP-CLI. Lisez le [commands cookbook](https://wp-cli.org/docs/commands-cookbook/) pour en apprendre d'avantage. Parcourez la [documentation sur l'API interne](https://wp-cli.org/docs/internal-api/) pour découvrir une variété de fonctions utiles que vous pouvez utiliser dans votre commande WP-CLI personnalisée. +WP-CLI se entrega con docenas de comandos. Es mucho más fácil de lo que parece crear sus propios comandos WP-CLI. Lea el [commands cookbook](https://wp-cli.org/docs/commands-cookbook/) para informarse con detalle. Recorra la [documentación sobre el API interno](https://wp-cli.org/docs/internal-api/) para descubrir la variedad de funciones útiles que puede usar en su comando WP-CLI personalizado. -## Contribuer +## Contribuir -Bienvenue et merci ! +¡ Bienvenido y gracias ! -Nous apprécions que vous preniez l'iniative de contribuer à WP-CLI. C'est grâce à vous et à la communauté autour de vous que WP-CLI est un project aussi important. +Apreciamos que tome la iniciativa de contribuir con WP-CLI. Es gracias a usted y a la comunidad a su alrededor que WP-CLI es un proyecto tan importante. -**Contribuer n'est pas limité uniquement à l'écriture de code.** Nous vous encourageons à contribuer de la façon qui vous correspond le mieux, en écrivant des didactitiels, en faisant des démonstrations dans votre groupe d'utilisateur local, à aider les autres avec leurs questions de support, ou en relisant notre documentation. +**Contribuir no se limita únicamente a la escritura de código.** Le animamos a contribuir de la manera que mejor le corresponda, escribiendo tutoriales, haciendo demostraciones en su grupo de usuarios local, ayudando a los demás con sus preguntas de soporte, o releyendo nuestra documentación. -Merci de prendre un moment pour [lire le guide du contributeur en profondeur](https://wp-cli.org/docs/contributing/). Suivre ces règles aide à communiquer avec le respect du temps des autres contributeurs du projet. En retour, ils feront de leur mieux pour travailler avec ce même respect, à travers les fuseaux horaires et dans le monde lorsque vous en aurez besoin. +Le agradecemos que se tome un momento para [leer la guía del contribuidor en profundidad](https://wp-cli.org/docs/contributing/). Seguir estas reglas ayuda a comunicar respetando el tiempo de los demás que contribuyen en el proyecto. A cambio, harán cuanto esté en sus manos para trabajar con el mismo respeto, a través de los husos horarios y en el mundo, cuando les necesite. -## Leadership +## Dirección -WP-CLI est dirigé par ces personnes : +WP-CLI es dirigido por : -* [Daniel Bachhuber](https://github.com/danielbachhuber/) - mainteneur actuel -* [Cristi Burcă](https://github.com/scribu) - mainteneur précédent -* [Andreas Creten](https://github.com/andreascreten) - créateur +* [Daniel Bachhuber](https://github.com/danielbachhuber/) - mantenedor actual +* [Cristi Burcă](https://github.com/scribu) - mantenedor anterior +* [Andreas Creten](https://github.com/andreascreten) - creador -Pour en savoir plus sur la [gouvernance (en)](https://wp-cli.org/docs/governance/) du projet et voir la [liste complète des contributeurs](https://github.com/wp-cli/wp-cli/contributors). +Para saber más sobre la [gobernanza (en)](https://wp-cli.org/docs/governance/) del proyecto y ver la [lista completa de los contribuidores](https://github.com/wp-cli/wp-cli/contributors). -## Crédits +## Créditos -Derrière les librairies définies dans le fichier [composer.json](composer.json), nous avons utilisé du code et des idées venant des projets suivants : +Detrás de las librerías definidas en el fichero [composer.json](composer.json), hemos utilizado código e ideas procedentes de los siguientes proyectos : -* [Drush](http://drush.ws/) pour... pas mal de choses -* [wpshell](http://code.trac.wordpress.org/browser/wpshell) pour `wp shell` -* [Regenerate Thumbnails](http://wordpress.org/plugins/regenerate-thumbnails/) pour `wp media regenerate` -* [Search-Replace-DB](https://github.com/interconnectit/Search-Replace-DB) pour `wp search-replace` -* [WordPress-CLI-Exporter](https://github.com/Automattic/WordPress-CLI-Exporter) pour `wp export` -* [WordPress-CLI-Importer](https://github.com/Automattic/WordPress-CLI-Importer) pour `wp import` -* [wordpress-plugin-tests](https://github.com/benbalter/wordpress-plugin-tests/) pour `wp scaffold plugin-tests` +* [Drush](http://drush.ws/) para... un montón de cosas +* [wpshell](http://code.trac.wordpress.org/browser/wpshell) para `wp shell` +* [Regenerate Thumbnails](http://wordpress.org/plugins/regenerate-thumbnails/) para `wp media regenerate` +* [Search-Replace-DB](https://github.com/interconnectit/Search-Replace-DB) para `wp search-replace` +* [WordPress-CLI-Exporter](https://github.com/Automattic/WordPress-CLI-Exporter) para `wp export` +* [WordPress-CLI-Importer](https://github.com/Automattic/WordPress-CLI-Importer) para `wp import` +* [wordpress-plugin-tests](https://github.com/benbalter/wordpress-plugin-tests/) para `wp scaffold plugin-tests` From 5af8f38440b34cad67ac449b605a9b16efb98942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Mart=C3=ADnez=20Callejo?= Date: Sat, 3 Mar 2018 13:17:12 +0000 Subject: [PATCH 018/232] Translation of index.md into Spanish Completed and revised translation of ./es/index.md --- es/index.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/es/index.md b/es/index.md index de236b92..590e4623 100644 --- a/es/index.md +++ b/es/index.md @@ -3,11 +3,11 @@ layout: default title: Interfaz de línea de comandos para WordPress --- -[WP-CLI](https://wp-cli.org/) es una completa herramienta para gestionar desde la línea de comandos nuestras instalaciones de [WordPress](https://wordpress.org/). Podemos actualizar nuestras extensiones (plugins), configurar instalaciones multi-site y mucho más sin necesidad de recurrir a un navegador web. +[WP-CLI](https://wp-cli.org/) es una completa herramienta para gestionar desde la línea de comandos nuestras instalaciones de [WordPress](https://wordpress.org/). Podemos actualizar nuestras extensiones (plugins), configurar instalaciones multi-site y mucho más, sin necesidad de recurrir a un navegador web. Para estar al día, siga [@wpcli en Twitter](https://twitter.com/wpcli) o [inscríbase a nuestro boletín de información por email](http://wp-cli.us13.list-manage.com/subscribe?u=0615e4d18f213891fc000adfd&id=8c61d7641e). -[![Statut du build](https://travis-ci.org/wp-cli/wp-cli.png?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![Statut des dépendances](https://gemnasium.com/badges/github.com/wp-cli/wp-cli.svg)](https://gemnasium.com/github.com/wp-cli/wp-cli) [![Temps moyen pour traiter un ticket](http://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Temps moyen pour traiter un ticket") [![Pourcentage de tickets encore ouverts](http://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Pourcentage de tickets encore ouverts") +[![Estado del build](https://travis-ci.org/wp-cli/wp-cli.png?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![Estado de las dependencias](https://gemnasium.com/badges/github.com/wp-cli/wp-cli.svg)](https://gemnasium.com/github.com/wp-cli/wp-cli) [![Duración media para tratar un ticket](http://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Duración media para tratar un ticket") [![Porcentaje de tickets todavía abiertos](http://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Porcentaje de tickets todavía abiertos") Enlaces directos: [Uso](#utilisation) | [Instalación](#installation) | [Soporte](#support) | [Extender](#tendre) | [Contribuir](#contribuer) | [Créditos](#crdits) @@ -37,9 +37,9 @@ Para una introducción más completa sobre el uso de WP-CLI, lea la [Guía de in ¿Ya se siente cómodo con lo básico? Diríjase a la [lista completa de comandos (en)](https://wp-cli.org/commands/) para tener información precisa sobre la gestión de temas y extensiones, la importación/exportación de datos, la ejecución de búsqueda y reemplazo en la base datos, y mucho más. -## Installation +## Instalación -Descargar el Phar es el método de instalación que recoemndamos. Puede también consultar nuestra documentación sobre [otros métodos de instalación (en)](https://wp-cli.org/docs/installing/). +Descargar el Phar es el método de instalación que recomendamos. Puede también consultar nuestra documentación sobre [otros métodos de instalación (en)](https://wp-cli.org/docs/installing/). Antes de instalar WP-CLI, asegúrese de que su entorno responde a las exigencias mínimas : @@ -106,7 +106,7 @@ source /FULL/PATH/TO/wp-completion.bash ## Soporte -Quienes mantienen WP-CLI y quienes contribuyen al proyecto hacen lo mejor que pueden para responder a todos los nuevos tickets en tiempo oportuno. Para utilizar de la mejor manera su tiempo voluntario, se agradece verificar que no exista ya una respuesta a su pregunta en alguno de los siguientes recursos : +Quienes mantienen WP-CLI y quienes contribuyen al proyecto hacen lo mejor que pueden para responder a todos los nuevos tickets en un tiempo oportuno. Para utilizar de la mejor manera su tiempo voluntario, se agradece verificar que no exista ya una respuesta a su pregunta en alguno de los siguientes recursos : - [Problemas comunes y su solución (en)](https://wp-cli.org/docs/common-issues/) - [Buenas prácticas para someter un informe de bug (en)](https://wp-cli.org/docs/bug-reports/) @@ -172,8 +172,8 @@ Le agradecemos que se tome un momento para [leer la guía del contribuidor en pr WP-CLI es dirigido por : -* [Daniel Bachhuber](https://github.com/danielbachhuber/) - mantenedor actual -* [Cristi Burcă](https://github.com/scribu) - mantenedor anterior +* [Daniel Bachhuber](https://github.com/danielbachhuber/) - mantenimiento actual +* [Cristi Burcă](https://github.com/scribu) - mantenimiento anterior * [Andreas Creten](https://github.com/andreascreten) - creador Para saber más sobre la [gobernanza (en)](https://wp-cli.org/docs/governance/) del proyecto y ver la [lista completa de los contribuidores](https://github.com/wp-cli/wp-cli/contributors). From 32817ed2691299329690469afa0cc1030df36429 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Mart=C3=ADnez=20Callejo?= Date: Sat, 3 Mar 2018 13:23:14 +0000 Subject: [PATCH 019/232] Update _config.yml -config.yml updated with Spanish --- _config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_config.yml b/_config.yml index ff366d28..cfd2d1a3 100644 --- a/_config.yml +++ b/_config.yml @@ -55,3 +55,6 @@ languages: - label: Italiano iso-alpha2: it path: /it/ +- label: Español + iso-alpha2: es + path: /es/ From 0ba49d93b4f6e5f93e7bfcc1505642d55ced59bb Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Tue, 6 Mar 2018 17:41:17 +0100 Subject: [PATCH 020/232] Add note about only using the English version as source for translations --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 24bcf45a..15bd8a6d 100644 --- a/README.md +++ b/README.md @@ -38,5 +38,7 @@ SUBCOMMANDS 1. Add your language to `[_config.yml](https://github.com/wp-cli/wp-cli.github.com/blob/master/_config.yml)`. 2. Create a folder under the name of your appropriate language code (IETF language tag). e.g. ja or pt_BR -3. Copy `index.md` into your language's directory. +3. Copy the *English* `index.md` into your language's directory. 4. Translate `index.md`. + +Note: Please avoid using a language file other than the English one in the root folder as your source for translating, as it might not be up-to-date. The root `index.md` is considered to be the source of truth and is the only one guaranteed to be current. From 5c7cb17a1dec0bd6edaa6af7914fdd54fda3b9f7 Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Tue, 3 Apr 2018 14:56:05 -0700 Subject: [PATCH 021/232] Add a LICENSE file to the repo --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..32d24cd4 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (C) 2012-2018 WP-CLI Development Group (https://github.com/wp-cli/wp-cli.github.com/contributors) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. From 6ab559c93cfa74fc6b2bd601295abdf938912430 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Smoli=C5=84ski?= Date: Mon, 7 May 2018 01:16:05 +0200 Subject: [PATCH 022/232] Update version to 1.5.1 on a homepage --- index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index 54f53ef0..67250d4e 100644 --- a/index.md +++ b/index.md @@ -9,7 +9,7 @@ Ongoing maintenance is -The current stable release is [version 1.5.0](https://make.wordpress.org/cli/2018/01/31/version-1-5-0-released/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. +The current stable release is [version 1.5.1](https://make.wordpress.org/cli/2018/04/21/version-1-5-1-released/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. [![Build Status](https://travis-ci.org/wp-cli/wp-cli.svg?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![Dependency Status](https://gemnasium.com/badges/github.com/wp-cli/wp-cli.svg)](https://gemnasium.com/github.com/wp-cli/wp-cli) [![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") @@ -85,7 +85,7 @@ WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: /home/wp-cli/.wp-cli/config.yml WP-CLI project config: -WP-CLI version: 1.5.0 +WP-CLI version: 1.5.1 ``` ### Updating From 6969a800211ab0df10cde5483690a40381d541be Mon Sep 17 00:00:00 2001 From: Felipe Elia Date: Wed, 6 Jun 2018 21:51:13 -0300 Subject: [PATCH 023/232] Update pt_BR translation --- br/index.md | 141 ++++++++++++++++++++++++++++++---------------------- 1 file changed, 81 insertions(+), 60 deletions(-) diff --git a/br/index.md b/br/index.md index c830afa0..682ef115 100644 --- a/br/index.md +++ b/br/index.md @@ -1,94 +1,104 @@ --- layout: default -title: Interface para linha de comando em WordPress +title: Interface para linha de comando para o WordPress --- -[WP-CLI](https://wp-cli.org/) é um conjunto de linhas de comando para gerenciar instalações [WordPress](https://wordpress.org/). Você pode atualizar plugins, configurar instalações multisite e muito mais, sem utilizar um navegador web. +[WP-CLI](https://wp-cli.org/) é a interface em linha de comando para o [WordPress](https://br.wordpress.org/). Você pode atualizar plugins, configurar instalações multisite e muito mais, sem utilizar um navegador web. -Para manter-se atualizado, siga [@wpcli no Twitter](https://twitter.com/wpcli) ou [inscreva-se em nossa newsletter](http://wp-cli.us13.list-manage.com/subscribe?u=0615e4d18f213891fc000adfd&id=8c61d7641e). +A manutenção contínua é possibilitada por: + + + +A versão estável mais recente é a [1.5.1](https://make.wordpress.org/cli/2018/04/21/version-1-5-1-released/). Para manter-se atualizado, siga [@wpcli no Twitter](https://twitter.com/wpcli) ou [assine nossa newsletter](https://make.wordpress.org/cli/subscribe/). [Leia nosso plano de ação](https://make.wordpress.org/cli/handbook/roadmap/) para uma visão geral do que está sendo planejado para próximas versões. [![Build Status](https://travis-ci.org/wp-cli/wp-cli.png?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![Dependency Status](https://gemnasium.com/badges/github.com/wp-cli/wp-cli.svg)](https://gemnasium.com/github.com/wp-cli/wp-cli) [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Tempo médio para resolver um issue") [![Percentage of issues still open](http://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Percentual de issues ainda abertos") -Links rápidos: [Usando](#usando) | [Instalando](#instalando) | [Suporte](#suporte) | [Extendendo](#extendendo) | [Contribuindo](#contribuindo) | [Créditos](#creditos) +Links rápidos: [Usando](#usando) | [Instalando](#instalando) | [Suporte](#suporte) | [Estendendo](#estendendo) | [Contribuindo](#contribuindo) | [Créditos](#creditos) ## Usando -O objetivo da WP-CLI é fornecer uma interface em linha de comando para qualquer ação que você queira executar na administração do WordPress. Por exemplo `wp plugin install --activate` ([doc](https://wp-cli.org/commands/plugin/install/)) permite a instação e ativação de um plugin WordPress: +O objetivo da WP-CLI é fornecer uma interface em linha de comando para muitas das ações que você pode executar na administração do WordPress. Por exemplo `wp plugin install --activate` ([doc](https://developer.wordpress.org/cli/commands/plugin/install/)) permite a instalação e ativação de um plugin WordPress: ```bash -$ wp plugin install rest-api --activate -Installing WordPress REST API (Version 2) (2.0-beta13) -Downloading install package from https://downloads.wordpress.org/plugin/rest-api.2.0-beta13.zip... +$ wp plugin install user-switching --activate +Installing User Switching (1.0.9) +Downloading install package from https://downloads.wordpress.org/plugin/user-switching.1.0.9.zip... Unpacking the package... Installing the plugin... Plugin installed successfully. -Activating 'rest-api'... -Success: Plugin 'rest-api' activated. +Activating 'user-switching'... +Plugin 'user-switching' activated. +Success: Installed 1 of 1 plugins. ``` -WP-CLI também inclui muitos comandos para ações que não são possíveis através da administração do WordPress. Por exemplo, `wp transient delete --all` ([doc](https://wp-cli.org/commands/transient/delete-all/)) permite deletar uma ou todas as transients: +A WP-CLI também inclui muitos comandos para ações que não são possíveis através da administração do WordPress. Por exemplo, `wp transient delete --all` ([doc](https://developer.wordpress.org/cli/commands/transient/delete/)) permite excluir um ou todos os transients: ```bash $ wp transient delete --all Success: 34 transients deleted from the database. ``` -Para uma introdução mais completa sobre como usar a WP-CLI, leia o [Guia rápido](https://wp-cli.org/docs/quick-start/). +Para uma introdução mais completa sobre como usar a WP-CLI, leia o [Guia rápido](https://make.wordpress.org/cli/handbook/quick-start/). Veja também os [shell friends](https://make.wordpress.org/cli/handbook/shell-friends/) para saber mais sobre utilitários de linha de comando. -Já se sente confortável com o básico? Vá para a [lista completa de comandos](https://wp-cli.org/commands/) para obter informações detalhadas na gestão de temas e plugins, importação e exportação de dados, operações de busca e substituição no banco de dados e muito mais. +Já se sente confortável com o básico? Vá para a [lista completa de comandos](https://developer.wordpress.org/cli/commands/) para informações detalhadas sobre gerenciamento de temas e plugins, importação e exportação de dados, operações de busca e substituição no banco de dados e muito mais. ## Instalando -Realizar o download do arquivo Phar é o método de instalação que recomendamos. Caso precise, nossa documentação para [métodos alternativos de instação](https://wp-cli.org/docs/installing/). +Baixar o arquivo Phar é o método de instalação que recomendamos para a maioria dos usuários. Caso precise, veja também a documentação sobre [métodos alternativos de instalação](https://make.wordpress.org/cli/handbook/installing/). -Antes instalar a WP-CLI, certifique-se que seu ambiente possua os requesitos mínimos: +Antes de instalar a WP-CLI, tenha certeza de que seu ambiente cumpre os requisitos mínimos: - Ambiente UNIX-like (OS X, Linux, FreeBSD, Cygwin); suporte limitado para ambientes Windows - PHP 5.3.29 ou superior -- WordPress 3.7 ou superior +- WordPress 3.7 ou superior. Versões do WordPress anteriores à mais recente podem ter funcionalidade reduzida -Após verificar os requesitos, faça o download do arquivo [wp-cli.phar](https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) usando `wget` ou `curl`: +Após verificar os requisitos, baixe o arquivo [wp-cli.phar](https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) usando `wget` ou `curl`: ```bash -$ curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar +curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar ``` -Em seguida, verifique se está funcionando: +Em seguida, verifique se o arquivo phar está funcionando: ```bash -$ php wp-cli.phar --info +php wp-cli.phar --info ``` -Digite `wp` para utilizar WP-CLI a partir da linha de comando, torne o arquivo executável e mova-o para algum diretório presente em sua variável de ambiente PATH. For example: +Para usar a WP-CLI na linha de comando usando apenas `wp`, torne o arquivo executável e mova-o para algum diretório presente em sua variável de ambiente PATH. Por exemplo: ```bash -$ chmod +x wp-cli.phar -$ sudo mv wp-cli.phar /usr/local/bin/wp +chmod +x wp-cli.phar +sudo mv wp-cli.phar /usr/local/bin/wp ``` -Se WP-CLI foi instalado com sucesso, ao executar `wp --info` você deverá ver algo como: +Se a WP-CLI foi instalada corretamente, ao executar `wp --info` você deverá ver algo como: ```bash $ wp --info -PHP binary: /usr/bin/php5 -PHP version: 5.5.9-1ubuntu4.14 -php.ini used: /etc/php5/cli/php.ini +OS: Darwin 16.7.0 Darwin Kernel Version 16.7.0: Thu Jan 11 22:59:40 PST 2018; root:xnu-3789.73.8~1/RELEASE_X86_64 x86_64 +Shell: /bin/zsh +PHP binary: /usr/local/bin/php +PHP version: 7.0.22 +php.ini used: /etc/local/etc/php/7.0/php.ini WP-CLI root dir: /home/wp-cli/.wp-cli +WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: /home/wp-cli/.wp-cli/config.yml WP-CLI project config: -WP-CLI version: 0.23.0 +WP-CLI version: 1.5.1 ``` ### Atualizando -WP-CLI pode ser atualizado com `wp cli update` ([doc](https://wp-cli.org/commands/cli/update/)), ou repetindo os passos da instalação. +WP-CLI pode ser atualizada com `wp cli update` ([doc](https://developer.wordpress.org/cli/commands/cli/update/)) ou repetindo os passos da instalação. + +Se o proprietário do arquivo da WP-CLI for root ou outro usuário do sistema, será necessário executar `sudo wp cli update`. -_Quer viver a vida no limite?_ Execute `wp cli update --nightly` para usar a última compilação de desenvolvimento da WP-CLI. Essa versão é bastante estável para utilizar em seu ambiente de desenvolvimento, e sempre inclui as melhores e mais atuais funcionalidades da WP-CLI. +Quer viver a vida no limite? Execute `wp cli update --nightly` para usar a última compilação de desenvolvimento da WP-CLI. Essa versão é estável o suficiente para ser usada em seu ambiente de desenvolvimento e sempre inclui as melhores e mais recentes funcionalidades da WP-CLI. -### Auto-completar +### Autocompletar com tab -WP-CLI também acompanha scripts de auto-completar para Bash ou ZSH. Faça o download [wp-completion.bash](https://github.com/wp-cli/wp-cli/raw/master/utils/wp-completion.bash) e carregue o arquivo para `~/.bash_profile`: +WP-CLI também possui scripts de autocompletar para Bash ou ZSH. Baixe [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/master/utils/wp-completion.bash) e carregue-o através do `~/.bash_profile`: ```bash source /FULL/PATH/TO/wp-completion.bash @@ -96,26 +106,42 @@ source /FULL/PATH/TO/wp-completion.bash Não se esqueça de executar `source ~/.bash_profile` em seguida. +Se estiver usando zsh como shell, pode ser necessário carregar e iniciar `bashcompinit` antes de carregá-lo. Inclua o seguinte no seu `.zshrc`: + +```bash +autoload bashcompinit +bashcompinit +source /FULL/PATH/TO/wp-completion.bash +``` + ## Suporte -Os colaboradores do projeto WP-CLI fazem seu melhor para rsponder a todos os problemas assim que possível. Para que possamos fazer melhor uso do tempo dos voluntários, verifique se já existe uma resposta para sua pergunta em umas das fontes abaixo: +Os responsáveis e os colaboradores da WP-CLI possuem disponibilidade limitada para atender a questões gerais de suporte. A [versão atual da WP-CLI](https://make.wordpress.org/cli/handbook/roadmap/) é a única com suporte oficial. + +Ao procurar por suporte, pesquise primeiro por sua dúvida nas fontes abaixo: -- [Questões comuns e suas respostas](https://wp-cli.org/docs/common-issues/) -- [Melhores práticas para informar um problema](https://wp-cli.org/docs/bug-reports/) -- [Portal de documentação](https://wp-cli.org/docs/) -- [Questões abertas ou fechadas no Github](https://github.com/wp-cli/wp-cli/issues?utf8=%E2%9C%93&q=is%3Aissue) -- [Forum WordPress no StackExchange](http://wordpress.stackexchange.com/questions/tagged/wp-cli) +* [Questões comuns e suas respostas](https://make.wordpress.org/cli/handbook/common-issues/) +* [Manual da WP-CLI](https://make.wordpress.org/cli/handbook/) +* [Questões abertas ou fechadas no GitHub da WP-CLI](https://github.com/issues?utf8=%E2%9C%93&q=sort%3Aupdated-desc+org%3Awp-cli+is%3Aissue) +* [Tópicos com a tag 'WP-CLI' no fórum de suporte do WordPress.org](https://wordpress.org/support/topic-tag/wp-cli/) +* [Questões com a tag 'WP-CLI' no WordPress StackExchange](https://wordpress.stackexchange.com/questions/tagged/wp-cli) -Caso não encontre uma resposta na fontes existentes, fique a vontade para [abrir uma questão](https://github.com/wp-cli/wp-cli/issues/new) com sua dúvida. +Se você não encontrou uma resposta em nenhum dos endereços acima, você pode: -Se você possui uma conta WordPress.org, considere se inscrever no canal `#cli` no [Slack do WordPress.org](https://make.wordpress.org/chat/). +* Entrar para o canal `#cli` no [Slack Internacional do WordPress.org](https://make.wordpress.org/chat/) para conversar com quem estiver disponível no momento. Esta opção é a melhor para perguntas rápidas. +* [Criar um novo tópico](https://wordpress.org/support/forum/wp-advanced/#new-post) no fórum internacional do WordPress.org e colocar a tag 'WP-CLI' para que ele seja encontrado pela comunidade. -## Extendendo +Issues do GitHub são usadas para acompanhar melhorias e erros dos comandos existentes, não para suporte em geral. Antes de informar um erro, veja [nossas boas práticas](https://make.wordpress.org/cli/handbook/bug-reports/) para que o problema possa ser resolvido em tempo hábil. -Um **commando** é uma unidade singular de uma funcionalidade WP-CLI. `wp plugin install` ([doc](https://wp-cli.org/commands/plugin/install/)) é um comando. `wp plugin activate` ([doc](https://wp-cli.org/commands/plugin/activate/)) é outro. +Não faça perguntas de suporte no Twitter. O Twitter não é um lugar aceitável para suporte porque: 1) é difícil conversar com apenas 140 caracteres e 2) o Twitter não é um lugar onde alguém com a mesma pergunta possa procurar por uma resposta de uma conversa anterior. -A WP-CLI suporta o registro de qualquer classe ou função como um comando, lendo os detalhes de uso através de _PHPdoc Callback_. `WP_CLI::add_command()` ([doc](https://wp-cli.org/docs/internal-api/wp-cli-add-command/)) é utilizado para registo de comandos internos e de terceiros. +Lembre-se: libre != gratis; A licença do código aberto dá para você a liberdade de usar e modificar, mas não gera compromissos com o tempo dos outros. Seja respeitoso e regule suas expectativas. +## Estendendo + +Um **comando** é a unidade atômica de funcionalidade da WP-CLI. `wp plugin install` ([doc](https://developer.wordpress.org/cli/commands/plugin/install/)) é um comando. `wp plugin activate` ([doc](https://developer.wordpress.org/cli/commands/plugin/activate/)) é outro. + +A WP-CLI suporta o registro de qualquer classe ou função como um comando. Ela lê os detalhes de uso através do callback do PHPdoc. `WP_CLI::add_command()` ([doc](https://make.wordpress.org/cli/handbook/internal-api/wp-cli-add-command/)) é usado para registo de comandos internos e de terceiros. ```php /** @@ -145,36 +171,31 @@ $delete_option_cmd = function( $args ) { WP_CLI::add_command( 'option delete', $delete_option_cmd ); ``` -WP-CLI vem com muitos comandos. Criar um comando personalizado para WP-CLi é mais fácil do que parece. Leia o [livro de receitas de comandos](https://wp-cli.org/docs/commands-cookbook/) para aprender mais. Procure a [documentação de API interna](https://wp-cli.org/docs/internal-api/) para descobrir a variedade de funcionalidades úteis que você pode utilizar no seu comando personalizado para WP-CLI. +A WP-CLI vem com vários comandos. Criar um comando personalizado para WP-CLI é mais fácil do que parece. Leia o [livro de receitas de comandos](https://make.wordpress.org/cli/handbook/commands-cookbook/) para saber mais. Navegue pela [documentação de API interna](https://make.wordpress.org/cli/handbook/internal-api/) para descobrir umaa variedade de funções úteis que você pode utilizar no seu comando personalizado para WP-CLI. ## Contribuindo -Seja bem vindo e obrigado! - -Nós agradecemos sua iniciativa em contribuir com a WP-CLI. É por sua causa e a comunidade a sua volta, que a WP-CLI se tornou um grande projeto. +Nós agradecemos sua iniciativa em contribuir com a WP-CLI. É por sua causa, e pela comunidade à sua volta, que a WP-CLI é um projeto tão legal. -**Contribuir não é limitado a somente código.** Te encorajamos a contribuir da maneira que melhor se encaixe em suas habilidades, escrevendo tutoriais, com demonstrações em palestras locais, ajudar outros usuários respondendo suas dúvidas no suporte, ou revisando nossa documentação. +**Contribuir não é limitado somente a código.** Nós encorajamos você a contribuir da maneira que melhor se encaixar em suas habilidades, escrevendo tutoriais, com demonstrações em meetups locais, ajudando outros usuários respondendo suas dúvidas no fórum ou revisando nossa documentação. -De uma olhada com atenção [nesse guia](https://wp-cli.org/docs/contributing/). Seguindo esses passos você estará respeitando o tempo dos outros colaboradoes. Por sua vez, eles farão o melhor para retribuir esse respeito no trabalho com você, nos diferentes fusos horários e em todo o mundo. +No manual, dê uma olhada nas nossas [diretrizes para contribuir](https://make.wordpress.org/cli/handbook/contributing/) para uma introdução completa sobre como participar. Seguir esses passos ajuda a passar a ideia de que você respeita o tempo dos outros colaboradores. Por sua vez, eles farão o melhor para retribuir esse respeito ao trabalhar com você, nos diferentes fusos horários, em todo o mundo. -## Criadores e liderança +## Liderança -WP-CLI foi criado e mantido por: +A WP-CLI tem dois responsáveis pelo projeto: [danielbachhuber](https://github.com/danielbachhuber) e [schlessera](http://github.com/schlessera). -* [Daniel Bachhuber](https://github.com/danielbachhuber/) - Líder atual -* [Cristi Burcă](https://github.com/scribu) - Líder anterior -* [Andreas Creten](https://github.com/andreascreten) - Criador +Quando necessário, [damos permissão de escrita para colaboradores](https://make.wordpress.org/cli/handbook/committers-credo/) que demonstraram sua capacidade durante algum tempo e que se esforçaram para levar o projeto adiante. -Saiba mais sobre os projetos de [governança](https://wp-cli.org/docs/governance/) e veja a [lista completa dos colaboradores](https://github.com/wp-cli/wp-cli/contributors). +Leia o [documento sobre governança no manual](https://make.wordpress.org/cli/handbook/governance/) para mais detalhes operacionais do projeto. ## Créditos - -Além das bibliotecas especificadas em [composer.json](/composer.json), utilizamos o código ou idéias dos projetos abaixos: +Além das bibliotecas especificadas em [composer.json](/composer.json), usamos código ou ideias dos projetos abaixos: -* [Drush](http://drush.ws/) para... muitas coisas -* [wpshell](http://code.trac.wordpress.org/browser/wpshell) para `wp shell` -* [Regenerate Thumbnails](http://wordpress.org/plugins/regenerate-thumbnails/) para `wp media regenerate` +* [Drush](https://github.com/drush-ops/drush) para... muitas coisas +* [wpshell](https://code.trac.wordpress.org/browser/wpshell) para `wp shell` +* [Regenerate Thumbnails](https://wordpress.org/plugins/regenerate-thumbnails/) para `wp media regenerate` * [Search-Replace-DB](https://github.com/interconnectit/Search-Replace-DB) para `wp search-replace` * [WordPress-CLI-Exporter](https://github.com/Automattic/WordPress-CLI-Exporter) para `wp export` * [WordPress-CLI-Importer](https://github.com/Automattic/WordPress-CLI-Importer) para `wp import` From c33eaa0ddf5b34b18109a62c02568a3061539bca Mon Sep 17 00:00:00 2001 From: Felipe Elia Date: Wed, 20 Jun 2018 20:44:32 -0300 Subject: [PATCH 024/232] Remove Gemnasium badge --- br/index.md | 2 +- de/index.md | 2 +- fr/index.md | 2 +- gr/index.md | 2 +- index.md | 2 +- it/index.md | 2 +- ja/index.md | 2 +- ne/index.md | 4 ++-- tr/index.md | 6 +++--- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/br/index.md b/br/index.md index 682ef115..a7584c3c 100644 --- a/br/index.md +++ b/br/index.md @@ -11,7 +11,7 @@ A manutenção contínua é Date: Sat, 23 Jun 2018 11:47:34 +0200 Subject: [PATCH 025/232] Update maintainership --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 2b64616d..a8b2550f 100644 --- a/index.md +++ b/index.md @@ -183,7 +183,7 @@ Read through our [contributing guidelines in the handbook](https://make.wordpres ## Leadership -WP-CLI has two project maintainers: [danielbachhuber](https://github.com/danielbachhuber) and [schlessera](http://github.com/schlessera). +WP-CLI has one project maintainer: [schlessera](http://github.com/schlessera). On occasion, we [grant write access to contributors](https://make.wordpress.org/cli/handbook/committers-credo/) who have demonstrated, over a period of time, that they are capable and invested in moving the project forward. From 0827ee85b6f17d83d9101a84b93bf21287beb293 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20Mu=C3=B1oz?= Date: Sun, 24 Jun 2018 01:39:02 +0200 Subject: [PATCH 026/232] Updated index.md for Spanish language The index.md file has been translated directly from the original file in English into Spanish. --- es/index.md | 155 ++++++++++++++++++++++++++++------------------------ 1 file changed, 83 insertions(+), 72 deletions(-) diff --git a/es/index.md b/es/index.md index 590e4623..630c6c2d 100644 --- a/es/index.md +++ b/es/index.md @@ -3,100 +3,110 @@ layout: default title: Interfaz de línea de comandos para WordPress --- -[WP-CLI](https://wp-cli.org/) es una completa herramienta para gestionar desde la línea de comandos nuestras instalaciones de [WordPress](https://wordpress.org/). Podemos actualizar nuestras extensiones (plugins), configurar instalaciones multi-site y mucho más, sin necesidad de recurrir a un navegador web. +[WP-CLI](https://wp-cli.org/) es la interfaz de línea de comandos para [WordPress](https://wordpress.org/). Puedes actualizar plugins, configurar instalaciones multisitio y mucho más, sin usar un navegador web. -Para estar al día, siga [@wpcli en Twitter](https://twitter.com/wpcli) o [inscríbase a nuestro boletín de información por email](http://wp-cli.us13.list-manage.com/subscribe?u=0615e4d18f213891fc000adfd&id=8c61d7641e). +El mantenimiento continuo es posible gracias a: -[![Estado del build](https://travis-ci.org/wp-cli/wp-cli.png?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![Estado de las dependencias](https://gemnasium.com/badges/github.com/wp-cli/wp-cli.svg)](https://gemnasium.com/github.com/wp-cli/wp-cli) [![Duración media para tratar un ticket](http://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Duración media para tratar un ticket") [![Porcentaje de tickets todavía abiertos](http://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Porcentaje de tickets todavía abiertos") + -Enlaces directos: [Uso](#utilisation) | [Instalación](#installation) | [Soporte](#support) | [Extender](#tendre) | [Contribuir](#contribuer) | [Créditos](#crdits) +La versión estable actual es la [1.5.1](https://make.wordpress.org/cli/2018/04/21/version-1-5-1-released/). Para estar al día, sigue [@wpcli en Twitter](https://twitter.com/wpcli) o [regístrate para recibir actualizaciones por correo electrónico](https://make.wordpress.org/cli/subscribe/). [Consulta la hoja de ruta](https://make.wordpress.org/cli/handbook/roadmap/) para una visión general de lo que está planeado para las próximas versiones. + +[![Build Status](https://travis-ci.org/wp-cli/wp-cli.svg?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![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") + +Enlaces rápidos: [Uso](#uso) | [Instalación](#instalación) | [Soporte](#soporte) | [Extendiendo](#extendiendo) | [Contribuyendo](#contribuyendo) | [Créditos](#créditos) ## Uso -El objetivo de WP-CLI es proporcionar una interfaz de línea de comando para toda acción útil a realizar en la administración de WordPress. Por ejemplo, `wp plugin install --activate` ([doc](https://wp-cli.org/commands/plugin/install/)) nos permite instalar y activar una extensión de WordPress : +WP-CLI proporciona una interfaz de línea de comandos para muchas acciones que puedes realizar en el administrador de WordPress. Por ejemplo, `wp plugin install --activate` ([doc](https://developer.wordpress.org/cli/commands/plugin/install/)) te permite instalar y activar un plugin de WordPress: ```bash -$ wp plugin install rest-api --activate -Installing WordPress REST API (Version 2) (2.0-beta13) -Downloading install package from https://downloads.wordpress.org/plugin/rest-api.2.0-beta13.zip... +$ wp plugin install user-switching --activate +Installing User Switching (1.0.9) +Downloading install package from https://downloads.wordpress.org/plugin/user-switching.1.0.9.zip... Unpacking the package... Installing the plugin... Plugin installed successfully. -Activating 'rest-api'... -Success: Plugin 'rest-api' activated. +Activating 'user-switching'... +Plugin 'user-switching' activated. +Success: Installed 1 of 1 plugins. ``` -WP-CLI incluye también comandos para otras tareas que no se pueden ejecutar desde la administración de WordPress. Por ejemplo, `wp transient delete-all` ([doc](https://wp-cli.org/commands/transient/delete-all/)) permite suprimir uno o todos los "transients" : +WP-CLI también incluye comandos para muchas cosas que no puedes hacer en el administrador de WordPress. Por ejemplo, `wp transient delete --all` ([doc](https://developer.wordpress.org/cli/commands/transient/delete/)) te permite eliminar uno o todos los datos transitorios: ```bash -$ wp transient delete-all +$ wp transient delete --all Success: 34 transients deleted from the database. ``` -Para una introducción más completa sobre el uso de WP-CLI, lea la [Guía de inicio rápido (en)](https://wp-cli.org/docs/quick-start/). +Para una introducción más completa al usar WP-CLI, lee la [guía de inicio rápido](https://make.wordpress.org/cli/handbook/quick-start/). O bien, ponte al día con [shell friends](https://make.wordpress.org/cli/handbook/shell-friends/) para aprender acerca de las utilidades de línea de comandos. -¿Ya se siente cómodo con lo básico? Diríjase a la [lista completa de comandos (en)](https://wp-cli.org/commands/) para tener información precisa sobre la gestión de temas y extensiones, la importación/exportación de datos, la ejecución de búsqueda y reemplazo en la base datos, y mucho más. +¿Ya te sientes cómodo con lo básico? Ve a la [lista completa de comandos](https://developer.wordpress.org/cli/commands/) para obtener información detallada sobre la gestión de temas y plugins, importación y exportación de datos, realización de operaciones de búsqueda y reemplazo de bases de datos y más. ## Instalación -Descargar el Phar es el método de instalación que recomendamos. Puede también consultar nuestra documentación sobre [otros métodos de instalación (en)](https://wp-cli.org/docs/installing/). +La descarga del archivo Phar es nuestro método de instalación recomendado para la mayoría de usuarios. Si lo necesitas, consulta también nuestra documentación acerca de [métodos de instalación alternativos](https://wp-cli.org/docs/installing/). -Antes de instalar WP-CLI, asegúrese de que su entorno responde a las exigencias mínimas : +Antes de instalar WP-CLI, asegúrate de que tu entorno cumple con los requisitos mínimos: -- Entorno de tipo UNIX (OS X, Linux, FreeBSD, Cygwin); en entornos Windows, el soporte es limitado -- PHP 5.3.29 o más reciente -- WordPress 3.7 o más reciente +- Entorno de tipo UNIX (OS X, Linux, FreeBSD, Cygwin); soporte limitado en el entorno de Windows +- PHP 5.3.29 o posterior +- WordPress 3.7 o posterior. Las versiones anteriores a la última versión de WordPress pueden tener funcionalidad degradada -Una vez verificadas estas exigencias, descargue el fichero [wp-cli.phar](https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) usando `wget` o `curl` : +Una vez que hayas verificado los requisitos, descarga el archivo [wp-cli.phar](https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) usando `wget` o `curl` : ```bash -$ curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar +curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar ``` -A continuación, verifique que todo funciona : +A continuación, comprueba el archivo Phar para verificar que está funcionando: ```bash -$ php wp-cli.phar --info +php wp-cli.phar --info ``` -Para utilizar WP-CLI desde la línea de comandos tecleando `wp`, convierta el fichero en ejecutable y póngalo en alguna parte en su `PATH`. Par exemple : +Para usar WP-CLI desde la línea de comandos tecleando `wp`, haz que el archivo sea ejecutable y muévelo a algún lugar de tu `PATH`. Por ejemplo: ```bash -$ chmod +x wp-cli.phar -$ sudo mv wp-cli.phar /usr/local/bin/wp +chmod +x wp-cli.phar +sudo mv wp-cli.phar /usr/local/bin/wp ``` -Si WP-CLI ha sido instalado correctamente, obtendrá el siguiente resultado al ejecutar `wp --info`: +Si WP-CLI se instaló correctamente, deberías ver algo como esto cuando ejecutas `wp --info`: ```bash $ wp --info -PHP binary: /usr/bin/php5 -PHP version: 5.5.9-1ubuntu4.14 -php.ini used: /etc/php5/cli/php.ini +OS: Darwin 16.7.0 Darwin Kernel Version 16.7.0: Thu Jan 11 22:59:40 PST 2018; root:xnu-3789.73.8~1/RELEASE_X86_64 x86_64 +Shell: /bin/zsh +PHP binary: /usr/local/bin/php +PHP version: 7.0.22 +php.ini used: /etc/local/etc/php/7.0/php.ini WP-CLI root dir: /home/wp-cli/.wp-cli +WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: /home/wp-cli/.wp-cli/config.yml WP-CLI project config: -WP-CLI version: 0.25.0 +WP-CLI version: 1.5.1 ``` ### Actualización -Puede actualizar WP-CLI con el comando `wp cli update` ([doc](https://wp-cli.org/commands/cli/update/)), o bien repitiendo la instalación paso a paso. +Puedes actualizar WP-CLI con `wp cli update` ([doc](https://wp-cli.org/commands/cli/update/)), o repitiendo los pasos de instalación. + +Si WP-CLI es propiedad de root u otro usuario del sistema, necesitarás ejecutar `sudo wp cli update`. -¿Le gusta vivir al límite? Ejecute `wp cli update --nightly` para instalar las últimas nightly build de WP-CLI. Una nightly build es relativament estable para ser usada en su entorno de desarrollo e incluye siempre las funcionalidades de WP-CLI más recientes. +¿Quieres vivir la vida al límite? Ejecuta `wp cli update --nightly` para usar la última nightly build de WP-CLI. Una nightly build es más o menos lo suficientemente estable como para que puedas utilizarla en tu entorno de desarrollo, y siempre incluye las últimas y mejores características de WP-CLI. ### Autocompletar con el tabulador -WP-CLI contiene scripts para autocompletar comandos para Bash et ZSH. Basta con descargar [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/master/utils/wp-completion.bash) e importarlo en su fichero `~/.bash_profile`: +WP-CLI también viene con un scripts para autocompletar con el tabulador para Bash y ZSH. Tan sólo descarga [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/master/utils/wp-completion.bash) y usa el comando `source` desde `~/.bash_profile`: ```bash source /FULL/PATH/TO/wp-completion.bash ``` -Si quiere utilizarlo directamente sin reinicializar su sesión de terminal, no se olvide de lanzar `source ~/.bash_profile`. +No te olvides de ejecutar `source ~ / .bash_profile` después. -Si utiliza la shell zsh, tendrá probablemente que cargar y arrancar `bashcompinit` antes de usar el comando `source`. Añada estas líneas en su fichero `.zshrc`: +Si usa la shell zsh, es posible que debas cargar e iniciar `bashcompinit` antes de usar el comando `source`. Pon lo siguiente en tu `.zshrc`: ```bash autoload bashcompinit @@ -106,27 +116,32 @@ source /FULL/PATH/TO/wp-completion.bash ## Soporte -Quienes mantienen WP-CLI y quienes contribuyen al proyecto hacen lo mejor que pueden para responder a todos los nuevos tickets en un tiempo oportuno. Para utilizar de la mejor manera su tiempo voluntario, se agradece verificar que no exista ya una respuesta a su pregunta en alguno de los siguientes recursos : +Tanto los que mantienen WP-CLI como sus colaboradores tienen disponibilidad limitada para responder preguntas generales de soporte. La [versión actual de WP-CLI](https://make.wordpress.org/cli/handbook/roadmap/) es la única versión oficialmente admitida. -- [Problemas comunes y su solución (en)](https://wp-cli.org/docs/common-issues/) -- [Buenas prácticas para someter un informe de bug (en)](https://wp-cli.org/docs/bug-reports/) -- [Documentación (en)](https://wp-cli.org/docs/) -- [Tickets abiertos o cerrados en Github](https://github.com/wp-cli/wp-cli/issues?utf8=%E2%9C%93&q=is%3Aissue) -- [Forum StackExchange WordPress](http://wordpress.stackexchange.com/questions/tagged/wp-cli) +Cuando busques ayuda, primero busca tu pregunta en estos lugares: -Si no ecuentra una solución usando uno de estos enlaces, únase al canal `#cli` en [la organización Slack WordPress.org](https://make.wordpress.org/chat/) para ver si un miembro de la comunidad puede tener una solución para su problema. Los profesionales deben saber que [runcommand](https://runcommand.io/) proporciona un soporte premium. +* [Problemas comunes y sus soluciones](https://make.wordpress.org/cli/handbook/common-issues/) +* [WP-CLI handbook](https://make.wordpress.org/cli/handbook/) +* [Problemas abiertos o cerrados en la organización de WP-CLI GitHub](https://github.com/issues?utf8=%E2%9C%93&q=sort%3Aupdated-desc+org%3Awp-cli+is%3Aissue) +* [Hilos etiquetados con 'WP-CLI' en el foro de soporte de WordPress.org](https://wordpress.org/support/topic-tag/wp-cli/) +* [Preguntas etiquetadas con 'WP-CLI' en el WordPress StackExchange](https://wordpress.stackexchange.com/questions/tagged/wp-cli) -Los tickets Github, permiten seguir la evolución de los bugs y las mejoras en los comandos existentes. No son usados como soporte. Antes de someter un nuevo informe de bug, se agradece revisar [nuestras buenas prácticas](https://wp-cli.org/docs/bug-reports/) para asegurarse que su ticket las respeten. +Si no encontraste una respuesta en uno de los lugares anteriores, puedes: -Se agradece no pedir soporte en Twitter. Twitter no es un sitio conveniente para hacer soporte: 1) es complicado mantener una conversación con un número de caracteres limitado y 2) Twitter no es un lugar donde alguien con la misma pregunta pueda buscar y obtener una respuesta antes de volver a plantearla. +* Únete al canal `#cli` en el [Slack de WordPress.org](https://make.wordpress.org/chat/) para chatear con quien esté disponible en ese momento. Esta opción es la mejor para preguntas rápidas. +* [Publicar un nuevo hilo](https://wordpress.org/support/forum/wp-advanced/#new-post) en el foro de soporte de WordPress.org y etiquetarlo como 'WP-CLI' para que lo vea la comunidad. -Recuerde, libre != gratuito ; la licencia open source le da la libertad de utilizar y modificar, pero no a expensas del tiempo de otras personas. Se agradece una actitud de respeto y planear sus espectativas en consecuencia. +Los issues de GitHub están destinados al seguimiento de mejoras y errores de los comandos existentes, no para soporte general. Antes de enviar un informe de errores, por favor [revise nuestras mejores prácticas](https://make.wordpress.org/cli/handbook/bug-reports/) para ayudar a garantizar que tu issue se resuelve de manera oportuna. -## Extender +Por favor, no hagas preguntas de soporte en Twitter. Twitter no es un lugar aceptable para el soporte porque: Twitter no es un sitio conveniente para hacer soporte: 1) es difícil mantener conversaciones con menos de 140 caracteres, y 2) Twitter no es un lugar donde alguien con tu misma pregunta pueda buscar una respuesta en una conversación previa. -Un **comando** es una unidad atómica de funcionalidad WP-CLI. `wp plugin install` ([doc](https://wp-cli.org/commands/plugin/install/)) es un comando. `wp plugin activate` ([doc](https://wp-cli.org/commands/plugin/activate/)) es otro comando. +Recuerda, libre != gratis; la licencia open source te da la libertad de usar y modificar, pero no a expensas del tiempo de otras personas. Por favor, se respetuoso y establece tus expectativas en consecuencia. -WP-CLI permite registrar cualquier clase, función o closure como un comando. La información de uso se lee desde el bloque PHPdoc de la función de llamada. `WP_CLI::add_command()` ([doc](https://wp-cli.org/docs/internal-api/wp-cli-add-command/)) se utiliza tanto para el registro de comandos internos como externos. +## Extendiendo + +Un **comando** es la unidad atómica de la funcionalidad de WP-CLI. `wp plugin install` ([doc](https://developer.wordpress.org/cli/commands/plugin/install/)) es un comando. `wp plugin activate` ([doc](https://developer.wordpress.org/cli/commands/plugin/activate/)) es otro. + +WP-CLI permite registrar cualquier clase, función o closure invocable como un comando. Lee los detalles de uso del PHPdoc de la devolución de llamada. `WP_CLI::add_command()` ([doc](https://make.wordpress.org/cli/handbook/internal-api/wp-cli-add-command/)) se utiliza tanto para el registro de comandos internos y de terceros. ```php /** @@ -145,46 +160,42 @@ WP-CLI permite registrar cualquier clase, función o closure como un comando. La * Success: Deleted 'my_option' option. */ $delete_option_cmd = function( $args ) { - list( $key ) = $args; + list( $key ) = $args; - if ( ! delete_option( $key ) ) { - WP_CLI::error( "Could not delete '$key' option. Does it exist?" ); - } else { - WP_CLI::success( "Deleted '$key' option." ); - } + if ( ! delete_option( $key ) ) { + WP_CLI::error( "Could not delete '$key' option. Does it exist?" ); + } else { + WP_CLI::success( "Deleted '$key' option." ); + } }; WP_CLI::add_command( 'option delete', $delete_option_cmd ); ``` -WP-CLI se entrega con docenas de comandos. Es mucho más fácil de lo que parece crear sus propios comandos WP-CLI. Lea el [commands cookbook](https://wp-cli.org/docs/commands-cookbook/) para informarse con detalle. Recorra la [documentación sobre el API interno](https://wp-cli.org/docs/internal-api/) para descubrir la variedad de funciones útiles que puede usar en su comando WP-CLI personalizado. - -## Contribuir +WP-CLI viene con docenas de comandos. Es más fácil de lo que parece crear un comando WP-CLI personalizado. Lee el [commands cookbook](https://make.wordpress.org/cli/handbook/commands-cookbook/) para obtener más información. Explore los [documentos del API interno](https://make.wordpress.org/cli/handbook/internal-api/) para descubrir una variedad de funciones útiles que puedes usar en su comando WP-CLI personalizado. -¡ Bienvenido y gracias ! +## Contribuyendo -Apreciamos que tome la iniciativa de contribuir con WP-CLI. Es gracias a usted y a la comunidad a su alrededor que WP-CLI es un proyecto tan importante. +Apreciamos que tomes la iniciativa de contribuir con WP-CLI. Es gracias a ti y la comunidad que lo rodea, que WP-CLI es un gran proyecto. -**Contribuir no se limita únicamente a la escritura de código.** Le animamos a contribuir de la manera que mejor le corresponda, escribiendo tutoriales, haciendo demostraciones en su grupo de usuarios local, ayudando a los demás con sus preguntas de soporte, o releyendo nuestra documentación. +**Contribuir no se limita únicamente al código.** Te animamos a contribuir de la forma que mejor se adapte a tus habilidades, escribiendo tutoriales, haciendo una demostraciones en tu meetup local, ayudando a los demás con sus preguntas de soporte, o revisando nuestra documentación. -Le agradecemos que se tome un momento para [leer la guía del contribuidor en profundidad](https://wp-cli.org/docs/contributing/). Seguir estas reglas ayuda a comunicar respetando el tiempo de los demás que contribuyen en el proyecto. A cambio, harán cuanto esté en sus manos para trabajar con el mismo respeto, a través de los husos horarios y en el mundo, cuando les necesite. +Lee atentamente nuestras [pautas de colaboración en el handbook](https://make.wordpress.org/cli/handbook/contributing/) para una introducción completa sobre cómo puedes involucrarte. Seguir estas pautas ayuda a comunicar que respetas el tiempo de otros colaboradores en el proyecto. A su vez, harán todo lo posible para corresponder a ese respeto cuando trabajen contigo, en zonas horarias y en todo el mundo. -## Dirección +## Liderazgo -WP-CLI es dirigido por : +WP-CLI tiene un encargado del mantenimiento del proyecto: [schlessera](http://github.com/schlessera). -* [Daniel Bachhuber](https://github.com/danielbachhuber/) - mantenimiento actual -* [Cristi Burcă](https://github.com/scribu) - mantenimiento anterior -* [Andreas Creten](https://github.com/andreascreten) - creador +En ocasiones, [concedemos permisos de escritura a los colaboradores](https://make.wordpress.org/cli/handbook/committers-credo/) que han demostrado, durante un período de tiempo, que son capaces e invirtieron en avanzar el proyecto. -Para saber más sobre la [gobernanza (en)](https://wp-cli.org/docs/governance/) del proyecto y ver la [lista completa de los contribuidores](https://github.com/wp-cli/wp-cli/contributors). +Lee el [documento de gobierno en el handbook](https://make.wordpress.org/cli/handbook/governance/) para obtener más detalles operativos acerca del proyecto. ## Créditos -Detrás de las librerías definidas en el fichero [composer.json](composer.json), hemos utilizado código e ideas procedentes de los siguientes proyectos : +Además de las bibliotecas definidas en [composer.json](composer.json), hemos utilizado código o ideas de los siguientes proyectos: -* [Drush](http://drush.ws/) para... un montón de cosas -* [wpshell](http://code.trac.wordpress.org/browser/wpshell) para `wp shell` -* [Regenerate Thumbnails](http://wordpress.org/plugins/regenerate-thumbnails/) para `wp media regenerate` +* [Drush](https://github.com/drush-ops/drush) para... un montón de cosas +* [wpshell](https://code.trac.wordpress.org/browser/wpshell) para `wp shell` +* [Regenerate Thumbnails](https://wordpress.org/plugins/regenerate-thumbnails/) para `wp media regenerate` * [Search-Replace-DB](https://github.com/interconnectit/Search-Replace-DB) para `wp search-replace` * [WordPress-CLI-Exporter](https://github.com/Automattic/WordPress-CLI-Exporter) para `wp export` * [WordPress-CLI-Importer](https://github.com/Automattic/WordPress-CLI-Importer) para `wp import` From 42f890c962abac89c96c88368f045ef869347811 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20Mu=C3=B1oz?= Date: Sun, 24 Jun 2018 01:47:35 +0200 Subject: [PATCH 027/232] small fixes --- es/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es/index.md b/es/index.md index 630c6c2d..fd246773 100644 --- a/es/index.md +++ b/es/index.md @@ -122,7 +122,7 @@ Cuando busques ayuda, primero busca tu pregunta en estos lugares: * [Problemas comunes y sus soluciones](https://make.wordpress.org/cli/handbook/common-issues/) * [WP-CLI handbook](https://make.wordpress.org/cli/handbook/) -* [Problemas abiertos o cerrados en la organización de WP-CLI GitHub](https://github.com/issues?utf8=%E2%9C%93&q=sort%3Aupdated-desc+org%3Awp-cli+is%3Aissue) +* [Issues abiertos o cerrados en la organización de WP-CLI GitHub](https://github.com/issues?utf8=%E2%9C%93&q=sort%3Aupdated-desc+org%3Awp-cli+is%3Aissue) * [Hilos etiquetados con 'WP-CLI' en el foro de soporte de WordPress.org](https://wordpress.org/support/topic-tag/wp-cli/) * [Preguntas etiquetadas con 'WP-CLI' en el WordPress StackExchange](https://wordpress.stackexchange.com/questions/tagged/wp-cli) From ef914c0fee09c28381c2f35c35db248f4ffbda0e Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Wed, 8 Aug 2018 23:40:43 +0200 Subject: [PATCH 028/232] Update index.md to v2.0.0 --- index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index a8b2550f..0f3d1ab0 100644 --- a/index.md +++ b/index.md @@ -44,7 +44,7 @@ Already feel comfortable with the basics? Jump into the [complete list of comman ## Installing -Downloading the Phar file is our recommended installation method for most users. Should you need, see also our documentation on [alternative installation methods](https://make.wordpress.org/cli/handbook/installing/). +Downloading the Phar file is our recommended installation method for most users. Should you need, see also our documentation on [alternative installation methods](https://make.wordpress.org/cli/handbook/installing/) ([Composer](https://make.wordpress.org/cli/handbook/installing/#installing-via-composer), [Homebrew](https://make.wordpress.org/cli/handbook/installing/#installing-via-homebrew), [Docker](https://make.wordpress.org/cli/handbook/installing/#installing-via-docker)). Before installing WP-CLI, please make sure your environment meets the minimum requirements: @@ -98,7 +98,7 @@ Want to live life on the edge? Run `wp cli update --nightly` to use the latest n ### Tab completions -WP-CLI also comes with a tab completion script for Bash and ZSH. Just download [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/master/utils/wp-completion.bash) and source it from `~/.bash_profile`: +WP-CLI also comes with a tab completion script for Bash and ZSH. Just download [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v1.5.1/utils/wp-completion.bash) and source it from `~/.bash_profile`: ```bash source /FULL/PATH/TO/wp-completion.bash From 745b8216c4706fddb326529028d48328d5945916 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Wed, 8 Aug 2018 23:59:17 +0200 Subject: [PATCH 029/232] Update index.md to v2.0.0 --- index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.md b/index.md index 0f3d1ab0..0e53eed2 100644 --- a/index.md +++ b/index.md @@ -9,7 +9,7 @@ Ongoing maintenance is -The current stable release is [version 1.5.1](https://make.wordpress.org/cli/2018/04/21/version-1-5-1-released/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. +The current stable release is [version 2.0.0](https://make.wordpress.org/cli/2018/08/08/wp-cli-v2-0-0-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. [![Build Status](https://travis-ci.org/wp-cli/wp-cli.svg?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![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") @@ -49,7 +49,7 @@ Downloading the Phar file is our recommended installation method for most users. Before installing WP-CLI, please make sure your environment meets the minimum requirements: - UNIX-like environment (OS X, Linux, FreeBSD, Cygwin); limited support in Windows environment -- PHP 5.3.29 or later +- PHP 5.4 or later - WordPress 3.7 or later. Versions older than the latest WordPress release may have degraded functionality Once you've verified requirements, download the [wp-cli.phar](https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) file using `wget` or `curl`: @@ -80,12 +80,12 @@ Shell: /bin/zsh PHP binary: /usr/local/bin/php PHP version: 7.0.22 php.ini used: /etc/local/etc/php/7.0/php.ini -WP-CLI root dir: /home/wp-cli/.wp-cli +WP-CLI root dir: /home/wp-cli/.wp-cli/vendor/wp-cli/wp-cli WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: /home/wp-cli/.wp-cli/config.yml WP-CLI project config: -WP-CLI version: 1.5.1 +WP-CLI version: 2.0.0 ``` ### Updating From ff5957d73919a3e7ac821c1955e27653077c11a2 Mon Sep 17 00:00:00 2001 From: Felipe Elia Date: Wed, 8 Aug 2018 19:45:29 -0300 Subject: [PATCH 030/232] Minor fixes and version update --- br/index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/br/index.md b/br/index.md index a7584c3c..a660bb4f 100644 --- a/br/index.md +++ b/br/index.md @@ -5,15 +5,15 @@ title: Interface para linha de comando para o WordPress [WP-CLI](https://wp-cli.org/) é a interface em linha de comando para o [WordPress](https://br.wordpress.org/). Você pode atualizar plugins, configurar instalações multisite e muito mais, sem utilizar um navegador web. -A manutenção contínua é possibilitada por: +A manutenção contínua é possível graças aos seguintes patrocinadores: -A versão estável mais recente é a [1.5.1](https://make.wordpress.org/cli/2018/04/21/version-1-5-1-released/). Para manter-se atualizado, siga [@wpcli no Twitter](https://twitter.com/wpcli) ou [assine nossa newsletter](https://make.wordpress.org/cli/subscribe/). [Leia nosso plano de ação](https://make.wordpress.org/cli/handbook/roadmap/) para uma visão geral do que está sendo planejado para próximas versões. +A versão estável mais recente é a [2.0.0](https://make.wordpress.org/cli/2018/08/08/wp-cli-v2-0-0-release-notes/). Para manter-se atualizado, siga [@wpcli no Twitter](https://twitter.com/wpcli) ou [assine nossa newsletter](https://make.wordpress.org/cli/subscribe/). [Leia nosso plano de ação](https://make.wordpress.org/cli/handbook/roadmap/) para uma visão geral do que está sendo planejado para próximas versões. [![Build Status](https://travis-ci.org/wp-cli/wp-cli.png?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Tempo médio para resolver um issue") [![Percentage of issues still open](http://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Percentual de issues ainda abertos") -Links rápidos: [Usando](#usando) | [Instalando](#instalando) | [Suporte](#suporte) | [Estendendo](#estendendo) | [Contribuindo](#contribuindo) | [Créditos](#creditos) +Links rápidos: [Usando](#usando) | [Instalando](#instalando) | [Suporte](#suporte) | [Estendendo](#estendendo) | [Contribuindo](#contribuindo) | [Créditos](#créditos) ## Usando @@ -49,7 +49,7 @@ Baixar o arquivo Phar é o método de instalação que recomendamos para a maior Antes de instalar a WP-CLI, tenha certeza de que seu ambiente cumpre os requisitos mínimos: - Ambiente UNIX-like (OS X, Linux, FreeBSD, Cygwin); suporte limitado para ambientes Windows -- PHP 5.3.29 ou superior +- PHP 5.4 ou superior - WordPress 3.7 ou superior. Versões do WordPress anteriores à mais recente podem ter funcionalidade reduzida Após verificar os requisitos, baixe o arquivo [wp-cli.phar](https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) usando `wget` ou `curl`: @@ -80,12 +80,12 @@ Shell: /bin/zsh PHP binary: /usr/local/bin/php PHP version: 7.0.22 php.ini used: /etc/local/etc/php/7.0/php.ini -WP-CLI root dir: /home/wp-cli/.wp-cli +WP-CLI root dir: /home/wp-cli/.wp-cli/vendor/wp-cli/wp-cli WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: /home/wp-cli/.wp-cli/config.yml WP-CLI project config: -WP-CLI version: 1.5.1 +WP-CLI version: 2.0.0 ``` ### Atualizando From 23f7a0852f4e07442b0cc2344b6f6e591fadd054 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Fri, 24 Aug 2018 04:05:11 +0200 Subject: [PATCH 031/232] Adapt index.md file for v2.0.1 release --- index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index 0e53eed2..8abd9510 100644 --- a/index.md +++ b/index.md @@ -9,7 +9,7 @@ Ongoing maintenance is -The current stable release is [version 2.0.0](https://make.wordpress.org/cli/2018/08/08/wp-cli-v2-0-0-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. +The current stable release is [version 2.0.1](https://make.wordpress.org/cli/2018/08/24/wp-cli-v2-0-1-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. [![Build Status](https://travis-ci.org/wp-cli/wp-cli.svg?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![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") @@ -85,7 +85,7 @@ WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: /home/wp-cli/.wp-cli/config.yml WP-CLI project config: -WP-CLI version: 2.0.0 +WP-CLI version: 2.0.1 ``` ### Updating From ff5dbc93a02c122eb5a3f55ccbc41b69fa4ad157 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20Mu=C3=B1oz?= Date: Thu, 30 Aug 2018 13:48:57 +0200 Subject: [PATCH 032/232] Updated index.md - Spanish version Changes adapted to the new WP-CLI version 2.0.1 --- es/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/es/index.md b/es/index.md index fd246773..593f28ca 100644 --- a/es/index.md +++ b/es/index.md @@ -9,7 +9,7 @@ El mantenimiento continuo es -La versión estable actual es la [1.5.1](https://make.wordpress.org/cli/2018/04/21/version-1-5-1-released/). Para estar al día, sigue [@wpcli en Twitter](https://twitter.com/wpcli) o [regístrate para recibir actualizaciones por correo electrónico](https://make.wordpress.org/cli/subscribe/). [Consulta la hoja de ruta](https://make.wordpress.org/cli/handbook/roadmap/) para una visión general de lo que está planeado para las próximas versiones. +La versión estable actual es la [2.0.1](https://make.wordpress.org/cli/2018/08/24/wp-cli-v2-0-1-release-notes/). Para estar al día, sigue [@wpcli en Twitter](https://twitter.com/wpcli) o [regístrate para recibir actualizaciones por correo electrónico](https://make.wordpress.org/cli/subscribe/). [Consulta la hoja de ruta](https://make.wordpress.org/cli/handbook/roadmap/) para una visión general de lo que está planeado para las próximas versiones. [![Build Status](https://travis-ci.org/wp-cli/wp-cli.svg?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![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") @@ -49,7 +49,7 @@ La descarga del archivo Phar es nuestro método de instalación recomendado para Antes de instalar WP-CLI, asegúrate de que tu entorno cumple con los requisitos mínimos: - Entorno de tipo UNIX (OS X, Linux, FreeBSD, Cygwin); soporte limitado en el entorno de Windows -- PHP 5.3.29 o posterior +- PHP 5.4 o posterior - WordPress 3.7 o posterior. Las versiones anteriores a la última versión de WordPress pueden tener funcionalidad degradada Una vez que hayas verificado los requisitos, descarga el archivo [wp-cli.phar](https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) usando `wget` o `curl` : @@ -85,7 +85,7 @@ WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: /home/wp-cli/.wp-cli/config.yml WP-CLI project config: -WP-CLI version: 1.5.1 +WP-CLI version: 2.0.1 ``` ### Actualización From 29f117a8e0c9f81531d7145065193fda16572a53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20Mu=C3=B1oz?= Date: Thu, 30 Aug 2018 19:39:55 +0200 Subject: [PATCH 033/232] Updated index.md - spanish version Updated the link to wp-completion.bash --- es/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es/index.md b/es/index.md index 593f28ca..e3b26933 100644 --- a/es/index.md +++ b/es/index.md @@ -98,7 +98,7 @@ Si WP-CLI es propiedad de root u otro usuario del sistema, necesitarás ejecutar ### Autocompletar con el tabulador -WP-CLI también viene con un scripts para autocompletar con el tabulador para Bash y ZSH. Tan sólo descarga [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/master/utils/wp-completion.bash) y usa el comando `source` desde `~/.bash_profile`: +WP-CLI también viene con un scripts para autocompletar con el tabulador para Bash y ZSH. Tan sólo descarga [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v1.5.1/utils/wp-completion.bash) y usa el comando `source` desde `~/.bash_profile`: ```bash source /FULL/PATH/TO/wp-completion.bash From f52f04d455ef58d9be1e9a4f2b1c379280054333 Mon Sep 17 00:00:00 2001 From: Barry Abrahamson Date: Thu, 13 Dec 2018 23:35:05 -0600 Subject: [PATCH 034/232] Delete CNAME --- CNAME | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index 07dab832..00000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -wp-cli.org From 2ce649a9f91b4751666b9041aeb0a36f407706ea Mon Sep 17 00:00:00 2001 From: Barry Abrahamson Date: Thu, 13 Dec 2018 23:35:12 -0600 Subject: [PATCH 035/232] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 00000000..92366363 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +wp-cli.org \ No newline at end of file From 34728839a0ef71dcadcf809b1b49618043d68ba0 Mon Sep 17 00:00:00 2001 From: Barry Abrahamson Date: Thu, 13 Dec 2018 23:39:27 -0600 Subject: [PATCH 036/232] Delete CNAME --- CNAME | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index 92366363..00000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -wp-cli.org \ No newline at end of file From b8b65b61b83b13307c42607a03bb803c895f7fb5 Mon Sep 17 00:00:00 2001 From: Barry Abrahamson Date: Thu, 13 Dec 2018 23:39:41 -0600 Subject: [PATCH 037/232] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 00000000..92366363 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +wp-cli.org \ No newline at end of file From 306f1dd57354e388451d33c4a7e3aae54246f404 Mon Sep 17 00:00:00 2001 From: Barry Abrahamson Date: Fri, 14 Dec 2018 00:26:51 -0600 Subject: [PATCH 038/232] Delete CNAME --- CNAME | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index 92366363..00000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -wp-cli.org \ No newline at end of file From f9244e8113d057aa1838f716a1778b7379794d61 Mon Sep 17 00:00:00 2001 From: Barry Abrahamson Date: Fri, 14 Dec 2018 00:26:56 -0600 Subject: [PATCH 039/232] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 00000000..92366363 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +wp-cli.org \ No newline at end of file From 7f42cafa0ec96b72305f0b095321e30c1e35877a Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Tue, 18 Dec 2018 22:30:03 +0100 Subject: [PATCH 040/232] Update homepage with latest version --- index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index 8abd9510..11fa70f1 100644 --- a/index.md +++ b/index.md @@ -9,7 +9,7 @@ Ongoing maintenance is -The current stable release is [version 2.0.1](https://make.wordpress.org/cli/2018/08/24/wp-cli-v2-0-1-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. +The current stable release is [version 2.1.0](https://make.wordpress.org/cli/2018/12/18/wp-cli-v2-1-0-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. [![Build Status](https://travis-ci.org/wp-cli/wp-cli.svg?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![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") @@ -85,7 +85,7 @@ WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: /home/wp-cli/.wp-cli/config.yml WP-CLI project config: -WP-CLI version: 2.0.1 +WP-CLI version: 2.1.0 ``` ### Updating From 34af7190070445293e43a79bbea8aef545e1474a Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Mon, 24 Dec 2018 06:55:36 -0800 Subject: [PATCH 041/232] Restore command pages to redirect to developer.wordpress.org URLs --- commands/blog/create/index.md | 2 ++ commands/blog/delete/index.md | 2 ++ commands/blog/empty/index.md | 2 ++ commands/blog/index.md | 2 ++ commands/cache/add/index.md | 2 ++ commands/cache/decr/index.md | 2 ++ commands/cache/delete/index.md | 2 ++ commands/cache/flush/index.md | 2 ++ commands/cache/get/index.md | 2 ++ commands/cache/incr/index.md | 2 ++ commands/cache/index.md | 2 ++ commands/cache/replace/index.md | 2 ++ commands/cache/set/index.md | 2 ++ commands/cache/type/index.md | 2 ++ commands/cap/add/index.md | 2 ++ commands/cap/index.md | 2 ++ commands/cap/list/index.md | 2 ++ commands/cap/remove/index.md | 2 ++ commands/cli/alias/index.md | 2 ++ commands/cli/check-update/index.md | 2 ++ commands/cli/cmd-dump/index.md | 2 ++ commands/cli/completions/index.md | 2 ++ commands/cli/index.md | 2 ++ commands/cli/info/index.md | 2 ++ commands/cli/param-dump/index.md | 2 ++ commands/cli/update/index.md | 2 ++ commands/cli/version/index.md | 2 ++ commands/comment/approve/index.md | 2 ++ commands/comment/count/index.md | 2 ++ commands/comment/create/index.md | 2 ++ commands/comment/delete/index.md | 2 ++ commands/comment/exists/index.md | 2 ++ commands/comment/generate/index.md | 2 ++ commands/comment/get/index.md | 2 ++ commands/comment/index.md | 2 ++ commands/comment/list/index.md | 2 ++ commands/comment/meta/add/index.md | 2 ++ commands/comment/meta/delete/index.md | 2 ++ commands/comment/meta/get/index.md | 2 ++ commands/comment/meta/index.md | 2 ++ commands/comment/meta/list/index.md | 2 ++ commands/comment/meta/update/index.md | 2 ++ commands/comment/recount/index.md | 2 ++ commands/comment/spam/index.md | 2 ++ commands/comment/status/index.md | 2 ++ commands/comment/trash/index.md | 2 ++ commands/comment/unapprove/index.md | 2 ++ commands/comment/unspam/index.md | 2 ++ commands/comment/untrash/index.md | 2 ++ commands/comment/update/index.md | 2 ++ commands/core/check-update/index.md | 2 ++ commands/core/config/index.md | 2 ++ commands/core/download/index.md | 2 ++ commands/core/index.md | 2 ++ commands/core/install-network/index.md | 2 ++ commands/core/install/index.md | 2 ++ commands/core/is-installed/index.md | 2 ++ commands/core/language/activate/index.md | 2 ++ commands/core/language/index.md | 2 ++ commands/core/language/install/index.md | 2 ++ commands/core/language/list/index.md | 2 ++ commands/core/language/uninstall/index.md | 2 ++ commands/core/language/update/index.md | 2 ++ commands/core/multisite-convert/index.md | 2 ++ commands/core/multisite-install/index.md | 2 ++ commands/core/update-db/index.md | 2 ++ commands/core/update/index.md | 2 ++ commands/core/verify-checksums/index.md | 2 ++ commands/core/version/index.md | 2 ++ commands/cron/event/delete/index.md | 2 ++ commands/cron/event/index.md | 2 ++ commands/cron/event/list/index.md | 2 ++ commands/cron/event/run/index.md | 2 ++ commands/cron/event/schedule/index.md | 2 ++ commands/cron/index.md | 2 ++ commands/cron/schedule/index.md | 2 ++ commands/cron/schedule/list/index.md | 2 ++ commands/cron/test/index.md | 2 ++ commands/db/check/index.md | 2 ++ commands/db/cli/index.md | 2 ++ commands/db/create/index.md | 2 ++ commands/db/drop/index.md | 2 ++ commands/db/export/index.md | 2 ++ commands/db/import/index.md | 2 ++ commands/db/index.md | 2 ++ commands/db/optimize/index.md | 2 ++ commands/db/query/index.md | 2 ++ commands/db/repair/index.md | 2 ++ commands/db/reset/index.md | 2 ++ commands/db/tables/index.md | 2 ++ commands/eval-file/index.md | 2 ++ commands/eval/index.md | 2 ++ commands/export/index.md | 2 ++ commands/help/index.md | 2 ++ commands/import/index.md | 2 ++ commands/media/import/index.md | 2 ++ commands/media/index.md | 2 ++ commands/media/regenerate/index.md | 2 ++ commands/menu/create/index.md | 2 ++ commands/menu/delete/index.md | 2 ++ commands/menu/index.md | 2 ++ commands/menu/item/add-custom/index.md | 2 ++ commands/menu/item/add-post/index.md | 2 ++ commands/menu/item/add-term/index.md | 2 ++ commands/menu/item/delete/index.md | 2 ++ commands/menu/item/index.md | 2 ++ commands/menu/item/list/index.md | 2 ++ commands/menu/item/update/index.md | 2 ++ commands/menu/list/index.md | 2 ++ commands/menu/location/assign/index.md | 2 ++ commands/menu/location/index.md | 2 ++ commands/menu/location/list/index.md | 2 ++ commands/menu/location/remove/index.md | 2 ++ commands/network/index.md | 2 ++ commands/network/meta/add/index.md | 2 ++ commands/network/meta/delete/index.md | 2 ++ commands/network/meta/get/index.md | 2 ++ commands/network/meta/index.md | 2 ++ commands/network/meta/list/index.md | 2 ++ commands/network/meta/update/index.md | 2 ++ commands/option/add/index.md | 2 ++ commands/option/delete/index.md | 2 ++ commands/option/get/index.md | 2 ++ commands/option/index.md | 2 ++ commands/option/list/index.md | 2 ++ commands/option/update/index.md | 2 ++ commands/package/browse/index.md | 2 ++ commands/package/index.md | 2 ++ commands/package/install/index.md | 2 ++ commands/package/list/index.md | 2 ++ commands/package/path/index.md | 2 ++ commands/package/uninstall/index.md | 2 ++ commands/package/update/index.md | 2 ++ commands/plugin/activate/index.md | 2 ++ commands/plugin/deactivate/index.md | 2 ++ commands/plugin/delete/index.md | 2 ++ commands/plugin/get/index.md | 2 ++ commands/plugin/index.md | 2 ++ commands/plugin/install/index.md | 2 ++ commands/plugin/is-installed/index.md | 2 ++ commands/plugin/list/index.md | 2 ++ commands/plugin/path/index.md | 2 ++ commands/plugin/search/index.md | 2 ++ commands/plugin/status/index.md | 2 ++ commands/plugin/toggle/index.md | 2 ++ commands/plugin/uninstall/index.md | 2 ++ commands/plugin/update-all/index.md | 2 ++ commands/plugin/update/index.md | 2 ++ commands/post-type/get/index.md | 2 ++ commands/post-type/index.md | 2 ++ commands/post-type/list/index.md | 2 ++ commands/post/create/index.md | 2 ++ commands/post/delete/index.md | 2 ++ commands/post/edit/index.md | 2 ++ commands/post/generate/index.md | 2 ++ commands/post/get/index.md | 2 ++ commands/post/index.md | 2 ++ commands/post/list/index.md | 2 ++ commands/post/meta/add/index.md | 2 ++ commands/post/meta/delete/index.md | 2 ++ commands/post/meta/get/index.md | 2 ++ commands/post/meta/index.md | 2 ++ commands/post/meta/list/index.md | 2 ++ commands/post/meta/update/index.md | 2 ++ commands/post/term/add/index.md | 2 ++ commands/post/term/index.md | 2 ++ commands/post/term/list/index.md | 2 ++ commands/post/term/remove/index.md | 2 ++ commands/post/term/set/index.md | 2 ++ commands/post/update/index.md | 2 ++ commands/rewrite/flush/index.md | 2 ++ commands/rewrite/index.md | 2 ++ commands/rewrite/list/index.md | 2 ++ commands/rewrite/structure/index.md | 2 ++ commands/role/create/index.md | 2 ++ commands/role/delete/index.md | 2 ++ commands/role/exists/index.md | 2 ++ commands/role/index.md | 2 ++ commands/role/list/index.md | 2 ++ commands/role/reset/index.md | 2 ++ commands/scaffold/_s/index.md | 2 ++ commands/scaffold/child-theme/index.md | 2 ++ commands/scaffold/index.md | 2 ++ commands/scaffold/plugin-tests/index.md | 2 ++ commands/scaffold/plugin/index.md | 2 ++ commands/scaffold/post-type/index.md | 2 ++ commands/scaffold/taxonomy/index.md | 2 ++ commands/scaffold/theme-tests/index.md | 2 ++ commands/search-replace/index.md | 2 ++ commands/server/index.md | 2 ++ commands/shell/index.md | 2 ++ commands/sidebar/index.md | 2 ++ commands/sidebar/list/index.md | 2 ++ commands/site/activate/index.md | 2 ++ commands/site/archive/index.md | 2 ++ commands/site/create/index.md | 2 ++ commands/site/deactivate/index.md | 2 ++ commands/site/delete/index.md | 2 ++ commands/site/empty/index.md | 2 ++ commands/site/index.md | 2 ++ commands/site/list/index.md | 2 ++ commands/site/option/add/index.md | 2 ++ commands/site/option/delete/index.md | 2 ++ commands/site/option/get/index.md | 2 ++ commands/site/option/index.md | 2 ++ commands/site/option/list/index.md | 2 ++ commands/site/option/update/index.md | 2 ++ commands/site/spam/index.md | 2 ++ commands/site/unarchive/index.md | 2 ++ commands/site/unspam/index.md | 2 ++ commands/super-admin/add/index.md | 2 ++ commands/super-admin/index.md | 2 ++ commands/super-admin/list/index.md | 2 ++ commands/super-admin/remove/index.md | 2 ++ commands/taxonomy/get/index.md | 2 ++ commands/taxonomy/index.md | 2 ++ commands/taxonomy/list/index.md | 2 ++ commands/term/create/index.md | 2 ++ commands/term/delete/index.md | 2 ++ commands/term/generate/index.md | 2 ++ commands/term/get/index.md | 2 ++ commands/term/index.md | 2 ++ commands/term/list/index.md | 2 ++ commands/term/meta/add/index.md | 2 ++ commands/term/meta/delete/index.md | 2 ++ commands/term/meta/get/index.md | 2 ++ commands/term/meta/index.md | 2 ++ commands/term/meta/list/index.md | 2 ++ commands/term/meta/update/index.md | 2 ++ commands/term/recount/index.md | 2 ++ commands/term/update/index.md | 2 ++ commands/theme/activate/index.md | 2 ++ commands/theme/delete/index.md | 2 ++ commands/theme/disable/index.md | 2 ++ commands/theme/enable/index.md | 2 ++ commands/theme/get/index.md | 2 ++ commands/theme/index.md | 2 ++ commands/theme/install/index.md | 2 ++ commands/theme/is-installed/index.md | 2 ++ commands/theme/list/index.md | 2 ++ commands/theme/mod/get/index.md | 2 ++ commands/theme/mod/index.md | 2 ++ commands/theme/mod/remove/index.md | 2 ++ commands/theme/mod/set/index.md | 2 ++ commands/theme/path/index.md | 2 ++ commands/theme/search/index.md | 2 ++ commands/theme/status/index.md | 2 ++ commands/theme/update-all/index.md | 2 ++ commands/theme/update/index.md | 2 ++ commands/transient/delete/index.md | 2 ++ commands/transient/get/index.md | 2 ++ commands/transient/index.md | 2 ++ commands/transient/set/index.md | 2 ++ commands/transient/type/index.md | 2 ++ commands/user/add-cap/index.md | 2 ++ commands/user/add-role/index.md | 2 ++ commands/user/create/index.md | 2 ++ commands/user/delete/index.md | 2 ++ commands/user/generate/index.md | 2 ++ commands/user/get/index.md | 2 ++ commands/user/import-csv/index.md | 2 ++ commands/user/index.md | 2 ++ commands/user/list-caps/index.md | 2 ++ commands/user/list/index.md | 2 ++ commands/user/meta/add/index.md | 2 ++ commands/user/meta/delete/index.md | 2 ++ commands/user/meta/get/index.md | 2 ++ commands/user/meta/index.md | 2 ++ commands/user/meta/list/index.md | 2 ++ commands/user/meta/update/index.md | 2 ++ commands/user/remove-cap/index.md | 2 ++ commands/user/remove-role/index.md | 2 ++ commands/user/session/destroy/index.md | 2 ++ commands/user/session/index.md | 2 ++ commands/user/session/list/index.md | 2 ++ commands/user/set-role/index.md | 2 ++ commands/user/term/add/index.md | 2 ++ commands/user/term/index.md | 2 ++ commands/user/term/list/index.md | 2 ++ commands/user/term/remove/index.md | 2 ++ commands/user/term/set/index.md | 2 ++ commands/user/update/index.md | 2 ++ commands/widget/add/index.md | 2 ++ commands/widget/deactivate/index.md | 2 ++ commands/widget/delete/index.md | 2 ++ commands/widget/index.md | 2 ++ commands/widget/list/index.md | 2 ++ commands/widget/move/index.md | 2 ++ commands/widget/reset/index.md | 2 ++ commands/widget/update/index.md | 2 ++ 290 files changed, 580 insertions(+) create mode 100644 commands/blog/create/index.md create mode 100644 commands/blog/delete/index.md create mode 100644 commands/blog/empty/index.md create mode 100644 commands/blog/index.md create mode 100644 commands/cache/add/index.md create mode 100644 commands/cache/decr/index.md create mode 100644 commands/cache/delete/index.md create mode 100644 commands/cache/flush/index.md create mode 100644 commands/cache/get/index.md create mode 100644 commands/cache/incr/index.md create mode 100644 commands/cache/index.md create mode 100644 commands/cache/replace/index.md create mode 100644 commands/cache/set/index.md create mode 100644 commands/cache/type/index.md create mode 100644 commands/cap/add/index.md create mode 100644 commands/cap/index.md create mode 100644 commands/cap/list/index.md create mode 100644 commands/cap/remove/index.md create mode 100644 commands/cli/alias/index.md create mode 100644 commands/cli/check-update/index.md create mode 100644 commands/cli/cmd-dump/index.md create mode 100644 commands/cli/completions/index.md create mode 100644 commands/cli/index.md create mode 100644 commands/cli/info/index.md create mode 100644 commands/cli/param-dump/index.md create mode 100644 commands/cli/update/index.md create mode 100644 commands/cli/version/index.md create mode 100644 commands/comment/approve/index.md create mode 100644 commands/comment/count/index.md create mode 100644 commands/comment/create/index.md create mode 100644 commands/comment/delete/index.md create mode 100644 commands/comment/exists/index.md create mode 100644 commands/comment/generate/index.md create mode 100644 commands/comment/get/index.md create mode 100644 commands/comment/index.md create mode 100644 commands/comment/list/index.md create mode 100644 commands/comment/meta/add/index.md create mode 100644 commands/comment/meta/delete/index.md create mode 100644 commands/comment/meta/get/index.md create mode 100644 commands/comment/meta/index.md create mode 100644 commands/comment/meta/list/index.md create mode 100644 commands/comment/meta/update/index.md create mode 100644 commands/comment/recount/index.md create mode 100644 commands/comment/spam/index.md create mode 100644 commands/comment/status/index.md create mode 100644 commands/comment/trash/index.md create mode 100644 commands/comment/unapprove/index.md create mode 100644 commands/comment/unspam/index.md create mode 100644 commands/comment/untrash/index.md create mode 100644 commands/comment/update/index.md create mode 100644 commands/core/check-update/index.md create mode 100644 commands/core/config/index.md create mode 100644 commands/core/download/index.md create mode 100644 commands/core/index.md create mode 100644 commands/core/install-network/index.md create mode 100644 commands/core/install/index.md create mode 100644 commands/core/is-installed/index.md create mode 100644 commands/core/language/activate/index.md create mode 100644 commands/core/language/index.md create mode 100644 commands/core/language/install/index.md create mode 100644 commands/core/language/list/index.md create mode 100644 commands/core/language/uninstall/index.md create mode 100644 commands/core/language/update/index.md create mode 100644 commands/core/multisite-convert/index.md create mode 100644 commands/core/multisite-install/index.md create mode 100644 commands/core/update-db/index.md create mode 100644 commands/core/update/index.md create mode 100644 commands/core/verify-checksums/index.md create mode 100644 commands/core/version/index.md create mode 100644 commands/cron/event/delete/index.md create mode 100644 commands/cron/event/index.md create mode 100644 commands/cron/event/list/index.md create mode 100644 commands/cron/event/run/index.md create mode 100644 commands/cron/event/schedule/index.md create mode 100644 commands/cron/index.md create mode 100644 commands/cron/schedule/index.md create mode 100644 commands/cron/schedule/list/index.md create mode 100644 commands/cron/test/index.md create mode 100644 commands/db/check/index.md create mode 100644 commands/db/cli/index.md create mode 100644 commands/db/create/index.md create mode 100644 commands/db/drop/index.md create mode 100644 commands/db/export/index.md create mode 100644 commands/db/import/index.md create mode 100644 commands/db/index.md create mode 100644 commands/db/optimize/index.md create mode 100644 commands/db/query/index.md create mode 100644 commands/db/repair/index.md create mode 100644 commands/db/reset/index.md create mode 100644 commands/db/tables/index.md create mode 100644 commands/eval-file/index.md create mode 100644 commands/eval/index.md create mode 100644 commands/export/index.md create mode 100644 commands/help/index.md create mode 100644 commands/import/index.md create mode 100644 commands/media/import/index.md create mode 100644 commands/media/index.md create mode 100644 commands/media/regenerate/index.md create mode 100644 commands/menu/create/index.md create mode 100644 commands/menu/delete/index.md create mode 100644 commands/menu/index.md create mode 100644 commands/menu/item/add-custom/index.md create mode 100644 commands/menu/item/add-post/index.md create mode 100644 commands/menu/item/add-term/index.md create mode 100644 commands/menu/item/delete/index.md create mode 100644 commands/menu/item/index.md create mode 100644 commands/menu/item/list/index.md create mode 100644 commands/menu/item/update/index.md create mode 100644 commands/menu/list/index.md create mode 100644 commands/menu/location/assign/index.md create mode 100644 commands/menu/location/index.md create mode 100644 commands/menu/location/list/index.md create mode 100644 commands/menu/location/remove/index.md create mode 100644 commands/network/index.md create mode 100644 commands/network/meta/add/index.md create mode 100644 commands/network/meta/delete/index.md create mode 100644 commands/network/meta/get/index.md create mode 100644 commands/network/meta/index.md create mode 100644 commands/network/meta/list/index.md create mode 100644 commands/network/meta/update/index.md create mode 100644 commands/option/add/index.md create mode 100644 commands/option/delete/index.md create mode 100644 commands/option/get/index.md create mode 100644 commands/option/index.md create mode 100644 commands/option/list/index.md create mode 100644 commands/option/update/index.md create mode 100644 commands/package/browse/index.md create mode 100644 commands/package/index.md create mode 100644 commands/package/install/index.md create mode 100644 commands/package/list/index.md create mode 100644 commands/package/path/index.md create mode 100644 commands/package/uninstall/index.md create mode 100644 commands/package/update/index.md create mode 100644 commands/plugin/activate/index.md create mode 100644 commands/plugin/deactivate/index.md create mode 100644 commands/plugin/delete/index.md create mode 100644 commands/plugin/get/index.md create mode 100644 commands/plugin/index.md create mode 100644 commands/plugin/install/index.md create mode 100644 commands/plugin/is-installed/index.md create mode 100644 commands/plugin/list/index.md create mode 100644 commands/plugin/path/index.md create mode 100644 commands/plugin/search/index.md create mode 100644 commands/plugin/status/index.md create mode 100644 commands/plugin/toggle/index.md create mode 100644 commands/plugin/uninstall/index.md create mode 100644 commands/plugin/update-all/index.md create mode 100644 commands/plugin/update/index.md create mode 100644 commands/post-type/get/index.md create mode 100644 commands/post-type/index.md create mode 100644 commands/post-type/list/index.md create mode 100644 commands/post/create/index.md create mode 100644 commands/post/delete/index.md create mode 100644 commands/post/edit/index.md create mode 100644 commands/post/generate/index.md create mode 100644 commands/post/get/index.md create mode 100644 commands/post/index.md create mode 100644 commands/post/list/index.md create mode 100644 commands/post/meta/add/index.md create mode 100644 commands/post/meta/delete/index.md create mode 100644 commands/post/meta/get/index.md create mode 100644 commands/post/meta/index.md create mode 100644 commands/post/meta/list/index.md create mode 100644 commands/post/meta/update/index.md create mode 100644 commands/post/term/add/index.md create mode 100644 commands/post/term/index.md create mode 100644 commands/post/term/list/index.md create mode 100644 commands/post/term/remove/index.md create mode 100644 commands/post/term/set/index.md create mode 100644 commands/post/update/index.md create mode 100644 commands/rewrite/flush/index.md create mode 100644 commands/rewrite/index.md create mode 100644 commands/rewrite/list/index.md create mode 100644 commands/rewrite/structure/index.md create mode 100644 commands/role/create/index.md create mode 100644 commands/role/delete/index.md create mode 100644 commands/role/exists/index.md create mode 100644 commands/role/index.md create mode 100644 commands/role/list/index.md create mode 100644 commands/role/reset/index.md create mode 100644 commands/scaffold/_s/index.md create mode 100644 commands/scaffold/child-theme/index.md create mode 100644 commands/scaffold/index.md create mode 100644 commands/scaffold/plugin-tests/index.md create mode 100644 commands/scaffold/plugin/index.md create mode 100644 commands/scaffold/post-type/index.md create mode 100644 commands/scaffold/taxonomy/index.md create mode 100644 commands/scaffold/theme-tests/index.md create mode 100644 commands/search-replace/index.md create mode 100644 commands/server/index.md create mode 100644 commands/shell/index.md create mode 100644 commands/sidebar/index.md create mode 100644 commands/sidebar/list/index.md create mode 100644 commands/site/activate/index.md create mode 100644 commands/site/archive/index.md create mode 100644 commands/site/create/index.md create mode 100644 commands/site/deactivate/index.md create mode 100644 commands/site/delete/index.md create mode 100644 commands/site/empty/index.md create mode 100644 commands/site/index.md create mode 100644 commands/site/list/index.md create mode 100644 commands/site/option/add/index.md create mode 100644 commands/site/option/delete/index.md create mode 100644 commands/site/option/get/index.md create mode 100644 commands/site/option/index.md create mode 100644 commands/site/option/list/index.md create mode 100644 commands/site/option/update/index.md create mode 100644 commands/site/spam/index.md create mode 100644 commands/site/unarchive/index.md create mode 100644 commands/site/unspam/index.md create mode 100644 commands/super-admin/add/index.md create mode 100644 commands/super-admin/index.md create mode 100644 commands/super-admin/list/index.md create mode 100644 commands/super-admin/remove/index.md create mode 100644 commands/taxonomy/get/index.md create mode 100644 commands/taxonomy/index.md create mode 100644 commands/taxonomy/list/index.md create mode 100644 commands/term/create/index.md create mode 100644 commands/term/delete/index.md create mode 100644 commands/term/generate/index.md create mode 100644 commands/term/get/index.md create mode 100644 commands/term/index.md create mode 100644 commands/term/list/index.md create mode 100644 commands/term/meta/add/index.md create mode 100644 commands/term/meta/delete/index.md create mode 100644 commands/term/meta/get/index.md create mode 100644 commands/term/meta/index.md create mode 100644 commands/term/meta/list/index.md create mode 100644 commands/term/meta/update/index.md create mode 100644 commands/term/recount/index.md create mode 100644 commands/term/update/index.md create mode 100644 commands/theme/activate/index.md create mode 100644 commands/theme/delete/index.md create mode 100644 commands/theme/disable/index.md create mode 100644 commands/theme/enable/index.md create mode 100644 commands/theme/get/index.md create mode 100644 commands/theme/index.md create mode 100644 commands/theme/install/index.md create mode 100644 commands/theme/is-installed/index.md create mode 100644 commands/theme/list/index.md create mode 100644 commands/theme/mod/get/index.md create mode 100644 commands/theme/mod/index.md create mode 100644 commands/theme/mod/remove/index.md create mode 100644 commands/theme/mod/set/index.md create mode 100644 commands/theme/path/index.md create mode 100644 commands/theme/search/index.md create mode 100644 commands/theme/status/index.md create mode 100644 commands/theme/update-all/index.md create mode 100644 commands/theme/update/index.md create mode 100644 commands/transient/delete/index.md create mode 100644 commands/transient/get/index.md create mode 100644 commands/transient/index.md create mode 100644 commands/transient/set/index.md create mode 100644 commands/transient/type/index.md create mode 100644 commands/user/add-cap/index.md create mode 100644 commands/user/add-role/index.md create mode 100644 commands/user/create/index.md create mode 100644 commands/user/delete/index.md create mode 100644 commands/user/generate/index.md create mode 100644 commands/user/get/index.md create mode 100644 commands/user/import-csv/index.md create mode 100644 commands/user/index.md create mode 100644 commands/user/list-caps/index.md create mode 100644 commands/user/list/index.md create mode 100644 commands/user/meta/add/index.md create mode 100644 commands/user/meta/delete/index.md create mode 100644 commands/user/meta/get/index.md create mode 100644 commands/user/meta/index.md create mode 100644 commands/user/meta/list/index.md create mode 100644 commands/user/meta/update/index.md create mode 100644 commands/user/remove-cap/index.md create mode 100644 commands/user/remove-role/index.md create mode 100644 commands/user/session/destroy/index.md create mode 100644 commands/user/session/index.md create mode 100644 commands/user/session/list/index.md create mode 100644 commands/user/set-role/index.md create mode 100644 commands/user/term/add/index.md create mode 100644 commands/user/term/index.md create mode 100644 commands/user/term/list/index.md create mode 100644 commands/user/term/remove/index.md create mode 100644 commands/user/term/set/index.md create mode 100644 commands/user/update/index.md create mode 100644 commands/widget/add/index.md create mode 100644 commands/widget/deactivate/index.md create mode 100644 commands/widget/delete/index.md create mode 100644 commands/widget/index.md create mode 100644 commands/widget/list/index.md create mode 100644 commands/widget/move/index.md create mode 100644 commands/widget/reset/index.md create mode 100644 commands/widget/update/index.md diff --git a/commands/blog/create/index.md b/commands/blog/create/index.md new file mode 100644 index 00000000..b8efacd4 --- /dev/null +++ b/commands/blog/create/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/blog/create/ \ No newline at end of file diff --git a/commands/blog/delete/index.md b/commands/blog/delete/index.md new file mode 100644 index 00000000..0e2d1e2b --- /dev/null +++ b/commands/blog/delete/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/blog/delete/ \ No newline at end of file diff --git a/commands/blog/empty/index.md b/commands/blog/empty/index.md new file mode 100644 index 00000000..a6e735e0 --- /dev/null +++ b/commands/blog/empty/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/blog/empty/ \ No newline at end of file diff --git a/commands/blog/index.md b/commands/blog/index.md new file mode 100644 index 00000000..c26382cf --- /dev/null +++ b/commands/blog/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/blog/ \ No newline at end of file diff --git a/commands/cache/add/index.md b/commands/cache/add/index.md new file mode 100644 index 00000000..973f00cd --- /dev/null +++ b/commands/cache/add/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/cache/add/ \ No newline at end of file diff --git a/commands/cache/decr/index.md b/commands/cache/decr/index.md new file mode 100644 index 00000000..435c3870 --- /dev/null +++ b/commands/cache/decr/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/cache/decr/ \ No newline at end of file diff --git a/commands/cache/delete/index.md b/commands/cache/delete/index.md new file mode 100644 index 00000000..2aa1914e --- /dev/null +++ b/commands/cache/delete/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/cache/delete/ \ No newline at end of file diff --git a/commands/cache/flush/index.md b/commands/cache/flush/index.md new file mode 100644 index 00000000..99fb40bb --- /dev/null +++ b/commands/cache/flush/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/cache/flush/ \ No newline at end of file diff --git a/commands/cache/get/index.md b/commands/cache/get/index.md new file mode 100644 index 00000000..3a4a5f18 --- /dev/null +++ b/commands/cache/get/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/cache/get/ \ No newline at end of file diff --git a/commands/cache/incr/index.md b/commands/cache/incr/index.md new file mode 100644 index 00000000..d7d4857b --- /dev/null +++ b/commands/cache/incr/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/cache/incr/ \ No newline at end of file diff --git a/commands/cache/index.md b/commands/cache/index.md new file mode 100644 index 00000000..8c1b4418 --- /dev/null +++ b/commands/cache/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/cache/ \ No newline at end of file diff --git a/commands/cache/replace/index.md b/commands/cache/replace/index.md new file mode 100644 index 00000000..6d7f8f1f --- /dev/null +++ b/commands/cache/replace/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/cache/replace/ \ No newline at end of file diff --git a/commands/cache/set/index.md b/commands/cache/set/index.md new file mode 100644 index 00000000..90b8e15b --- /dev/null +++ b/commands/cache/set/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/cache/set/ \ No newline at end of file diff --git a/commands/cache/type/index.md b/commands/cache/type/index.md new file mode 100644 index 00000000..b14cbedb --- /dev/null +++ b/commands/cache/type/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/cache/type/ \ No newline at end of file diff --git a/commands/cap/add/index.md b/commands/cap/add/index.md new file mode 100644 index 00000000..1c541c37 --- /dev/null +++ b/commands/cap/add/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/cap/add/ \ No newline at end of file diff --git a/commands/cap/index.md b/commands/cap/index.md new file mode 100644 index 00000000..d62074f2 --- /dev/null +++ b/commands/cap/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/cap/ \ No newline at end of file diff --git a/commands/cap/list/index.md b/commands/cap/list/index.md new file mode 100644 index 00000000..6c851736 --- /dev/null +++ b/commands/cap/list/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/cap/list/ \ No newline at end of file diff --git a/commands/cap/remove/index.md b/commands/cap/remove/index.md new file mode 100644 index 00000000..6908c6a4 --- /dev/null +++ b/commands/cap/remove/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/cap/remove/ \ No newline at end of file diff --git a/commands/cli/alias/index.md b/commands/cli/alias/index.md new file mode 100644 index 00000000..f0f94f26 --- /dev/null +++ b/commands/cli/alias/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/cli/alias/ \ No newline at end of file diff --git a/commands/cli/check-update/index.md b/commands/cli/check-update/index.md new file mode 100644 index 00000000..0265531e --- /dev/null +++ b/commands/cli/check-update/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/cli/check-update/ \ No newline at end of file diff --git a/commands/cli/cmd-dump/index.md b/commands/cli/cmd-dump/index.md new file mode 100644 index 00000000..c2f8c748 --- /dev/null +++ b/commands/cli/cmd-dump/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/cli/cmd-dump/ \ No newline at end of file diff --git a/commands/cli/completions/index.md b/commands/cli/completions/index.md new file mode 100644 index 00000000..e3486ef2 --- /dev/null +++ b/commands/cli/completions/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/cli/completions/ \ No newline at end of file diff --git a/commands/cli/index.md b/commands/cli/index.md new file mode 100644 index 00000000..a4c4e466 --- /dev/null +++ b/commands/cli/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/cli/ \ No newline at end of file diff --git a/commands/cli/info/index.md b/commands/cli/info/index.md new file mode 100644 index 00000000..0bd34dcb --- /dev/null +++ b/commands/cli/info/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/cli/info/ \ No newline at end of file diff --git a/commands/cli/param-dump/index.md b/commands/cli/param-dump/index.md new file mode 100644 index 00000000..5e82fe8c --- /dev/null +++ b/commands/cli/param-dump/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/cli/param-dump/ \ No newline at end of file diff --git a/commands/cli/update/index.md b/commands/cli/update/index.md new file mode 100644 index 00000000..993bf673 --- /dev/null +++ b/commands/cli/update/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/cli/update/ \ No newline at end of file diff --git a/commands/cli/version/index.md b/commands/cli/version/index.md new file mode 100644 index 00000000..f49e8bfe --- /dev/null +++ b/commands/cli/version/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/cli/version/ \ No newline at end of file diff --git a/commands/comment/approve/index.md b/commands/comment/approve/index.md new file mode 100644 index 00000000..3ebb76e5 --- /dev/null +++ b/commands/comment/approve/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/comment/approve/ \ No newline at end of file diff --git a/commands/comment/count/index.md b/commands/comment/count/index.md new file mode 100644 index 00000000..6558805e --- /dev/null +++ b/commands/comment/count/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/comment/count/ \ No newline at end of file diff --git a/commands/comment/create/index.md b/commands/comment/create/index.md new file mode 100644 index 00000000..f12bca0c --- /dev/null +++ b/commands/comment/create/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/comment/create/ \ No newline at end of file diff --git a/commands/comment/delete/index.md b/commands/comment/delete/index.md new file mode 100644 index 00000000..3d90331c --- /dev/null +++ b/commands/comment/delete/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/comment/delete/ \ No newline at end of file diff --git a/commands/comment/exists/index.md b/commands/comment/exists/index.md new file mode 100644 index 00000000..32724625 --- /dev/null +++ b/commands/comment/exists/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/comment/exists/ \ No newline at end of file diff --git a/commands/comment/generate/index.md b/commands/comment/generate/index.md new file mode 100644 index 00000000..39e35283 --- /dev/null +++ b/commands/comment/generate/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/comment/generate/ \ No newline at end of file diff --git a/commands/comment/get/index.md b/commands/comment/get/index.md new file mode 100644 index 00000000..98def28d --- /dev/null +++ b/commands/comment/get/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/comment/get/ \ No newline at end of file diff --git a/commands/comment/index.md b/commands/comment/index.md new file mode 100644 index 00000000..c0776d06 --- /dev/null +++ b/commands/comment/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/comment/ \ No newline at end of file diff --git a/commands/comment/list/index.md b/commands/comment/list/index.md new file mode 100644 index 00000000..72b980ce --- /dev/null +++ b/commands/comment/list/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/comment/list/ \ No newline at end of file diff --git a/commands/comment/meta/add/index.md b/commands/comment/meta/add/index.md new file mode 100644 index 00000000..6940b813 --- /dev/null +++ b/commands/comment/meta/add/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/comment/meta/add/ \ No newline at end of file diff --git a/commands/comment/meta/delete/index.md b/commands/comment/meta/delete/index.md new file mode 100644 index 00000000..32a5c79a --- /dev/null +++ b/commands/comment/meta/delete/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/comment/meta/delete/ \ No newline at end of file diff --git a/commands/comment/meta/get/index.md b/commands/comment/meta/get/index.md new file mode 100644 index 00000000..eeb641b3 --- /dev/null +++ b/commands/comment/meta/get/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/comment/meta/get/ \ No newline at end of file diff --git a/commands/comment/meta/index.md b/commands/comment/meta/index.md new file mode 100644 index 00000000..a81bda2e --- /dev/null +++ b/commands/comment/meta/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/comment/meta/ \ No newline at end of file diff --git a/commands/comment/meta/list/index.md b/commands/comment/meta/list/index.md new file mode 100644 index 00000000..bd2893de --- /dev/null +++ b/commands/comment/meta/list/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/comment/meta/list/ \ No newline at end of file diff --git a/commands/comment/meta/update/index.md b/commands/comment/meta/update/index.md new file mode 100644 index 00000000..92cc3c39 --- /dev/null +++ b/commands/comment/meta/update/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/comment/meta/update/ \ No newline at end of file diff --git a/commands/comment/recount/index.md b/commands/comment/recount/index.md new file mode 100644 index 00000000..9aca0e08 --- /dev/null +++ b/commands/comment/recount/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/comment/recount/ \ No newline at end of file diff --git a/commands/comment/spam/index.md b/commands/comment/spam/index.md new file mode 100644 index 00000000..29861bc7 --- /dev/null +++ b/commands/comment/spam/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/comment/spam/ \ No newline at end of file diff --git a/commands/comment/status/index.md b/commands/comment/status/index.md new file mode 100644 index 00000000..4ad951f9 --- /dev/null +++ b/commands/comment/status/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/comment/status/ \ No newline at end of file diff --git a/commands/comment/trash/index.md b/commands/comment/trash/index.md new file mode 100644 index 00000000..86d360da --- /dev/null +++ b/commands/comment/trash/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/comment/trash/ \ No newline at end of file diff --git a/commands/comment/unapprove/index.md b/commands/comment/unapprove/index.md new file mode 100644 index 00000000..a1b07961 --- /dev/null +++ b/commands/comment/unapprove/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/comment/unapprove/ \ No newline at end of file diff --git a/commands/comment/unspam/index.md b/commands/comment/unspam/index.md new file mode 100644 index 00000000..5fa64c6c --- /dev/null +++ b/commands/comment/unspam/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/comment/unspam/ \ No newline at end of file diff --git a/commands/comment/untrash/index.md b/commands/comment/untrash/index.md new file mode 100644 index 00000000..dc799bab --- /dev/null +++ b/commands/comment/untrash/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/comment/untrash/ \ No newline at end of file diff --git a/commands/comment/update/index.md b/commands/comment/update/index.md new file mode 100644 index 00000000..7bd78ea7 --- /dev/null +++ b/commands/comment/update/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/comment/update/ \ No newline at end of file diff --git a/commands/core/check-update/index.md b/commands/core/check-update/index.md new file mode 100644 index 00000000..b53dca68 --- /dev/null +++ b/commands/core/check-update/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/core/check-update/ \ No newline at end of file diff --git a/commands/core/config/index.md b/commands/core/config/index.md new file mode 100644 index 00000000..a5aadc1e --- /dev/null +++ b/commands/core/config/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/core/config/ \ No newline at end of file diff --git a/commands/core/download/index.md b/commands/core/download/index.md new file mode 100644 index 00000000..e5f1cbc9 --- /dev/null +++ b/commands/core/download/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/core/download/ \ No newline at end of file diff --git a/commands/core/index.md b/commands/core/index.md new file mode 100644 index 00000000..76741327 --- /dev/null +++ b/commands/core/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/core/ \ No newline at end of file diff --git a/commands/core/install-network/index.md b/commands/core/install-network/index.md new file mode 100644 index 00000000..ff8c8d1a --- /dev/null +++ b/commands/core/install-network/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/core/install-network/ \ No newline at end of file diff --git a/commands/core/install/index.md b/commands/core/install/index.md new file mode 100644 index 00000000..bd73bddf --- /dev/null +++ b/commands/core/install/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/core/install/ \ No newline at end of file diff --git a/commands/core/is-installed/index.md b/commands/core/is-installed/index.md new file mode 100644 index 00000000..1909b121 --- /dev/null +++ b/commands/core/is-installed/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/core/is-installed/ \ No newline at end of file diff --git a/commands/core/language/activate/index.md b/commands/core/language/activate/index.md new file mode 100644 index 00000000..f578623b --- /dev/null +++ b/commands/core/language/activate/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/core/language/activate/ \ No newline at end of file diff --git a/commands/core/language/index.md b/commands/core/language/index.md new file mode 100644 index 00000000..daea4c6b --- /dev/null +++ b/commands/core/language/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/core/language/ \ No newline at end of file diff --git a/commands/core/language/install/index.md b/commands/core/language/install/index.md new file mode 100644 index 00000000..03b83369 --- /dev/null +++ b/commands/core/language/install/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/core/language/install/ \ No newline at end of file diff --git a/commands/core/language/list/index.md b/commands/core/language/list/index.md new file mode 100644 index 00000000..2ca3d665 --- /dev/null +++ b/commands/core/language/list/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/core/language/list/ \ No newline at end of file diff --git a/commands/core/language/uninstall/index.md b/commands/core/language/uninstall/index.md new file mode 100644 index 00000000..2d47c2ab --- /dev/null +++ b/commands/core/language/uninstall/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/core/language/uninstall/ \ No newline at end of file diff --git a/commands/core/language/update/index.md b/commands/core/language/update/index.md new file mode 100644 index 00000000..33d12727 --- /dev/null +++ b/commands/core/language/update/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/core/language/update/ \ No newline at end of file diff --git a/commands/core/multisite-convert/index.md b/commands/core/multisite-convert/index.md new file mode 100644 index 00000000..739144f2 --- /dev/null +++ b/commands/core/multisite-convert/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/core/multisite-convert/ \ No newline at end of file diff --git a/commands/core/multisite-install/index.md b/commands/core/multisite-install/index.md new file mode 100644 index 00000000..a19abb92 --- /dev/null +++ b/commands/core/multisite-install/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/core/multisite-install/ \ No newline at end of file diff --git a/commands/core/update-db/index.md b/commands/core/update-db/index.md new file mode 100644 index 00000000..9cee8c83 --- /dev/null +++ b/commands/core/update-db/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/core/update-db/ \ No newline at end of file diff --git a/commands/core/update/index.md b/commands/core/update/index.md new file mode 100644 index 00000000..3d6b0075 --- /dev/null +++ b/commands/core/update/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/core/update/ \ No newline at end of file diff --git a/commands/core/verify-checksums/index.md b/commands/core/verify-checksums/index.md new file mode 100644 index 00000000..76b8fb8e --- /dev/null +++ b/commands/core/verify-checksums/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/core/verify-checksums/ \ No newline at end of file diff --git a/commands/core/version/index.md b/commands/core/version/index.md new file mode 100644 index 00000000..d71e9f97 --- /dev/null +++ b/commands/core/version/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/core/version/ \ No newline at end of file diff --git a/commands/cron/event/delete/index.md b/commands/cron/event/delete/index.md new file mode 100644 index 00000000..dcb65ca2 --- /dev/null +++ b/commands/cron/event/delete/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/cron/event/delete/ \ No newline at end of file diff --git a/commands/cron/event/index.md b/commands/cron/event/index.md new file mode 100644 index 00000000..43a146de --- /dev/null +++ b/commands/cron/event/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/cron/event/ \ No newline at end of file diff --git a/commands/cron/event/list/index.md b/commands/cron/event/list/index.md new file mode 100644 index 00000000..886fedcd --- /dev/null +++ b/commands/cron/event/list/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/cron/event/list/ \ No newline at end of file diff --git a/commands/cron/event/run/index.md b/commands/cron/event/run/index.md new file mode 100644 index 00000000..a07416db --- /dev/null +++ b/commands/cron/event/run/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/cron/event/run/ \ No newline at end of file diff --git a/commands/cron/event/schedule/index.md b/commands/cron/event/schedule/index.md new file mode 100644 index 00000000..420ea21b --- /dev/null +++ b/commands/cron/event/schedule/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/cron/event/schedule/ \ No newline at end of file diff --git a/commands/cron/index.md b/commands/cron/index.md new file mode 100644 index 00000000..06ddf7b1 --- /dev/null +++ b/commands/cron/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/cron/ \ No newline at end of file diff --git a/commands/cron/schedule/index.md b/commands/cron/schedule/index.md new file mode 100644 index 00000000..0ad4709b --- /dev/null +++ b/commands/cron/schedule/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/cron/schedule/ \ No newline at end of file diff --git a/commands/cron/schedule/list/index.md b/commands/cron/schedule/list/index.md new file mode 100644 index 00000000..f68d0cc5 --- /dev/null +++ b/commands/cron/schedule/list/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/cron/schedule/list/ \ No newline at end of file diff --git a/commands/cron/test/index.md b/commands/cron/test/index.md new file mode 100644 index 00000000..28baaf70 --- /dev/null +++ b/commands/cron/test/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/cron/test/ \ No newline at end of file diff --git a/commands/db/check/index.md b/commands/db/check/index.md new file mode 100644 index 00000000..4d8ef0d9 --- /dev/null +++ b/commands/db/check/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/db/check/ \ No newline at end of file diff --git a/commands/db/cli/index.md b/commands/db/cli/index.md new file mode 100644 index 00000000..d6dafcea --- /dev/null +++ b/commands/db/cli/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/db/cli/ \ No newline at end of file diff --git a/commands/db/create/index.md b/commands/db/create/index.md new file mode 100644 index 00000000..6943a4ee --- /dev/null +++ b/commands/db/create/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/db/create/ \ No newline at end of file diff --git a/commands/db/drop/index.md b/commands/db/drop/index.md new file mode 100644 index 00000000..990a2ca0 --- /dev/null +++ b/commands/db/drop/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/db/drop/ \ No newline at end of file diff --git a/commands/db/export/index.md b/commands/db/export/index.md new file mode 100644 index 00000000..eed2b60e --- /dev/null +++ b/commands/db/export/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/db/export/ \ No newline at end of file diff --git a/commands/db/import/index.md b/commands/db/import/index.md new file mode 100644 index 00000000..35d01fb7 --- /dev/null +++ b/commands/db/import/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/db/import/ \ No newline at end of file diff --git a/commands/db/index.md b/commands/db/index.md new file mode 100644 index 00000000..eab16ced --- /dev/null +++ b/commands/db/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/db/ \ No newline at end of file diff --git a/commands/db/optimize/index.md b/commands/db/optimize/index.md new file mode 100644 index 00000000..88b23848 --- /dev/null +++ b/commands/db/optimize/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/db/optimize/ \ No newline at end of file diff --git a/commands/db/query/index.md b/commands/db/query/index.md new file mode 100644 index 00000000..bbeb7cb8 --- /dev/null +++ b/commands/db/query/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/db/query/ \ No newline at end of file diff --git a/commands/db/repair/index.md b/commands/db/repair/index.md new file mode 100644 index 00000000..3cf43960 --- /dev/null +++ b/commands/db/repair/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/db/repair/ \ No newline at end of file diff --git a/commands/db/reset/index.md b/commands/db/reset/index.md new file mode 100644 index 00000000..96aeda25 --- /dev/null +++ b/commands/db/reset/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/db/reset/ \ No newline at end of file diff --git a/commands/db/tables/index.md b/commands/db/tables/index.md new file mode 100644 index 00000000..e60fb60d --- /dev/null +++ b/commands/db/tables/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/db/tables/ \ No newline at end of file diff --git a/commands/eval-file/index.md b/commands/eval-file/index.md new file mode 100644 index 00000000..bb867e81 --- /dev/null +++ b/commands/eval-file/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/eval-file/ \ No newline at end of file diff --git a/commands/eval/index.md b/commands/eval/index.md new file mode 100644 index 00000000..f691ed7a --- /dev/null +++ b/commands/eval/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/eval/ \ No newline at end of file diff --git a/commands/export/index.md b/commands/export/index.md new file mode 100644 index 00000000..03e3936e --- /dev/null +++ b/commands/export/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/export/ \ No newline at end of file diff --git a/commands/help/index.md b/commands/help/index.md new file mode 100644 index 00000000..345e4e45 --- /dev/null +++ b/commands/help/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/help/ \ No newline at end of file diff --git a/commands/import/index.md b/commands/import/index.md new file mode 100644 index 00000000..cffffcea --- /dev/null +++ b/commands/import/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/import/ \ No newline at end of file diff --git a/commands/media/import/index.md b/commands/media/import/index.md new file mode 100644 index 00000000..bd54ec5e --- /dev/null +++ b/commands/media/import/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/media/import/ \ No newline at end of file diff --git a/commands/media/index.md b/commands/media/index.md new file mode 100644 index 00000000..56f702eb --- /dev/null +++ b/commands/media/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/media/ \ No newline at end of file diff --git a/commands/media/regenerate/index.md b/commands/media/regenerate/index.md new file mode 100644 index 00000000..ced20593 --- /dev/null +++ b/commands/media/regenerate/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/media/regenerate/ \ No newline at end of file diff --git a/commands/menu/create/index.md b/commands/menu/create/index.md new file mode 100644 index 00000000..9fa8e3b4 --- /dev/null +++ b/commands/menu/create/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/menu/create/ \ No newline at end of file diff --git a/commands/menu/delete/index.md b/commands/menu/delete/index.md new file mode 100644 index 00000000..c2973ba4 --- /dev/null +++ b/commands/menu/delete/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/menu/delete/ \ No newline at end of file diff --git a/commands/menu/index.md b/commands/menu/index.md new file mode 100644 index 00000000..cc507bbb --- /dev/null +++ b/commands/menu/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/menu/ \ No newline at end of file diff --git a/commands/menu/item/add-custom/index.md b/commands/menu/item/add-custom/index.md new file mode 100644 index 00000000..ce42a607 --- /dev/null +++ b/commands/menu/item/add-custom/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/menu/item/add-custom/ \ No newline at end of file diff --git a/commands/menu/item/add-post/index.md b/commands/menu/item/add-post/index.md new file mode 100644 index 00000000..007e74a1 --- /dev/null +++ b/commands/menu/item/add-post/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/menu/item/add-post/ \ No newline at end of file diff --git a/commands/menu/item/add-term/index.md b/commands/menu/item/add-term/index.md new file mode 100644 index 00000000..39307b5b --- /dev/null +++ b/commands/menu/item/add-term/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/menu/item/add-term/ \ No newline at end of file diff --git a/commands/menu/item/delete/index.md b/commands/menu/item/delete/index.md new file mode 100644 index 00000000..02e6206b --- /dev/null +++ b/commands/menu/item/delete/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/menu/item/delete/ \ No newline at end of file diff --git a/commands/menu/item/index.md b/commands/menu/item/index.md new file mode 100644 index 00000000..74c057c1 --- /dev/null +++ b/commands/menu/item/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/menu/item/ \ No newline at end of file diff --git a/commands/menu/item/list/index.md b/commands/menu/item/list/index.md new file mode 100644 index 00000000..665bd871 --- /dev/null +++ b/commands/menu/item/list/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/menu/item/list/ \ No newline at end of file diff --git a/commands/menu/item/update/index.md b/commands/menu/item/update/index.md new file mode 100644 index 00000000..de2a5a84 --- /dev/null +++ b/commands/menu/item/update/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/menu/item/update/ \ No newline at end of file diff --git a/commands/menu/list/index.md b/commands/menu/list/index.md new file mode 100644 index 00000000..54dd8ebf --- /dev/null +++ b/commands/menu/list/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/menu/list/ \ No newline at end of file diff --git a/commands/menu/location/assign/index.md b/commands/menu/location/assign/index.md new file mode 100644 index 00000000..ad8020cf --- /dev/null +++ b/commands/menu/location/assign/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/menu/location/assign/ \ No newline at end of file diff --git a/commands/menu/location/index.md b/commands/menu/location/index.md new file mode 100644 index 00000000..64004ae7 --- /dev/null +++ b/commands/menu/location/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/menu/location/ \ No newline at end of file diff --git a/commands/menu/location/list/index.md b/commands/menu/location/list/index.md new file mode 100644 index 00000000..710972ab --- /dev/null +++ b/commands/menu/location/list/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/menu/location/list/ \ No newline at end of file diff --git a/commands/menu/location/remove/index.md b/commands/menu/location/remove/index.md new file mode 100644 index 00000000..c31cdc98 --- /dev/null +++ b/commands/menu/location/remove/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/menu/location/remove/ \ No newline at end of file diff --git a/commands/network/index.md b/commands/network/index.md new file mode 100644 index 00000000..4cdab590 --- /dev/null +++ b/commands/network/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/network/ \ No newline at end of file diff --git a/commands/network/meta/add/index.md b/commands/network/meta/add/index.md new file mode 100644 index 00000000..b326daf6 --- /dev/null +++ b/commands/network/meta/add/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/network/meta/add/ \ No newline at end of file diff --git a/commands/network/meta/delete/index.md b/commands/network/meta/delete/index.md new file mode 100644 index 00000000..5a833a86 --- /dev/null +++ b/commands/network/meta/delete/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/network/meta/delete/ \ No newline at end of file diff --git a/commands/network/meta/get/index.md b/commands/network/meta/get/index.md new file mode 100644 index 00000000..3a828bff --- /dev/null +++ b/commands/network/meta/get/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/network/meta/get/ \ No newline at end of file diff --git a/commands/network/meta/index.md b/commands/network/meta/index.md new file mode 100644 index 00000000..c4922b36 --- /dev/null +++ b/commands/network/meta/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/network/meta/ \ No newline at end of file diff --git a/commands/network/meta/list/index.md b/commands/network/meta/list/index.md new file mode 100644 index 00000000..0a296e37 --- /dev/null +++ b/commands/network/meta/list/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/network/meta/list/ \ No newline at end of file diff --git a/commands/network/meta/update/index.md b/commands/network/meta/update/index.md new file mode 100644 index 00000000..6a2e35e8 --- /dev/null +++ b/commands/network/meta/update/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/network/meta/update/ \ No newline at end of file diff --git a/commands/option/add/index.md b/commands/option/add/index.md new file mode 100644 index 00000000..590dc658 --- /dev/null +++ b/commands/option/add/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/option/add/ \ No newline at end of file diff --git a/commands/option/delete/index.md b/commands/option/delete/index.md new file mode 100644 index 00000000..5197694d --- /dev/null +++ b/commands/option/delete/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/option/delete/ \ No newline at end of file diff --git a/commands/option/get/index.md b/commands/option/get/index.md new file mode 100644 index 00000000..5aa48dd8 --- /dev/null +++ b/commands/option/get/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/option/get/ \ No newline at end of file diff --git a/commands/option/index.md b/commands/option/index.md new file mode 100644 index 00000000..1f75190d --- /dev/null +++ b/commands/option/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/option/ \ No newline at end of file diff --git a/commands/option/list/index.md b/commands/option/list/index.md new file mode 100644 index 00000000..32f3845a --- /dev/null +++ b/commands/option/list/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/option/list/ \ No newline at end of file diff --git a/commands/option/update/index.md b/commands/option/update/index.md new file mode 100644 index 00000000..66857fee --- /dev/null +++ b/commands/option/update/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/option/update/ \ No newline at end of file diff --git a/commands/package/browse/index.md b/commands/package/browse/index.md new file mode 100644 index 00000000..f7d9940b --- /dev/null +++ b/commands/package/browse/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/package/browse/ \ No newline at end of file diff --git a/commands/package/index.md b/commands/package/index.md new file mode 100644 index 00000000..ffb4d190 --- /dev/null +++ b/commands/package/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/package/ \ No newline at end of file diff --git a/commands/package/install/index.md b/commands/package/install/index.md new file mode 100644 index 00000000..1968d2d4 --- /dev/null +++ b/commands/package/install/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/package/install/ \ No newline at end of file diff --git a/commands/package/list/index.md b/commands/package/list/index.md new file mode 100644 index 00000000..967974dc --- /dev/null +++ b/commands/package/list/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/package/list/ \ No newline at end of file diff --git a/commands/package/path/index.md b/commands/package/path/index.md new file mode 100644 index 00000000..7575c724 --- /dev/null +++ b/commands/package/path/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/package/path/ \ No newline at end of file diff --git a/commands/package/uninstall/index.md b/commands/package/uninstall/index.md new file mode 100644 index 00000000..7e34f46d --- /dev/null +++ b/commands/package/uninstall/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/package/uninstall/ \ No newline at end of file diff --git a/commands/package/update/index.md b/commands/package/update/index.md new file mode 100644 index 00000000..0cc6e356 --- /dev/null +++ b/commands/package/update/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/package/update/ \ No newline at end of file diff --git a/commands/plugin/activate/index.md b/commands/plugin/activate/index.md new file mode 100644 index 00000000..9fdb4cff --- /dev/null +++ b/commands/plugin/activate/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/plugin/activate/ \ No newline at end of file diff --git a/commands/plugin/deactivate/index.md b/commands/plugin/deactivate/index.md new file mode 100644 index 00000000..c6e2a431 --- /dev/null +++ b/commands/plugin/deactivate/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/plugin/deactivate/ \ No newline at end of file diff --git a/commands/plugin/delete/index.md b/commands/plugin/delete/index.md new file mode 100644 index 00000000..4148ee92 --- /dev/null +++ b/commands/plugin/delete/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/plugin/delete/ \ No newline at end of file diff --git a/commands/plugin/get/index.md b/commands/plugin/get/index.md new file mode 100644 index 00000000..966e4f3d --- /dev/null +++ b/commands/plugin/get/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/plugin/get/ \ No newline at end of file diff --git a/commands/plugin/index.md b/commands/plugin/index.md new file mode 100644 index 00000000..50d02435 --- /dev/null +++ b/commands/plugin/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/plugin/ \ No newline at end of file diff --git a/commands/plugin/install/index.md b/commands/plugin/install/index.md new file mode 100644 index 00000000..740f6210 --- /dev/null +++ b/commands/plugin/install/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/plugin/install/ \ No newline at end of file diff --git a/commands/plugin/is-installed/index.md b/commands/plugin/is-installed/index.md new file mode 100644 index 00000000..0feea221 --- /dev/null +++ b/commands/plugin/is-installed/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/plugin/is-installed/ \ No newline at end of file diff --git a/commands/plugin/list/index.md b/commands/plugin/list/index.md new file mode 100644 index 00000000..f50ffd45 --- /dev/null +++ b/commands/plugin/list/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/plugin/list/ \ No newline at end of file diff --git a/commands/plugin/path/index.md b/commands/plugin/path/index.md new file mode 100644 index 00000000..1d9a5d51 --- /dev/null +++ b/commands/plugin/path/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/plugin/path/ \ No newline at end of file diff --git a/commands/plugin/search/index.md b/commands/plugin/search/index.md new file mode 100644 index 00000000..2d0b71fc --- /dev/null +++ b/commands/plugin/search/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/plugin/search/ \ No newline at end of file diff --git a/commands/plugin/status/index.md b/commands/plugin/status/index.md new file mode 100644 index 00000000..c496b9a5 --- /dev/null +++ b/commands/plugin/status/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/plugin/status/ \ No newline at end of file diff --git a/commands/plugin/toggle/index.md b/commands/plugin/toggle/index.md new file mode 100644 index 00000000..d1923ffa --- /dev/null +++ b/commands/plugin/toggle/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/plugin/toggle/ \ No newline at end of file diff --git a/commands/plugin/uninstall/index.md b/commands/plugin/uninstall/index.md new file mode 100644 index 00000000..0cd68213 --- /dev/null +++ b/commands/plugin/uninstall/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/plugin/uninstall/ \ No newline at end of file diff --git a/commands/plugin/update-all/index.md b/commands/plugin/update-all/index.md new file mode 100644 index 00000000..903d46e9 --- /dev/null +++ b/commands/plugin/update-all/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/plugin/update-all/ \ No newline at end of file diff --git a/commands/plugin/update/index.md b/commands/plugin/update/index.md new file mode 100644 index 00000000..cc8431dc --- /dev/null +++ b/commands/plugin/update/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/plugin/update/ \ No newline at end of file diff --git a/commands/post-type/get/index.md b/commands/post-type/get/index.md new file mode 100644 index 00000000..4a7f18a2 --- /dev/null +++ b/commands/post-type/get/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/post-type/get/ \ No newline at end of file diff --git a/commands/post-type/index.md b/commands/post-type/index.md new file mode 100644 index 00000000..99ffd5c9 --- /dev/null +++ b/commands/post-type/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/post-type/ \ No newline at end of file diff --git a/commands/post-type/list/index.md b/commands/post-type/list/index.md new file mode 100644 index 00000000..db2fe8e8 --- /dev/null +++ b/commands/post-type/list/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/post-type/list/ \ No newline at end of file diff --git a/commands/post/create/index.md b/commands/post/create/index.md new file mode 100644 index 00000000..b7fa40d5 --- /dev/null +++ b/commands/post/create/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/post/create/ \ No newline at end of file diff --git a/commands/post/delete/index.md b/commands/post/delete/index.md new file mode 100644 index 00000000..632a8a3d --- /dev/null +++ b/commands/post/delete/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/post/delete/ \ No newline at end of file diff --git a/commands/post/edit/index.md b/commands/post/edit/index.md new file mode 100644 index 00000000..25d64608 --- /dev/null +++ b/commands/post/edit/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/post/edit/ \ No newline at end of file diff --git a/commands/post/generate/index.md b/commands/post/generate/index.md new file mode 100644 index 00000000..40bc427f --- /dev/null +++ b/commands/post/generate/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/post/generate/ \ No newline at end of file diff --git a/commands/post/get/index.md b/commands/post/get/index.md new file mode 100644 index 00000000..358651db --- /dev/null +++ b/commands/post/get/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/post/get/ \ No newline at end of file diff --git a/commands/post/index.md b/commands/post/index.md new file mode 100644 index 00000000..ee5591a3 --- /dev/null +++ b/commands/post/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/post/ \ No newline at end of file diff --git a/commands/post/list/index.md b/commands/post/list/index.md new file mode 100644 index 00000000..f1dd9c2c --- /dev/null +++ b/commands/post/list/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/post/list/ \ No newline at end of file diff --git a/commands/post/meta/add/index.md b/commands/post/meta/add/index.md new file mode 100644 index 00000000..8ad969cf --- /dev/null +++ b/commands/post/meta/add/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/post/meta/add/ \ No newline at end of file diff --git a/commands/post/meta/delete/index.md b/commands/post/meta/delete/index.md new file mode 100644 index 00000000..5d324457 --- /dev/null +++ b/commands/post/meta/delete/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/post/meta/delete/ \ No newline at end of file diff --git a/commands/post/meta/get/index.md b/commands/post/meta/get/index.md new file mode 100644 index 00000000..6a8f76aa --- /dev/null +++ b/commands/post/meta/get/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/post/meta/get/ \ No newline at end of file diff --git a/commands/post/meta/index.md b/commands/post/meta/index.md new file mode 100644 index 00000000..39a4bf35 --- /dev/null +++ b/commands/post/meta/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/post/meta/ \ No newline at end of file diff --git a/commands/post/meta/list/index.md b/commands/post/meta/list/index.md new file mode 100644 index 00000000..2d610ea7 --- /dev/null +++ b/commands/post/meta/list/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/post/meta/list/ \ No newline at end of file diff --git a/commands/post/meta/update/index.md b/commands/post/meta/update/index.md new file mode 100644 index 00000000..de63f621 --- /dev/null +++ b/commands/post/meta/update/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/post/meta/update/ \ No newline at end of file diff --git a/commands/post/term/add/index.md b/commands/post/term/add/index.md new file mode 100644 index 00000000..6907423c --- /dev/null +++ b/commands/post/term/add/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/post/term/add/ \ No newline at end of file diff --git a/commands/post/term/index.md b/commands/post/term/index.md new file mode 100644 index 00000000..95fe8b08 --- /dev/null +++ b/commands/post/term/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/post/term/ \ No newline at end of file diff --git a/commands/post/term/list/index.md b/commands/post/term/list/index.md new file mode 100644 index 00000000..9a3a254a --- /dev/null +++ b/commands/post/term/list/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/post/term/list/ \ No newline at end of file diff --git a/commands/post/term/remove/index.md b/commands/post/term/remove/index.md new file mode 100644 index 00000000..ed6f2c2d --- /dev/null +++ b/commands/post/term/remove/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/post/term/remove/ \ No newline at end of file diff --git a/commands/post/term/set/index.md b/commands/post/term/set/index.md new file mode 100644 index 00000000..1d43d684 --- /dev/null +++ b/commands/post/term/set/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/post/term/set/ \ No newline at end of file diff --git a/commands/post/update/index.md b/commands/post/update/index.md new file mode 100644 index 00000000..d4980d06 --- /dev/null +++ b/commands/post/update/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/post/update/ \ No newline at end of file diff --git a/commands/rewrite/flush/index.md b/commands/rewrite/flush/index.md new file mode 100644 index 00000000..b63eb0e0 --- /dev/null +++ b/commands/rewrite/flush/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/rewrite/flush/ \ No newline at end of file diff --git a/commands/rewrite/index.md b/commands/rewrite/index.md new file mode 100644 index 00000000..a010e299 --- /dev/null +++ b/commands/rewrite/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/rewrite/ \ No newline at end of file diff --git a/commands/rewrite/list/index.md b/commands/rewrite/list/index.md new file mode 100644 index 00000000..d878bd28 --- /dev/null +++ b/commands/rewrite/list/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/rewrite/list/ \ No newline at end of file diff --git a/commands/rewrite/structure/index.md b/commands/rewrite/structure/index.md new file mode 100644 index 00000000..c0430400 --- /dev/null +++ b/commands/rewrite/structure/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/rewrite/structure/ \ No newline at end of file diff --git a/commands/role/create/index.md b/commands/role/create/index.md new file mode 100644 index 00000000..da3777d9 --- /dev/null +++ b/commands/role/create/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/role/create/ \ No newline at end of file diff --git a/commands/role/delete/index.md b/commands/role/delete/index.md new file mode 100644 index 00000000..63136940 --- /dev/null +++ b/commands/role/delete/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/role/delete/ \ No newline at end of file diff --git a/commands/role/exists/index.md b/commands/role/exists/index.md new file mode 100644 index 00000000..af3c1e9b --- /dev/null +++ b/commands/role/exists/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/role/exists/ \ No newline at end of file diff --git a/commands/role/index.md b/commands/role/index.md new file mode 100644 index 00000000..6d421c70 --- /dev/null +++ b/commands/role/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/role/ \ No newline at end of file diff --git a/commands/role/list/index.md b/commands/role/list/index.md new file mode 100644 index 00000000..bb3f7d4f --- /dev/null +++ b/commands/role/list/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/role/list/ \ No newline at end of file diff --git a/commands/role/reset/index.md b/commands/role/reset/index.md new file mode 100644 index 00000000..0e45622c --- /dev/null +++ b/commands/role/reset/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/role/reset/ \ No newline at end of file diff --git a/commands/scaffold/_s/index.md b/commands/scaffold/_s/index.md new file mode 100644 index 00000000..e515f2c0 --- /dev/null +++ b/commands/scaffold/_s/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/scaffold/_s/ \ No newline at end of file diff --git a/commands/scaffold/child-theme/index.md b/commands/scaffold/child-theme/index.md new file mode 100644 index 00000000..fa864179 --- /dev/null +++ b/commands/scaffold/child-theme/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/scaffold/child-theme/ \ No newline at end of file diff --git a/commands/scaffold/index.md b/commands/scaffold/index.md new file mode 100644 index 00000000..c2d74780 --- /dev/null +++ b/commands/scaffold/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/scaffold/ \ No newline at end of file diff --git a/commands/scaffold/plugin-tests/index.md b/commands/scaffold/plugin-tests/index.md new file mode 100644 index 00000000..d763f385 --- /dev/null +++ b/commands/scaffold/plugin-tests/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/scaffold/plugin-tests/ \ No newline at end of file diff --git a/commands/scaffold/plugin/index.md b/commands/scaffold/plugin/index.md new file mode 100644 index 00000000..3cbc226e --- /dev/null +++ b/commands/scaffold/plugin/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/scaffold/plugin/ \ No newline at end of file diff --git a/commands/scaffold/post-type/index.md b/commands/scaffold/post-type/index.md new file mode 100644 index 00000000..0d3bfe83 --- /dev/null +++ b/commands/scaffold/post-type/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/scaffold/post-type/ \ No newline at end of file diff --git a/commands/scaffold/taxonomy/index.md b/commands/scaffold/taxonomy/index.md new file mode 100644 index 00000000..ad330155 --- /dev/null +++ b/commands/scaffold/taxonomy/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/scaffold/taxonomy/ \ No newline at end of file diff --git a/commands/scaffold/theme-tests/index.md b/commands/scaffold/theme-tests/index.md new file mode 100644 index 00000000..413cd8d5 --- /dev/null +++ b/commands/scaffold/theme-tests/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/scaffold/theme-tests/ \ No newline at end of file diff --git a/commands/search-replace/index.md b/commands/search-replace/index.md new file mode 100644 index 00000000..69fdb2a5 --- /dev/null +++ b/commands/search-replace/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/search-replace/ \ No newline at end of file diff --git a/commands/server/index.md b/commands/server/index.md new file mode 100644 index 00000000..e1b1eaf1 --- /dev/null +++ b/commands/server/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/server/ \ No newline at end of file diff --git a/commands/shell/index.md b/commands/shell/index.md new file mode 100644 index 00000000..ad8983df --- /dev/null +++ b/commands/shell/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/shell/ \ No newline at end of file diff --git a/commands/sidebar/index.md b/commands/sidebar/index.md new file mode 100644 index 00000000..769196af --- /dev/null +++ b/commands/sidebar/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/sidebar/ \ No newline at end of file diff --git a/commands/sidebar/list/index.md b/commands/sidebar/list/index.md new file mode 100644 index 00000000..b047f677 --- /dev/null +++ b/commands/sidebar/list/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/sidebar/list/ \ No newline at end of file diff --git a/commands/site/activate/index.md b/commands/site/activate/index.md new file mode 100644 index 00000000..bca4faa6 --- /dev/null +++ b/commands/site/activate/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/site/activate/ \ No newline at end of file diff --git a/commands/site/archive/index.md b/commands/site/archive/index.md new file mode 100644 index 00000000..69a82eb7 --- /dev/null +++ b/commands/site/archive/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/site/archive/ \ No newline at end of file diff --git a/commands/site/create/index.md b/commands/site/create/index.md new file mode 100644 index 00000000..6f89b6cc --- /dev/null +++ b/commands/site/create/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/site/create/ \ No newline at end of file diff --git a/commands/site/deactivate/index.md b/commands/site/deactivate/index.md new file mode 100644 index 00000000..1ca21885 --- /dev/null +++ b/commands/site/deactivate/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/site/deactivate/ \ No newline at end of file diff --git a/commands/site/delete/index.md b/commands/site/delete/index.md new file mode 100644 index 00000000..b40803a2 --- /dev/null +++ b/commands/site/delete/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/site/delete/ \ No newline at end of file diff --git a/commands/site/empty/index.md b/commands/site/empty/index.md new file mode 100644 index 00000000..1d96c24a --- /dev/null +++ b/commands/site/empty/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/site/empty/ \ No newline at end of file diff --git a/commands/site/index.md b/commands/site/index.md new file mode 100644 index 00000000..16590707 --- /dev/null +++ b/commands/site/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/site/ \ No newline at end of file diff --git a/commands/site/list/index.md b/commands/site/list/index.md new file mode 100644 index 00000000..788679cc --- /dev/null +++ b/commands/site/list/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/site/list/ \ No newline at end of file diff --git a/commands/site/option/add/index.md b/commands/site/option/add/index.md new file mode 100644 index 00000000..0fa15a2f --- /dev/null +++ b/commands/site/option/add/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/site/option/add/ \ No newline at end of file diff --git a/commands/site/option/delete/index.md b/commands/site/option/delete/index.md new file mode 100644 index 00000000..2b5857f2 --- /dev/null +++ b/commands/site/option/delete/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/site/option/delete/ \ No newline at end of file diff --git a/commands/site/option/get/index.md b/commands/site/option/get/index.md new file mode 100644 index 00000000..bbb3e5db --- /dev/null +++ b/commands/site/option/get/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/site/option/get/ \ No newline at end of file diff --git a/commands/site/option/index.md b/commands/site/option/index.md new file mode 100644 index 00000000..d5b7cfa1 --- /dev/null +++ b/commands/site/option/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/site/option/ \ No newline at end of file diff --git a/commands/site/option/list/index.md b/commands/site/option/list/index.md new file mode 100644 index 00000000..6c2f9f06 --- /dev/null +++ b/commands/site/option/list/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/site/option/list/ \ No newline at end of file diff --git a/commands/site/option/update/index.md b/commands/site/option/update/index.md new file mode 100644 index 00000000..fd95a017 --- /dev/null +++ b/commands/site/option/update/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/site/option/update/ \ No newline at end of file diff --git a/commands/site/spam/index.md b/commands/site/spam/index.md new file mode 100644 index 00000000..1f850f0f --- /dev/null +++ b/commands/site/spam/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/site/spam/ \ No newline at end of file diff --git a/commands/site/unarchive/index.md b/commands/site/unarchive/index.md new file mode 100644 index 00000000..ac0d3fbd --- /dev/null +++ b/commands/site/unarchive/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/site/unarchive/ \ No newline at end of file diff --git a/commands/site/unspam/index.md b/commands/site/unspam/index.md new file mode 100644 index 00000000..7262caa6 --- /dev/null +++ b/commands/site/unspam/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/site/unspam/ \ No newline at end of file diff --git a/commands/super-admin/add/index.md b/commands/super-admin/add/index.md new file mode 100644 index 00000000..06d3e93a --- /dev/null +++ b/commands/super-admin/add/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/super-admin/add/ \ No newline at end of file diff --git a/commands/super-admin/index.md b/commands/super-admin/index.md new file mode 100644 index 00000000..f19f06ef --- /dev/null +++ b/commands/super-admin/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/super-admin/ \ No newline at end of file diff --git a/commands/super-admin/list/index.md b/commands/super-admin/list/index.md new file mode 100644 index 00000000..d7bc168a --- /dev/null +++ b/commands/super-admin/list/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/super-admin/list/ \ No newline at end of file diff --git a/commands/super-admin/remove/index.md b/commands/super-admin/remove/index.md new file mode 100644 index 00000000..0abb4cfd --- /dev/null +++ b/commands/super-admin/remove/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/super-admin/remove/ \ No newline at end of file diff --git a/commands/taxonomy/get/index.md b/commands/taxonomy/get/index.md new file mode 100644 index 00000000..b45858bc --- /dev/null +++ b/commands/taxonomy/get/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/taxonomy/get/ \ No newline at end of file diff --git a/commands/taxonomy/index.md b/commands/taxonomy/index.md new file mode 100644 index 00000000..6df3d611 --- /dev/null +++ b/commands/taxonomy/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/taxonomy/ \ No newline at end of file diff --git a/commands/taxonomy/list/index.md b/commands/taxonomy/list/index.md new file mode 100644 index 00000000..6d1d0853 --- /dev/null +++ b/commands/taxonomy/list/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/taxonomy/list/ \ No newline at end of file diff --git a/commands/term/create/index.md b/commands/term/create/index.md new file mode 100644 index 00000000..a6d7da36 --- /dev/null +++ b/commands/term/create/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/term/create/ \ No newline at end of file diff --git a/commands/term/delete/index.md b/commands/term/delete/index.md new file mode 100644 index 00000000..0a229f6f --- /dev/null +++ b/commands/term/delete/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/term/delete/ \ No newline at end of file diff --git a/commands/term/generate/index.md b/commands/term/generate/index.md new file mode 100644 index 00000000..896b3758 --- /dev/null +++ b/commands/term/generate/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/term/generate/ \ No newline at end of file diff --git a/commands/term/get/index.md b/commands/term/get/index.md new file mode 100644 index 00000000..ce0f6455 --- /dev/null +++ b/commands/term/get/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/term/get/ \ No newline at end of file diff --git a/commands/term/index.md b/commands/term/index.md new file mode 100644 index 00000000..a40897bd --- /dev/null +++ b/commands/term/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/term/ \ No newline at end of file diff --git a/commands/term/list/index.md b/commands/term/list/index.md new file mode 100644 index 00000000..96dc1eae --- /dev/null +++ b/commands/term/list/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/term/list/ \ No newline at end of file diff --git a/commands/term/meta/add/index.md b/commands/term/meta/add/index.md new file mode 100644 index 00000000..b41efabc --- /dev/null +++ b/commands/term/meta/add/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/term/meta/add/ \ No newline at end of file diff --git a/commands/term/meta/delete/index.md b/commands/term/meta/delete/index.md new file mode 100644 index 00000000..10b927c1 --- /dev/null +++ b/commands/term/meta/delete/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/term/meta/delete/ \ No newline at end of file diff --git a/commands/term/meta/get/index.md b/commands/term/meta/get/index.md new file mode 100644 index 00000000..83e54df3 --- /dev/null +++ b/commands/term/meta/get/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/term/meta/get/ \ No newline at end of file diff --git a/commands/term/meta/index.md b/commands/term/meta/index.md new file mode 100644 index 00000000..1a8ce596 --- /dev/null +++ b/commands/term/meta/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/term/meta/ \ No newline at end of file diff --git a/commands/term/meta/list/index.md b/commands/term/meta/list/index.md new file mode 100644 index 00000000..61b9e598 --- /dev/null +++ b/commands/term/meta/list/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/term/meta/list/ \ No newline at end of file diff --git a/commands/term/meta/update/index.md b/commands/term/meta/update/index.md new file mode 100644 index 00000000..11a1898c --- /dev/null +++ b/commands/term/meta/update/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/term/meta/update/ \ No newline at end of file diff --git a/commands/term/recount/index.md b/commands/term/recount/index.md new file mode 100644 index 00000000..36cfac5b --- /dev/null +++ b/commands/term/recount/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/term/recount/ \ No newline at end of file diff --git a/commands/term/update/index.md b/commands/term/update/index.md new file mode 100644 index 00000000..537c448b --- /dev/null +++ b/commands/term/update/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/term/update/ \ No newline at end of file diff --git a/commands/theme/activate/index.md b/commands/theme/activate/index.md new file mode 100644 index 00000000..61c07ec1 --- /dev/null +++ b/commands/theme/activate/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/theme/activate/ \ No newline at end of file diff --git a/commands/theme/delete/index.md b/commands/theme/delete/index.md new file mode 100644 index 00000000..276bc1b5 --- /dev/null +++ b/commands/theme/delete/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/theme/delete/ \ No newline at end of file diff --git a/commands/theme/disable/index.md b/commands/theme/disable/index.md new file mode 100644 index 00000000..1fe8459a --- /dev/null +++ b/commands/theme/disable/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/theme/disable/ \ No newline at end of file diff --git a/commands/theme/enable/index.md b/commands/theme/enable/index.md new file mode 100644 index 00000000..ae49cce1 --- /dev/null +++ b/commands/theme/enable/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/theme/enable/ \ No newline at end of file diff --git a/commands/theme/get/index.md b/commands/theme/get/index.md new file mode 100644 index 00000000..220ac3a1 --- /dev/null +++ b/commands/theme/get/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/theme/get/ \ No newline at end of file diff --git a/commands/theme/index.md b/commands/theme/index.md new file mode 100644 index 00000000..4f04d697 --- /dev/null +++ b/commands/theme/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/theme/ \ No newline at end of file diff --git a/commands/theme/install/index.md b/commands/theme/install/index.md new file mode 100644 index 00000000..3ca13b78 --- /dev/null +++ b/commands/theme/install/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/theme/install/ \ No newline at end of file diff --git a/commands/theme/is-installed/index.md b/commands/theme/is-installed/index.md new file mode 100644 index 00000000..855222a6 --- /dev/null +++ b/commands/theme/is-installed/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/theme/is-installed/ \ No newline at end of file diff --git a/commands/theme/list/index.md b/commands/theme/list/index.md new file mode 100644 index 00000000..734cd7dc --- /dev/null +++ b/commands/theme/list/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/theme/list/ \ No newline at end of file diff --git a/commands/theme/mod/get/index.md b/commands/theme/mod/get/index.md new file mode 100644 index 00000000..3beba688 --- /dev/null +++ b/commands/theme/mod/get/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/theme/mod/get/ \ No newline at end of file diff --git a/commands/theme/mod/index.md b/commands/theme/mod/index.md new file mode 100644 index 00000000..f74dbb36 --- /dev/null +++ b/commands/theme/mod/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/theme/mod/ \ No newline at end of file diff --git a/commands/theme/mod/remove/index.md b/commands/theme/mod/remove/index.md new file mode 100644 index 00000000..0aa0d2d7 --- /dev/null +++ b/commands/theme/mod/remove/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/theme/mod/remove/ \ No newline at end of file diff --git a/commands/theme/mod/set/index.md b/commands/theme/mod/set/index.md new file mode 100644 index 00000000..9a5bcd15 --- /dev/null +++ b/commands/theme/mod/set/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/theme/mod/set/ \ No newline at end of file diff --git a/commands/theme/path/index.md b/commands/theme/path/index.md new file mode 100644 index 00000000..d92d1e16 --- /dev/null +++ b/commands/theme/path/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/theme/path/ \ No newline at end of file diff --git a/commands/theme/search/index.md b/commands/theme/search/index.md new file mode 100644 index 00000000..5c182be4 --- /dev/null +++ b/commands/theme/search/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/theme/search/ \ No newline at end of file diff --git a/commands/theme/status/index.md b/commands/theme/status/index.md new file mode 100644 index 00000000..decc6289 --- /dev/null +++ b/commands/theme/status/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/theme/status/ \ No newline at end of file diff --git a/commands/theme/update-all/index.md b/commands/theme/update-all/index.md new file mode 100644 index 00000000..737195c1 --- /dev/null +++ b/commands/theme/update-all/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/theme/update-all/ \ No newline at end of file diff --git a/commands/theme/update/index.md b/commands/theme/update/index.md new file mode 100644 index 00000000..9509c6d6 --- /dev/null +++ b/commands/theme/update/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/theme/update/ \ No newline at end of file diff --git a/commands/transient/delete/index.md b/commands/transient/delete/index.md new file mode 100644 index 00000000..8c924997 --- /dev/null +++ b/commands/transient/delete/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/transient/delete/ \ No newline at end of file diff --git a/commands/transient/get/index.md b/commands/transient/get/index.md new file mode 100644 index 00000000..0cbb7a99 --- /dev/null +++ b/commands/transient/get/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/transient/get/ \ No newline at end of file diff --git a/commands/transient/index.md b/commands/transient/index.md new file mode 100644 index 00000000..67ab7ae5 --- /dev/null +++ b/commands/transient/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/transient/ \ No newline at end of file diff --git a/commands/transient/set/index.md b/commands/transient/set/index.md new file mode 100644 index 00000000..5d5da8eb --- /dev/null +++ b/commands/transient/set/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/transient/set/ \ No newline at end of file diff --git a/commands/transient/type/index.md b/commands/transient/type/index.md new file mode 100644 index 00000000..0eb26e07 --- /dev/null +++ b/commands/transient/type/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/transient/type/ \ No newline at end of file diff --git a/commands/user/add-cap/index.md b/commands/user/add-cap/index.md new file mode 100644 index 00000000..593fc50e --- /dev/null +++ b/commands/user/add-cap/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/user/add-cap/ \ No newline at end of file diff --git a/commands/user/add-role/index.md b/commands/user/add-role/index.md new file mode 100644 index 00000000..f40a828b --- /dev/null +++ b/commands/user/add-role/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/user/add-role/ \ No newline at end of file diff --git a/commands/user/create/index.md b/commands/user/create/index.md new file mode 100644 index 00000000..9f774e9f --- /dev/null +++ b/commands/user/create/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/user/create/ \ No newline at end of file diff --git a/commands/user/delete/index.md b/commands/user/delete/index.md new file mode 100644 index 00000000..21871794 --- /dev/null +++ b/commands/user/delete/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/user/delete/ \ No newline at end of file diff --git a/commands/user/generate/index.md b/commands/user/generate/index.md new file mode 100644 index 00000000..f2547bc1 --- /dev/null +++ b/commands/user/generate/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/user/generate/ \ No newline at end of file diff --git a/commands/user/get/index.md b/commands/user/get/index.md new file mode 100644 index 00000000..60afdd4a --- /dev/null +++ b/commands/user/get/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/user/get/ \ No newline at end of file diff --git a/commands/user/import-csv/index.md b/commands/user/import-csv/index.md new file mode 100644 index 00000000..27554de7 --- /dev/null +++ b/commands/user/import-csv/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/user/import-csv/ \ No newline at end of file diff --git a/commands/user/index.md b/commands/user/index.md new file mode 100644 index 00000000..6adff666 --- /dev/null +++ b/commands/user/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/user/ \ No newline at end of file diff --git a/commands/user/list-caps/index.md b/commands/user/list-caps/index.md new file mode 100644 index 00000000..863a854a --- /dev/null +++ b/commands/user/list-caps/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/user/list-caps/ \ No newline at end of file diff --git a/commands/user/list/index.md b/commands/user/list/index.md new file mode 100644 index 00000000..c0b2c386 --- /dev/null +++ b/commands/user/list/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/user/list/ \ No newline at end of file diff --git a/commands/user/meta/add/index.md b/commands/user/meta/add/index.md new file mode 100644 index 00000000..36161b3c --- /dev/null +++ b/commands/user/meta/add/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/user/meta/add/ \ No newline at end of file diff --git a/commands/user/meta/delete/index.md b/commands/user/meta/delete/index.md new file mode 100644 index 00000000..4a65182b --- /dev/null +++ b/commands/user/meta/delete/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/user/meta/delete/ \ No newline at end of file diff --git a/commands/user/meta/get/index.md b/commands/user/meta/get/index.md new file mode 100644 index 00000000..0703677c --- /dev/null +++ b/commands/user/meta/get/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/user/meta/get/ \ No newline at end of file diff --git a/commands/user/meta/index.md b/commands/user/meta/index.md new file mode 100644 index 00000000..94df6d92 --- /dev/null +++ b/commands/user/meta/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/user/meta/ \ No newline at end of file diff --git a/commands/user/meta/list/index.md b/commands/user/meta/list/index.md new file mode 100644 index 00000000..41617ebb --- /dev/null +++ b/commands/user/meta/list/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/user/meta/list/ \ No newline at end of file diff --git a/commands/user/meta/update/index.md b/commands/user/meta/update/index.md new file mode 100644 index 00000000..a535dc70 --- /dev/null +++ b/commands/user/meta/update/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/user/meta/update/ \ No newline at end of file diff --git a/commands/user/remove-cap/index.md b/commands/user/remove-cap/index.md new file mode 100644 index 00000000..331ed6eb --- /dev/null +++ b/commands/user/remove-cap/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/user/remove-cap/ \ No newline at end of file diff --git a/commands/user/remove-role/index.md b/commands/user/remove-role/index.md new file mode 100644 index 00000000..9f04d0b3 --- /dev/null +++ b/commands/user/remove-role/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/user/remove-role/ \ No newline at end of file diff --git a/commands/user/session/destroy/index.md b/commands/user/session/destroy/index.md new file mode 100644 index 00000000..ae46e9a8 --- /dev/null +++ b/commands/user/session/destroy/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/user/session/destroy/ \ No newline at end of file diff --git a/commands/user/session/index.md b/commands/user/session/index.md new file mode 100644 index 00000000..05ae463e --- /dev/null +++ b/commands/user/session/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/user/session/ \ No newline at end of file diff --git a/commands/user/session/list/index.md b/commands/user/session/list/index.md new file mode 100644 index 00000000..027886e2 --- /dev/null +++ b/commands/user/session/list/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/user/session/list/ \ No newline at end of file diff --git a/commands/user/set-role/index.md b/commands/user/set-role/index.md new file mode 100644 index 00000000..babe5286 --- /dev/null +++ b/commands/user/set-role/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/user/set-role/ \ No newline at end of file diff --git a/commands/user/term/add/index.md b/commands/user/term/add/index.md new file mode 100644 index 00000000..2a3ac367 --- /dev/null +++ b/commands/user/term/add/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/user/term/add/ \ No newline at end of file diff --git a/commands/user/term/index.md b/commands/user/term/index.md new file mode 100644 index 00000000..03d1d7fe --- /dev/null +++ b/commands/user/term/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/user/term/ \ No newline at end of file diff --git a/commands/user/term/list/index.md b/commands/user/term/list/index.md new file mode 100644 index 00000000..ec7119ef --- /dev/null +++ b/commands/user/term/list/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/user/term/list/ \ No newline at end of file diff --git a/commands/user/term/remove/index.md b/commands/user/term/remove/index.md new file mode 100644 index 00000000..f5018683 --- /dev/null +++ b/commands/user/term/remove/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/user/term/remove/ \ No newline at end of file diff --git a/commands/user/term/set/index.md b/commands/user/term/set/index.md new file mode 100644 index 00000000..561942b3 --- /dev/null +++ b/commands/user/term/set/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/user/term/set/ \ No newline at end of file diff --git a/commands/user/update/index.md b/commands/user/update/index.md new file mode 100644 index 00000000..59c70752 --- /dev/null +++ b/commands/user/update/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/user/update/ \ No newline at end of file diff --git a/commands/widget/add/index.md b/commands/widget/add/index.md new file mode 100644 index 00000000..ed53ba46 --- /dev/null +++ b/commands/widget/add/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/widget/add/ \ No newline at end of file diff --git a/commands/widget/deactivate/index.md b/commands/widget/deactivate/index.md new file mode 100644 index 00000000..3979dfa5 --- /dev/null +++ b/commands/widget/deactivate/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/widget/deactivate/ \ No newline at end of file diff --git a/commands/widget/delete/index.md b/commands/widget/delete/index.md new file mode 100644 index 00000000..2e8e80ab --- /dev/null +++ b/commands/widget/delete/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/widget/delete/ \ No newline at end of file diff --git a/commands/widget/index.md b/commands/widget/index.md new file mode 100644 index 00000000..24dbff2c --- /dev/null +++ b/commands/widget/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/widget/ \ No newline at end of file diff --git a/commands/widget/list/index.md b/commands/widget/list/index.md new file mode 100644 index 00000000..7994ab0a --- /dev/null +++ b/commands/widget/list/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/widget/list/ \ No newline at end of file diff --git a/commands/widget/move/index.md b/commands/widget/move/index.md new file mode 100644 index 00000000..631c7a0b --- /dev/null +++ b/commands/widget/move/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/widget/move/ \ No newline at end of file diff --git a/commands/widget/reset/index.md b/commands/widget/reset/index.md new file mode 100644 index 00000000..4e13422f --- /dev/null +++ b/commands/widget/reset/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/widget/reset/ \ No newline at end of file diff --git a/commands/widget/update/index.md b/commands/widget/update/index.md new file mode 100644 index 00000000..9f4317a4 --- /dev/null +++ b/commands/widget/update/index.md @@ -0,0 +1,2 @@ +redirect_to: + - https://developer.wordpress.org/cli/commands/widget/update/ \ No newline at end of file From 09e90108c30972350e3b5dacfdb374e9d30aeaf5 Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Mon, 24 Dec 2018 07:02:51 -0800 Subject: [PATCH 042/232] Fix YAML formatting on direct pages --- commands/blog/create/index.md | 4 +++- commands/blog/delete/index.md | 4 +++- commands/blog/empty/index.md | 4 +++- commands/blog/index.md | 4 +++- commands/cache/add/index.md | 4 +++- commands/cache/decr/index.md | 4 +++- commands/cache/delete/index.md | 4 +++- commands/cache/flush/index.md | 4 +++- commands/cache/get/index.md | 4 +++- commands/cache/incr/index.md | 4 +++- commands/cache/index.md | 4 +++- commands/cache/replace/index.md | 4 +++- commands/cache/set/index.md | 4 +++- commands/cache/type/index.md | 4 +++- commands/cap/add/index.md | 4 +++- commands/cap/index.md | 4 +++- commands/cap/list/index.md | 4 +++- commands/cap/remove/index.md | 4 +++- commands/cli/alias/index.md | 4 +++- commands/cli/check-update/index.md | 4 +++- commands/cli/cmd-dump/index.md | 4 +++- commands/cli/completions/index.md | 4 +++- commands/cli/index.md | 4 +++- commands/cli/info/index.md | 4 +++- commands/cli/param-dump/index.md | 4 +++- commands/cli/update/index.md | 4 +++- commands/cli/version/index.md | 4 +++- commands/comment/approve/index.md | 4 +++- commands/comment/count/index.md | 4 +++- commands/comment/create/index.md | 4 +++- commands/comment/delete/index.md | 4 +++- commands/comment/exists/index.md | 4 +++- commands/comment/generate/index.md | 4 +++- commands/comment/get/index.md | 4 +++- commands/comment/index.md | 4 +++- commands/comment/list/index.md | 4 +++- commands/comment/meta/add/index.md | 4 +++- commands/comment/meta/delete/index.md | 4 +++- commands/comment/meta/get/index.md | 4 +++- commands/comment/meta/index.md | 4 +++- commands/comment/meta/list/index.md | 4 +++- commands/comment/meta/update/index.md | 4 +++- commands/comment/recount/index.md | 4 +++- commands/comment/spam/index.md | 4 +++- commands/comment/status/index.md | 4 +++- commands/comment/trash/index.md | 4 +++- commands/comment/unapprove/index.md | 4 +++- commands/comment/unspam/index.md | 4 +++- commands/comment/untrash/index.md | 4 +++- commands/comment/update/index.md | 4 +++- commands/core/check-update/index.md | 4 +++- commands/core/config/index.md | 4 +++- commands/core/download/index.md | 4 +++- commands/core/index.md | 4 +++- commands/core/install-network/index.md | 4 +++- commands/core/install/index.md | 4 +++- commands/core/is-installed/index.md | 4 +++- commands/core/language/activate/index.md | 4 +++- commands/core/language/index.md | 4 +++- commands/core/language/install/index.md | 4 +++- commands/core/language/list/index.md | 4 +++- commands/core/language/uninstall/index.md | 4 +++- commands/core/language/update/index.md | 4 +++- commands/core/multisite-convert/index.md | 4 +++- commands/core/multisite-install/index.md | 4 +++- commands/core/update-db/index.md | 4 +++- commands/core/update/index.md | 4 +++- commands/core/verify-checksums/index.md | 4 +++- commands/core/version/index.md | 4 +++- commands/cron/event/delete/index.md | 4 +++- commands/cron/event/index.md | 4 +++- commands/cron/event/list/index.md | 4 +++- commands/cron/event/run/index.md | 4 +++- commands/cron/event/schedule/index.md | 4 +++- commands/cron/index.md | 4 +++- commands/cron/schedule/index.md | 4 +++- commands/cron/schedule/list/index.md | 4 +++- commands/cron/test/index.md | 4 +++- commands/db/check/index.md | 4 +++- commands/db/cli/index.md | 4 +++- commands/db/create/index.md | 4 +++- commands/db/drop/index.md | 4 +++- commands/db/export/index.md | 4 +++- commands/db/import/index.md | 4 +++- commands/db/index.md | 4 +++- commands/db/optimize/index.md | 4 +++- commands/db/query/index.md | 4 +++- commands/db/repair/index.md | 4 +++- commands/db/reset/index.md | 4 +++- commands/db/tables/index.md | 4 +++- commands/eval-file/index.md | 4 +++- commands/eval/index.md | 4 +++- commands/export/index.md | 4 +++- commands/help/index.md | 4 +++- commands/import/index.md | 4 +++- commands/media/import/index.md | 4 +++- commands/media/index.md | 4 +++- commands/media/regenerate/index.md | 4 +++- commands/menu/create/index.md | 4 +++- commands/menu/delete/index.md | 4 +++- commands/menu/index.md | 4 +++- commands/menu/item/add-custom/index.md | 4 +++- commands/menu/item/add-post/index.md | 4 +++- commands/menu/item/add-term/index.md | 4 +++- commands/menu/item/delete/index.md | 4 +++- commands/menu/item/index.md | 4 +++- commands/menu/item/list/index.md | 4 +++- commands/menu/item/update/index.md | 4 +++- commands/menu/list/index.md | 4 +++- commands/menu/location/assign/index.md | 4 +++- commands/menu/location/index.md | 4 +++- commands/menu/location/list/index.md | 4 +++- commands/menu/location/remove/index.md | 4 +++- commands/network/index.md | 4 +++- commands/network/meta/add/index.md | 4 +++- commands/network/meta/delete/index.md | 4 +++- commands/network/meta/get/index.md | 4 +++- commands/network/meta/index.md | 4 +++- commands/network/meta/list/index.md | 4 +++- commands/network/meta/update/index.md | 4 +++- commands/option/add/index.md | 4 +++- commands/option/delete/index.md | 4 +++- commands/option/get/index.md | 4 +++- commands/option/index.md | 4 +++- commands/option/list/index.md | 4 +++- commands/option/update/index.md | 4 +++- commands/package/browse/index.md | 4 +++- commands/package/index.md | 4 +++- commands/package/install/index.md | 4 +++- commands/package/list/index.md | 4 +++- commands/package/path/index.md | 4 +++- commands/package/uninstall/index.md | 4 +++- commands/package/update/index.md | 4 +++- commands/plugin/activate/index.md | 4 +++- commands/plugin/deactivate/index.md | 4 +++- commands/plugin/delete/index.md | 4 +++- commands/plugin/get/index.md | 4 +++- commands/plugin/index.md | 4 +++- commands/plugin/install/index.md | 4 +++- commands/plugin/is-installed/index.md | 4 +++- commands/plugin/list/index.md | 4 +++- commands/plugin/path/index.md | 4 +++- commands/plugin/search/index.md | 4 +++- commands/plugin/status/index.md | 4 +++- commands/plugin/toggle/index.md | 4 +++- commands/plugin/uninstall/index.md | 4 +++- commands/plugin/update-all/index.md | 4 +++- commands/plugin/update/index.md | 4 +++- commands/post-type/get/index.md | 4 +++- commands/post-type/index.md | 4 +++- commands/post-type/list/index.md | 4 +++- commands/post/create/index.md | 4 +++- commands/post/delete/index.md | 4 +++- commands/post/edit/index.md | 4 +++- commands/post/generate/index.md | 4 +++- commands/post/get/index.md | 4 +++- commands/post/index.md | 4 +++- commands/post/list/index.md | 4 +++- commands/post/meta/add/index.md | 4 +++- commands/post/meta/delete/index.md | 4 +++- commands/post/meta/get/index.md | 4 +++- commands/post/meta/index.md | 4 +++- commands/post/meta/list/index.md | 4 +++- commands/post/meta/update/index.md | 4 +++- commands/post/term/add/index.md | 4 +++- commands/post/term/index.md | 4 +++- commands/post/term/list/index.md | 4 +++- commands/post/term/remove/index.md | 4 +++- commands/post/term/set/index.md | 4 +++- commands/post/update/index.md | 4 +++- commands/rewrite/flush/index.md | 4 +++- commands/rewrite/index.md | 4 +++- commands/rewrite/list/index.md | 4 +++- commands/rewrite/structure/index.md | 4 +++- commands/role/create/index.md | 4 +++- commands/role/delete/index.md | 4 +++- commands/role/exists/index.md | 4 +++- commands/role/index.md | 4 +++- commands/role/list/index.md | 4 +++- commands/role/reset/index.md | 4 +++- commands/scaffold/_s/index.md | 4 +++- commands/scaffold/child-theme/index.md | 4 +++- commands/scaffold/index.md | 4 +++- commands/scaffold/plugin-tests/index.md | 4 +++- commands/scaffold/plugin/index.md | 4 +++- commands/scaffold/post-type/index.md | 4 +++- commands/scaffold/taxonomy/index.md | 4 +++- commands/scaffold/theme-tests/index.md | 4 +++- commands/search-replace/index.md | 4 +++- commands/server/index.md | 4 +++- commands/shell/index.md | 4 +++- commands/sidebar/index.md | 4 +++- commands/sidebar/list/index.md | 4 +++- commands/site/activate/index.md | 4 +++- commands/site/archive/index.md | 4 +++- commands/site/create/index.md | 4 +++- commands/site/deactivate/index.md | 4 +++- commands/site/delete/index.md | 4 +++- commands/site/empty/index.md | 4 +++- commands/site/index.md | 4 +++- commands/site/list/index.md | 4 +++- commands/site/option/add/index.md | 4 +++- commands/site/option/delete/index.md | 4 +++- commands/site/option/get/index.md | 4 +++- commands/site/option/index.md | 4 +++- commands/site/option/list/index.md | 4 +++- commands/site/option/update/index.md | 4 +++- commands/site/spam/index.md | 4 +++- commands/site/unarchive/index.md | 4 +++- commands/site/unspam/index.md | 4 +++- commands/super-admin/add/index.md | 4 +++- commands/super-admin/index.md | 4 +++- commands/super-admin/list/index.md | 4 +++- commands/super-admin/remove/index.md | 4 +++- commands/taxonomy/get/index.md | 4 +++- commands/taxonomy/index.md | 4 +++- commands/taxonomy/list/index.md | 4 +++- commands/term/create/index.md | 4 +++- commands/term/delete/index.md | 4 +++- commands/term/generate/index.md | 4 +++- commands/term/get/index.md | 4 +++- commands/term/index.md | 4 +++- commands/term/list/index.md | 4 +++- commands/term/meta/add/index.md | 4 +++- commands/term/meta/delete/index.md | 4 +++- commands/term/meta/get/index.md | 4 +++- commands/term/meta/index.md | 4 +++- commands/term/meta/list/index.md | 4 +++- commands/term/meta/update/index.md | 4 +++- commands/term/recount/index.md | 4 +++- commands/term/update/index.md | 4 +++- commands/theme/activate/index.md | 4 +++- commands/theme/delete/index.md | 4 +++- commands/theme/disable/index.md | 4 +++- commands/theme/enable/index.md | 4 +++- commands/theme/get/index.md | 4 +++- commands/theme/index.md | 4 +++- commands/theme/install/index.md | 4 +++- commands/theme/is-installed/index.md | 4 +++- commands/theme/list/index.md | 4 +++- commands/theme/mod/get/index.md | 4 +++- commands/theme/mod/index.md | 4 +++- commands/theme/mod/remove/index.md | 4 +++- commands/theme/mod/set/index.md | 4 +++- commands/theme/path/index.md | 4 +++- commands/theme/search/index.md | 4 +++- commands/theme/status/index.md | 4 +++- commands/theme/update-all/index.md | 4 +++- commands/theme/update/index.md | 4 +++- commands/transient/delete/index.md | 4 +++- commands/transient/get/index.md | 4 +++- commands/transient/index.md | 4 +++- commands/transient/set/index.md | 4 +++- commands/transient/type/index.md | 4 +++- commands/user/add-cap/index.md | 4 +++- commands/user/add-role/index.md | 4 +++- commands/user/create/index.md | 4 +++- commands/user/delete/index.md | 4 +++- commands/user/generate/index.md | 4 +++- commands/user/get/index.md | 4 +++- commands/user/import-csv/index.md | 4 +++- commands/user/index.md | 4 +++- commands/user/list-caps/index.md | 4 +++- commands/user/list/index.md | 4 +++- commands/user/meta/add/index.md | 4 +++- commands/user/meta/delete/index.md | 4 +++- commands/user/meta/get/index.md | 4 +++- commands/user/meta/index.md | 4 +++- commands/user/meta/list/index.md | 4 +++- commands/user/meta/update/index.md | 4 +++- commands/user/remove-cap/index.md | 4 +++- commands/user/remove-role/index.md | 4 +++- commands/user/session/destroy/index.md | 4 +++- commands/user/session/index.md | 4 +++- commands/user/session/list/index.md | 4 +++- commands/user/set-role/index.md | 4 +++- commands/user/term/add/index.md | 4 +++- commands/user/term/index.md | 4 +++- commands/user/term/list/index.md | 4 +++- commands/user/term/remove/index.md | 4 +++- commands/user/term/set/index.md | 4 +++- commands/user/update/index.md | 4 +++- commands/widget/add/index.md | 4 +++- commands/widget/deactivate/index.md | 4 +++- commands/widget/delete/index.md | 4 +++- commands/widget/index.md | 4 +++- commands/widget/list/index.md | 4 +++- commands/widget/move/index.md | 4 +++- commands/widget/reset/index.md | 4 +++- commands/widget/update/index.md | 4 +++- 290 files changed, 870 insertions(+), 290 deletions(-) diff --git a/commands/blog/create/index.md b/commands/blog/create/index.md index b8efacd4..13aaa525 100644 --- a/commands/blog/create/index.md +++ b/commands/blog/create/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/blog/create/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/blog/create/ +--- \ No newline at end of file diff --git a/commands/blog/delete/index.md b/commands/blog/delete/index.md index 0e2d1e2b..99450b35 100644 --- a/commands/blog/delete/index.md +++ b/commands/blog/delete/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/blog/delete/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/blog/delete/ +--- \ No newline at end of file diff --git a/commands/blog/empty/index.md b/commands/blog/empty/index.md index a6e735e0..2e9e73df 100644 --- a/commands/blog/empty/index.md +++ b/commands/blog/empty/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/blog/empty/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/blog/empty/ +--- \ No newline at end of file diff --git a/commands/blog/index.md b/commands/blog/index.md index c26382cf..9ff104c1 100644 --- a/commands/blog/index.md +++ b/commands/blog/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/blog/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/blog/ +--- \ No newline at end of file diff --git a/commands/cache/add/index.md b/commands/cache/add/index.md index 973f00cd..8e39e41b 100644 --- a/commands/cache/add/index.md +++ b/commands/cache/add/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/cache/add/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/cache/add/ +--- \ No newline at end of file diff --git a/commands/cache/decr/index.md b/commands/cache/decr/index.md index 435c3870..2601c83f 100644 --- a/commands/cache/decr/index.md +++ b/commands/cache/decr/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/cache/decr/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/cache/decr/ +--- \ No newline at end of file diff --git a/commands/cache/delete/index.md b/commands/cache/delete/index.md index 2aa1914e..2b321377 100644 --- a/commands/cache/delete/index.md +++ b/commands/cache/delete/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/cache/delete/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/cache/delete/ +--- \ No newline at end of file diff --git a/commands/cache/flush/index.md b/commands/cache/flush/index.md index 99fb40bb..7063e12c 100644 --- a/commands/cache/flush/index.md +++ b/commands/cache/flush/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/cache/flush/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/cache/flush/ +--- \ No newline at end of file diff --git a/commands/cache/get/index.md b/commands/cache/get/index.md index 3a4a5f18..5fcfebff 100644 --- a/commands/cache/get/index.md +++ b/commands/cache/get/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/cache/get/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/cache/get/ +--- \ No newline at end of file diff --git a/commands/cache/incr/index.md b/commands/cache/incr/index.md index d7d4857b..3cc26adc 100644 --- a/commands/cache/incr/index.md +++ b/commands/cache/incr/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/cache/incr/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/cache/incr/ +--- \ No newline at end of file diff --git a/commands/cache/index.md b/commands/cache/index.md index 8c1b4418..a08cf894 100644 --- a/commands/cache/index.md +++ b/commands/cache/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/cache/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/cache/ +--- \ No newline at end of file diff --git a/commands/cache/replace/index.md b/commands/cache/replace/index.md index 6d7f8f1f..920bf711 100644 --- a/commands/cache/replace/index.md +++ b/commands/cache/replace/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/cache/replace/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/cache/replace/ +--- \ No newline at end of file diff --git a/commands/cache/set/index.md b/commands/cache/set/index.md index 90b8e15b..28c99103 100644 --- a/commands/cache/set/index.md +++ b/commands/cache/set/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/cache/set/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/cache/set/ +--- \ No newline at end of file diff --git a/commands/cache/type/index.md b/commands/cache/type/index.md index b14cbedb..0ed8cc83 100644 --- a/commands/cache/type/index.md +++ b/commands/cache/type/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/cache/type/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/cache/type/ +--- \ No newline at end of file diff --git a/commands/cap/add/index.md b/commands/cap/add/index.md index 1c541c37..9ec05e62 100644 --- a/commands/cap/add/index.md +++ b/commands/cap/add/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/cap/add/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/cap/add/ +--- \ No newline at end of file diff --git a/commands/cap/index.md b/commands/cap/index.md index d62074f2..9a3cd08f 100644 --- a/commands/cap/index.md +++ b/commands/cap/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/cap/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/cap/ +--- \ No newline at end of file diff --git a/commands/cap/list/index.md b/commands/cap/list/index.md index 6c851736..cadf22f5 100644 --- a/commands/cap/list/index.md +++ b/commands/cap/list/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/cap/list/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/cap/list/ +--- \ No newline at end of file diff --git a/commands/cap/remove/index.md b/commands/cap/remove/index.md index 6908c6a4..a88a4f31 100644 --- a/commands/cap/remove/index.md +++ b/commands/cap/remove/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/cap/remove/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/cap/remove/ +--- \ No newline at end of file diff --git a/commands/cli/alias/index.md b/commands/cli/alias/index.md index f0f94f26..9a2df749 100644 --- a/commands/cli/alias/index.md +++ b/commands/cli/alias/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/cli/alias/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/cli/alias/ +--- \ No newline at end of file diff --git a/commands/cli/check-update/index.md b/commands/cli/check-update/index.md index 0265531e..6e7af947 100644 --- a/commands/cli/check-update/index.md +++ b/commands/cli/check-update/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/cli/check-update/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/cli/check-update/ +--- \ No newline at end of file diff --git a/commands/cli/cmd-dump/index.md b/commands/cli/cmd-dump/index.md index c2f8c748..0b6dcf46 100644 --- a/commands/cli/cmd-dump/index.md +++ b/commands/cli/cmd-dump/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/cli/cmd-dump/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/cli/cmd-dump/ +--- \ No newline at end of file diff --git a/commands/cli/completions/index.md b/commands/cli/completions/index.md index e3486ef2..aaf88f6e 100644 --- a/commands/cli/completions/index.md +++ b/commands/cli/completions/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/cli/completions/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/cli/completions/ +--- \ No newline at end of file diff --git a/commands/cli/index.md b/commands/cli/index.md index a4c4e466..030254ae 100644 --- a/commands/cli/index.md +++ b/commands/cli/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/cli/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/cli/ +--- \ No newline at end of file diff --git a/commands/cli/info/index.md b/commands/cli/info/index.md index 0bd34dcb..1aea9db2 100644 --- a/commands/cli/info/index.md +++ b/commands/cli/info/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/cli/info/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/cli/info/ +--- \ No newline at end of file diff --git a/commands/cli/param-dump/index.md b/commands/cli/param-dump/index.md index 5e82fe8c..ceb354b3 100644 --- a/commands/cli/param-dump/index.md +++ b/commands/cli/param-dump/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/cli/param-dump/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/cli/param-dump/ +--- \ No newline at end of file diff --git a/commands/cli/update/index.md b/commands/cli/update/index.md index 993bf673..f1f62e51 100644 --- a/commands/cli/update/index.md +++ b/commands/cli/update/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/cli/update/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/cli/update/ +--- \ No newline at end of file diff --git a/commands/cli/version/index.md b/commands/cli/version/index.md index f49e8bfe..e639b203 100644 --- a/commands/cli/version/index.md +++ b/commands/cli/version/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/cli/version/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/cli/version/ +--- \ No newline at end of file diff --git a/commands/comment/approve/index.md b/commands/comment/approve/index.md index 3ebb76e5..ff2d7673 100644 --- a/commands/comment/approve/index.md +++ b/commands/comment/approve/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/comment/approve/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/comment/approve/ +--- \ No newline at end of file diff --git a/commands/comment/count/index.md b/commands/comment/count/index.md index 6558805e..9a7e66f5 100644 --- a/commands/comment/count/index.md +++ b/commands/comment/count/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/comment/count/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/comment/count/ +--- \ No newline at end of file diff --git a/commands/comment/create/index.md b/commands/comment/create/index.md index f12bca0c..ca315bf5 100644 --- a/commands/comment/create/index.md +++ b/commands/comment/create/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/comment/create/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/comment/create/ +--- \ No newline at end of file diff --git a/commands/comment/delete/index.md b/commands/comment/delete/index.md index 3d90331c..9a5c9c4f 100644 --- a/commands/comment/delete/index.md +++ b/commands/comment/delete/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/comment/delete/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/comment/delete/ +--- \ No newline at end of file diff --git a/commands/comment/exists/index.md b/commands/comment/exists/index.md index 32724625..94f93bb4 100644 --- a/commands/comment/exists/index.md +++ b/commands/comment/exists/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/comment/exists/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/comment/exists/ +--- \ No newline at end of file diff --git a/commands/comment/generate/index.md b/commands/comment/generate/index.md index 39e35283..39debe61 100644 --- a/commands/comment/generate/index.md +++ b/commands/comment/generate/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/comment/generate/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/comment/generate/ +--- \ No newline at end of file diff --git a/commands/comment/get/index.md b/commands/comment/get/index.md index 98def28d..63ca9405 100644 --- a/commands/comment/get/index.md +++ b/commands/comment/get/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/comment/get/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/comment/get/ +--- \ No newline at end of file diff --git a/commands/comment/index.md b/commands/comment/index.md index c0776d06..c1b96fc4 100644 --- a/commands/comment/index.md +++ b/commands/comment/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/comment/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/comment/ +--- \ No newline at end of file diff --git a/commands/comment/list/index.md b/commands/comment/list/index.md index 72b980ce..316c0dcf 100644 --- a/commands/comment/list/index.md +++ b/commands/comment/list/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/comment/list/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/comment/list/ +--- \ No newline at end of file diff --git a/commands/comment/meta/add/index.md b/commands/comment/meta/add/index.md index 6940b813..edb127d4 100644 --- a/commands/comment/meta/add/index.md +++ b/commands/comment/meta/add/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/comment/meta/add/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/comment/meta/add/ +--- \ No newline at end of file diff --git a/commands/comment/meta/delete/index.md b/commands/comment/meta/delete/index.md index 32a5c79a..0f699649 100644 --- a/commands/comment/meta/delete/index.md +++ b/commands/comment/meta/delete/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/comment/meta/delete/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/comment/meta/delete/ +--- \ No newline at end of file diff --git a/commands/comment/meta/get/index.md b/commands/comment/meta/get/index.md index eeb641b3..6458617e 100644 --- a/commands/comment/meta/get/index.md +++ b/commands/comment/meta/get/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/comment/meta/get/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/comment/meta/get/ +--- \ No newline at end of file diff --git a/commands/comment/meta/index.md b/commands/comment/meta/index.md index a81bda2e..b5c7ea6b 100644 --- a/commands/comment/meta/index.md +++ b/commands/comment/meta/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/comment/meta/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/comment/meta/ +--- \ No newline at end of file diff --git a/commands/comment/meta/list/index.md b/commands/comment/meta/list/index.md index bd2893de..f9a62856 100644 --- a/commands/comment/meta/list/index.md +++ b/commands/comment/meta/list/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/comment/meta/list/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/comment/meta/list/ +--- \ No newline at end of file diff --git a/commands/comment/meta/update/index.md b/commands/comment/meta/update/index.md index 92cc3c39..e6748ec3 100644 --- a/commands/comment/meta/update/index.md +++ b/commands/comment/meta/update/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/comment/meta/update/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/comment/meta/update/ +--- \ No newline at end of file diff --git a/commands/comment/recount/index.md b/commands/comment/recount/index.md index 9aca0e08..f1395902 100644 --- a/commands/comment/recount/index.md +++ b/commands/comment/recount/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/comment/recount/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/comment/recount/ +--- \ No newline at end of file diff --git a/commands/comment/spam/index.md b/commands/comment/spam/index.md index 29861bc7..a0c34585 100644 --- a/commands/comment/spam/index.md +++ b/commands/comment/spam/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/comment/spam/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/comment/spam/ +--- \ No newline at end of file diff --git a/commands/comment/status/index.md b/commands/comment/status/index.md index 4ad951f9..9f1c5e3f 100644 --- a/commands/comment/status/index.md +++ b/commands/comment/status/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/comment/status/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/comment/status/ +--- \ No newline at end of file diff --git a/commands/comment/trash/index.md b/commands/comment/trash/index.md index 86d360da..d6489354 100644 --- a/commands/comment/trash/index.md +++ b/commands/comment/trash/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/comment/trash/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/comment/trash/ +--- \ No newline at end of file diff --git a/commands/comment/unapprove/index.md b/commands/comment/unapprove/index.md index a1b07961..5006dfb3 100644 --- a/commands/comment/unapprove/index.md +++ b/commands/comment/unapprove/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/comment/unapprove/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/comment/unapprove/ +--- \ No newline at end of file diff --git a/commands/comment/unspam/index.md b/commands/comment/unspam/index.md index 5fa64c6c..115f0194 100644 --- a/commands/comment/unspam/index.md +++ b/commands/comment/unspam/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/comment/unspam/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/comment/unspam/ +--- \ No newline at end of file diff --git a/commands/comment/untrash/index.md b/commands/comment/untrash/index.md index dc799bab..623aec36 100644 --- a/commands/comment/untrash/index.md +++ b/commands/comment/untrash/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/comment/untrash/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/comment/untrash/ +--- \ No newline at end of file diff --git a/commands/comment/update/index.md b/commands/comment/update/index.md index 7bd78ea7..735eefde 100644 --- a/commands/comment/update/index.md +++ b/commands/comment/update/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/comment/update/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/comment/update/ +--- \ No newline at end of file diff --git a/commands/core/check-update/index.md b/commands/core/check-update/index.md index b53dca68..e140a369 100644 --- a/commands/core/check-update/index.md +++ b/commands/core/check-update/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/core/check-update/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/core/check-update/ +--- \ No newline at end of file diff --git a/commands/core/config/index.md b/commands/core/config/index.md index a5aadc1e..8549546c 100644 --- a/commands/core/config/index.md +++ b/commands/core/config/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/core/config/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/core/config/ +--- \ No newline at end of file diff --git a/commands/core/download/index.md b/commands/core/download/index.md index e5f1cbc9..6647a311 100644 --- a/commands/core/download/index.md +++ b/commands/core/download/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/core/download/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/core/download/ +--- \ No newline at end of file diff --git a/commands/core/index.md b/commands/core/index.md index 76741327..f66842ad 100644 --- a/commands/core/index.md +++ b/commands/core/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/core/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/core/ +--- \ No newline at end of file diff --git a/commands/core/install-network/index.md b/commands/core/install-network/index.md index ff8c8d1a..8f496b90 100644 --- a/commands/core/install-network/index.md +++ b/commands/core/install-network/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/core/install-network/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/core/install-network/ +--- \ No newline at end of file diff --git a/commands/core/install/index.md b/commands/core/install/index.md index bd73bddf..df7a3a4e 100644 --- a/commands/core/install/index.md +++ b/commands/core/install/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/core/install/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/core/install/ +--- \ No newline at end of file diff --git a/commands/core/is-installed/index.md b/commands/core/is-installed/index.md index 1909b121..42222529 100644 --- a/commands/core/is-installed/index.md +++ b/commands/core/is-installed/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/core/is-installed/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/core/is-installed/ +--- \ No newline at end of file diff --git a/commands/core/language/activate/index.md b/commands/core/language/activate/index.md index f578623b..381a62fc 100644 --- a/commands/core/language/activate/index.md +++ b/commands/core/language/activate/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/core/language/activate/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/core/language/activate/ +--- \ No newline at end of file diff --git a/commands/core/language/index.md b/commands/core/language/index.md index daea4c6b..49fd5b91 100644 --- a/commands/core/language/index.md +++ b/commands/core/language/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/core/language/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/core/language/ +--- \ No newline at end of file diff --git a/commands/core/language/install/index.md b/commands/core/language/install/index.md index 03b83369..351f9981 100644 --- a/commands/core/language/install/index.md +++ b/commands/core/language/install/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/core/language/install/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/core/language/install/ +--- \ No newline at end of file diff --git a/commands/core/language/list/index.md b/commands/core/language/list/index.md index 2ca3d665..fdcf14d7 100644 --- a/commands/core/language/list/index.md +++ b/commands/core/language/list/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/core/language/list/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/core/language/list/ +--- \ No newline at end of file diff --git a/commands/core/language/uninstall/index.md b/commands/core/language/uninstall/index.md index 2d47c2ab..3f3af547 100644 --- a/commands/core/language/uninstall/index.md +++ b/commands/core/language/uninstall/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/core/language/uninstall/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/core/language/uninstall/ +--- \ No newline at end of file diff --git a/commands/core/language/update/index.md b/commands/core/language/update/index.md index 33d12727..c9b24b05 100644 --- a/commands/core/language/update/index.md +++ b/commands/core/language/update/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/core/language/update/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/core/language/update/ +--- \ No newline at end of file diff --git a/commands/core/multisite-convert/index.md b/commands/core/multisite-convert/index.md index 739144f2..ae58e516 100644 --- a/commands/core/multisite-convert/index.md +++ b/commands/core/multisite-convert/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/core/multisite-convert/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/core/multisite-convert/ +--- \ No newline at end of file diff --git a/commands/core/multisite-install/index.md b/commands/core/multisite-install/index.md index a19abb92..24524dd4 100644 --- a/commands/core/multisite-install/index.md +++ b/commands/core/multisite-install/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/core/multisite-install/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/core/multisite-install/ +--- \ No newline at end of file diff --git a/commands/core/update-db/index.md b/commands/core/update-db/index.md index 9cee8c83..3a1b2654 100644 --- a/commands/core/update-db/index.md +++ b/commands/core/update-db/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/core/update-db/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/core/update-db/ +--- \ No newline at end of file diff --git a/commands/core/update/index.md b/commands/core/update/index.md index 3d6b0075..e3e875bb 100644 --- a/commands/core/update/index.md +++ b/commands/core/update/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/core/update/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/core/update/ +--- \ No newline at end of file diff --git a/commands/core/verify-checksums/index.md b/commands/core/verify-checksums/index.md index 76b8fb8e..f9cbb898 100644 --- a/commands/core/verify-checksums/index.md +++ b/commands/core/verify-checksums/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/core/verify-checksums/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/core/verify-checksums/ +--- \ No newline at end of file diff --git a/commands/core/version/index.md b/commands/core/version/index.md index d71e9f97..f872eb73 100644 --- a/commands/core/version/index.md +++ b/commands/core/version/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/core/version/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/core/version/ +--- \ No newline at end of file diff --git a/commands/cron/event/delete/index.md b/commands/cron/event/delete/index.md index dcb65ca2..4b18d472 100644 --- a/commands/cron/event/delete/index.md +++ b/commands/cron/event/delete/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/cron/event/delete/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/cron/event/delete/ +--- \ No newline at end of file diff --git a/commands/cron/event/index.md b/commands/cron/event/index.md index 43a146de..37737729 100644 --- a/commands/cron/event/index.md +++ b/commands/cron/event/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/cron/event/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/cron/event/ +--- \ No newline at end of file diff --git a/commands/cron/event/list/index.md b/commands/cron/event/list/index.md index 886fedcd..1bc661af 100644 --- a/commands/cron/event/list/index.md +++ b/commands/cron/event/list/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/cron/event/list/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/cron/event/list/ +--- \ No newline at end of file diff --git a/commands/cron/event/run/index.md b/commands/cron/event/run/index.md index a07416db..a5e53006 100644 --- a/commands/cron/event/run/index.md +++ b/commands/cron/event/run/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/cron/event/run/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/cron/event/run/ +--- \ No newline at end of file diff --git a/commands/cron/event/schedule/index.md b/commands/cron/event/schedule/index.md index 420ea21b..f817198b 100644 --- a/commands/cron/event/schedule/index.md +++ b/commands/cron/event/schedule/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/cron/event/schedule/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/cron/event/schedule/ +--- \ No newline at end of file diff --git a/commands/cron/index.md b/commands/cron/index.md index 06ddf7b1..ab003276 100644 --- a/commands/cron/index.md +++ b/commands/cron/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/cron/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/cron/ +--- \ No newline at end of file diff --git a/commands/cron/schedule/index.md b/commands/cron/schedule/index.md index 0ad4709b..1d0728c2 100644 --- a/commands/cron/schedule/index.md +++ b/commands/cron/schedule/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/cron/schedule/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/cron/schedule/ +--- \ No newline at end of file diff --git a/commands/cron/schedule/list/index.md b/commands/cron/schedule/list/index.md index f68d0cc5..88ba00e3 100644 --- a/commands/cron/schedule/list/index.md +++ b/commands/cron/schedule/list/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/cron/schedule/list/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/cron/schedule/list/ +--- \ No newline at end of file diff --git a/commands/cron/test/index.md b/commands/cron/test/index.md index 28baaf70..d14bef75 100644 --- a/commands/cron/test/index.md +++ b/commands/cron/test/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/cron/test/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/cron/test/ +--- \ No newline at end of file diff --git a/commands/db/check/index.md b/commands/db/check/index.md index 4d8ef0d9..836e72bb 100644 --- a/commands/db/check/index.md +++ b/commands/db/check/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/db/check/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/db/check/ +--- \ No newline at end of file diff --git a/commands/db/cli/index.md b/commands/db/cli/index.md index d6dafcea..3e83634c 100644 --- a/commands/db/cli/index.md +++ b/commands/db/cli/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/db/cli/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/db/cli/ +--- \ No newline at end of file diff --git a/commands/db/create/index.md b/commands/db/create/index.md index 6943a4ee..c502d99b 100644 --- a/commands/db/create/index.md +++ b/commands/db/create/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/db/create/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/db/create/ +--- \ No newline at end of file diff --git a/commands/db/drop/index.md b/commands/db/drop/index.md index 990a2ca0..69957c56 100644 --- a/commands/db/drop/index.md +++ b/commands/db/drop/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/db/drop/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/db/drop/ +--- \ No newline at end of file diff --git a/commands/db/export/index.md b/commands/db/export/index.md index eed2b60e..c05d048e 100644 --- a/commands/db/export/index.md +++ b/commands/db/export/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/db/export/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/db/export/ +--- \ No newline at end of file diff --git a/commands/db/import/index.md b/commands/db/import/index.md index 35d01fb7..74b6bd5f 100644 --- a/commands/db/import/index.md +++ b/commands/db/import/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/db/import/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/db/import/ +--- \ No newline at end of file diff --git a/commands/db/index.md b/commands/db/index.md index eab16ced..9eb8483c 100644 --- a/commands/db/index.md +++ b/commands/db/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/db/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/db/ +--- \ No newline at end of file diff --git a/commands/db/optimize/index.md b/commands/db/optimize/index.md index 88b23848..13c258c7 100644 --- a/commands/db/optimize/index.md +++ b/commands/db/optimize/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/db/optimize/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/db/optimize/ +--- \ No newline at end of file diff --git a/commands/db/query/index.md b/commands/db/query/index.md index bbeb7cb8..7cbfb232 100644 --- a/commands/db/query/index.md +++ b/commands/db/query/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/db/query/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/db/query/ +--- \ No newline at end of file diff --git a/commands/db/repair/index.md b/commands/db/repair/index.md index 3cf43960..4bb09152 100644 --- a/commands/db/repair/index.md +++ b/commands/db/repair/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/db/repair/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/db/repair/ +--- \ No newline at end of file diff --git a/commands/db/reset/index.md b/commands/db/reset/index.md index 96aeda25..ea4e3970 100644 --- a/commands/db/reset/index.md +++ b/commands/db/reset/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/db/reset/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/db/reset/ +--- \ No newline at end of file diff --git a/commands/db/tables/index.md b/commands/db/tables/index.md index e60fb60d..d35d47d1 100644 --- a/commands/db/tables/index.md +++ b/commands/db/tables/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/db/tables/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/db/tables/ +--- \ No newline at end of file diff --git a/commands/eval-file/index.md b/commands/eval-file/index.md index bb867e81..99da8219 100644 --- a/commands/eval-file/index.md +++ b/commands/eval-file/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/eval-file/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/eval-file/ +--- \ No newline at end of file diff --git a/commands/eval/index.md b/commands/eval/index.md index f691ed7a..133cbdfa 100644 --- a/commands/eval/index.md +++ b/commands/eval/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/eval/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/eval/ +--- \ No newline at end of file diff --git a/commands/export/index.md b/commands/export/index.md index 03e3936e..03d5c2bf 100644 --- a/commands/export/index.md +++ b/commands/export/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/export/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/export/ +--- \ No newline at end of file diff --git a/commands/help/index.md b/commands/help/index.md index 345e4e45..572ea263 100644 --- a/commands/help/index.md +++ b/commands/help/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/help/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/help/ +--- \ No newline at end of file diff --git a/commands/import/index.md b/commands/import/index.md index cffffcea..f5dc2038 100644 --- a/commands/import/index.md +++ b/commands/import/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/import/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/import/ +--- \ No newline at end of file diff --git a/commands/media/import/index.md b/commands/media/import/index.md index bd54ec5e..7791aae0 100644 --- a/commands/media/import/index.md +++ b/commands/media/import/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/media/import/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/media/import/ +--- \ No newline at end of file diff --git a/commands/media/index.md b/commands/media/index.md index 56f702eb..3d6aaba6 100644 --- a/commands/media/index.md +++ b/commands/media/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/media/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/media/ +--- \ No newline at end of file diff --git a/commands/media/regenerate/index.md b/commands/media/regenerate/index.md index ced20593..421570e0 100644 --- a/commands/media/regenerate/index.md +++ b/commands/media/regenerate/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/media/regenerate/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/media/regenerate/ +--- \ No newline at end of file diff --git a/commands/menu/create/index.md b/commands/menu/create/index.md index 9fa8e3b4..328f015f 100644 --- a/commands/menu/create/index.md +++ b/commands/menu/create/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/menu/create/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/menu/create/ +--- \ No newline at end of file diff --git a/commands/menu/delete/index.md b/commands/menu/delete/index.md index c2973ba4..a82ae40d 100644 --- a/commands/menu/delete/index.md +++ b/commands/menu/delete/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/menu/delete/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/menu/delete/ +--- \ No newline at end of file diff --git a/commands/menu/index.md b/commands/menu/index.md index cc507bbb..ef050659 100644 --- a/commands/menu/index.md +++ b/commands/menu/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/menu/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/menu/ +--- \ No newline at end of file diff --git a/commands/menu/item/add-custom/index.md b/commands/menu/item/add-custom/index.md index ce42a607..50474c1b 100644 --- a/commands/menu/item/add-custom/index.md +++ b/commands/menu/item/add-custom/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/menu/item/add-custom/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/menu/item/add-custom/ +--- \ No newline at end of file diff --git a/commands/menu/item/add-post/index.md b/commands/menu/item/add-post/index.md index 007e74a1..9f20940e 100644 --- a/commands/menu/item/add-post/index.md +++ b/commands/menu/item/add-post/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/menu/item/add-post/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/menu/item/add-post/ +--- \ No newline at end of file diff --git a/commands/menu/item/add-term/index.md b/commands/menu/item/add-term/index.md index 39307b5b..da0b9d23 100644 --- a/commands/menu/item/add-term/index.md +++ b/commands/menu/item/add-term/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/menu/item/add-term/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/menu/item/add-term/ +--- \ No newline at end of file diff --git a/commands/menu/item/delete/index.md b/commands/menu/item/delete/index.md index 02e6206b..7c748e70 100644 --- a/commands/menu/item/delete/index.md +++ b/commands/menu/item/delete/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/menu/item/delete/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/menu/item/delete/ +--- \ No newline at end of file diff --git a/commands/menu/item/index.md b/commands/menu/item/index.md index 74c057c1..f09f1f86 100644 --- a/commands/menu/item/index.md +++ b/commands/menu/item/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/menu/item/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/menu/item/ +--- \ No newline at end of file diff --git a/commands/menu/item/list/index.md b/commands/menu/item/list/index.md index 665bd871..0713b338 100644 --- a/commands/menu/item/list/index.md +++ b/commands/menu/item/list/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/menu/item/list/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/menu/item/list/ +--- \ No newline at end of file diff --git a/commands/menu/item/update/index.md b/commands/menu/item/update/index.md index de2a5a84..01b68582 100644 --- a/commands/menu/item/update/index.md +++ b/commands/menu/item/update/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/menu/item/update/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/menu/item/update/ +--- \ No newline at end of file diff --git a/commands/menu/list/index.md b/commands/menu/list/index.md index 54dd8ebf..fded4a73 100644 --- a/commands/menu/list/index.md +++ b/commands/menu/list/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/menu/list/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/menu/list/ +--- \ No newline at end of file diff --git a/commands/menu/location/assign/index.md b/commands/menu/location/assign/index.md index ad8020cf..9c746201 100644 --- a/commands/menu/location/assign/index.md +++ b/commands/menu/location/assign/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/menu/location/assign/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/menu/location/assign/ +--- \ No newline at end of file diff --git a/commands/menu/location/index.md b/commands/menu/location/index.md index 64004ae7..c66f02e5 100644 --- a/commands/menu/location/index.md +++ b/commands/menu/location/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/menu/location/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/menu/location/ +--- \ No newline at end of file diff --git a/commands/menu/location/list/index.md b/commands/menu/location/list/index.md index 710972ab..6d1e3701 100644 --- a/commands/menu/location/list/index.md +++ b/commands/menu/location/list/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/menu/location/list/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/menu/location/list/ +--- \ No newline at end of file diff --git a/commands/menu/location/remove/index.md b/commands/menu/location/remove/index.md index c31cdc98..fb4ceb5a 100644 --- a/commands/menu/location/remove/index.md +++ b/commands/menu/location/remove/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/menu/location/remove/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/menu/location/remove/ +--- \ No newline at end of file diff --git a/commands/network/index.md b/commands/network/index.md index 4cdab590..3c879aac 100644 --- a/commands/network/index.md +++ b/commands/network/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/network/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/network/ +--- \ No newline at end of file diff --git a/commands/network/meta/add/index.md b/commands/network/meta/add/index.md index b326daf6..860053db 100644 --- a/commands/network/meta/add/index.md +++ b/commands/network/meta/add/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/network/meta/add/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/network/meta/add/ +--- \ No newline at end of file diff --git a/commands/network/meta/delete/index.md b/commands/network/meta/delete/index.md index 5a833a86..01f0800c 100644 --- a/commands/network/meta/delete/index.md +++ b/commands/network/meta/delete/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/network/meta/delete/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/network/meta/delete/ +--- \ No newline at end of file diff --git a/commands/network/meta/get/index.md b/commands/network/meta/get/index.md index 3a828bff..16932de1 100644 --- a/commands/network/meta/get/index.md +++ b/commands/network/meta/get/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/network/meta/get/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/network/meta/get/ +--- \ No newline at end of file diff --git a/commands/network/meta/index.md b/commands/network/meta/index.md index c4922b36..cdeaca95 100644 --- a/commands/network/meta/index.md +++ b/commands/network/meta/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/network/meta/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/network/meta/ +--- \ No newline at end of file diff --git a/commands/network/meta/list/index.md b/commands/network/meta/list/index.md index 0a296e37..a3fed3c7 100644 --- a/commands/network/meta/list/index.md +++ b/commands/network/meta/list/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/network/meta/list/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/network/meta/list/ +--- \ No newline at end of file diff --git a/commands/network/meta/update/index.md b/commands/network/meta/update/index.md index 6a2e35e8..b22e3a32 100644 --- a/commands/network/meta/update/index.md +++ b/commands/network/meta/update/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/network/meta/update/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/network/meta/update/ +--- \ No newline at end of file diff --git a/commands/option/add/index.md b/commands/option/add/index.md index 590dc658..403f7920 100644 --- a/commands/option/add/index.md +++ b/commands/option/add/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/option/add/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/option/add/ +--- \ No newline at end of file diff --git a/commands/option/delete/index.md b/commands/option/delete/index.md index 5197694d..d471a9c3 100644 --- a/commands/option/delete/index.md +++ b/commands/option/delete/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/option/delete/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/option/delete/ +--- \ No newline at end of file diff --git a/commands/option/get/index.md b/commands/option/get/index.md index 5aa48dd8..56bd6852 100644 --- a/commands/option/get/index.md +++ b/commands/option/get/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/option/get/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/option/get/ +--- \ No newline at end of file diff --git a/commands/option/index.md b/commands/option/index.md index 1f75190d..637929ff 100644 --- a/commands/option/index.md +++ b/commands/option/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/option/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/option/ +--- \ No newline at end of file diff --git a/commands/option/list/index.md b/commands/option/list/index.md index 32f3845a..926ae1b4 100644 --- a/commands/option/list/index.md +++ b/commands/option/list/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/option/list/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/option/list/ +--- \ No newline at end of file diff --git a/commands/option/update/index.md b/commands/option/update/index.md index 66857fee..d9f799f0 100644 --- a/commands/option/update/index.md +++ b/commands/option/update/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/option/update/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/option/update/ +--- \ No newline at end of file diff --git a/commands/package/browse/index.md b/commands/package/browse/index.md index f7d9940b..b0ad5d4f 100644 --- a/commands/package/browse/index.md +++ b/commands/package/browse/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/package/browse/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/package/browse/ +--- \ No newline at end of file diff --git a/commands/package/index.md b/commands/package/index.md index ffb4d190..ebb25bcf 100644 --- a/commands/package/index.md +++ b/commands/package/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/package/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/package/ +--- \ No newline at end of file diff --git a/commands/package/install/index.md b/commands/package/install/index.md index 1968d2d4..ff315b55 100644 --- a/commands/package/install/index.md +++ b/commands/package/install/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/package/install/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/package/install/ +--- \ No newline at end of file diff --git a/commands/package/list/index.md b/commands/package/list/index.md index 967974dc..0df19ed1 100644 --- a/commands/package/list/index.md +++ b/commands/package/list/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/package/list/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/package/list/ +--- \ No newline at end of file diff --git a/commands/package/path/index.md b/commands/package/path/index.md index 7575c724..a29adb9d 100644 --- a/commands/package/path/index.md +++ b/commands/package/path/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/package/path/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/package/path/ +--- \ No newline at end of file diff --git a/commands/package/uninstall/index.md b/commands/package/uninstall/index.md index 7e34f46d..847871ae 100644 --- a/commands/package/uninstall/index.md +++ b/commands/package/uninstall/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/package/uninstall/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/package/uninstall/ +--- \ No newline at end of file diff --git a/commands/package/update/index.md b/commands/package/update/index.md index 0cc6e356..33f5b728 100644 --- a/commands/package/update/index.md +++ b/commands/package/update/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/package/update/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/package/update/ +--- \ No newline at end of file diff --git a/commands/plugin/activate/index.md b/commands/plugin/activate/index.md index 9fdb4cff..0fd2b1f1 100644 --- a/commands/plugin/activate/index.md +++ b/commands/plugin/activate/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/plugin/activate/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/plugin/activate/ +--- \ No newline at end of file diff --git a/commands/plugin/deactivate/index.md b/commands/plugin/deactivate/index.md index c6e2a431..05aaf682 100644 --- a/commands/plugin/deactivate/index.md +++ b/commands/plugin/deactivate/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/plugin/deactivate/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/plugin/deactivate/ +--- \ No newline at end of file diff --git a/commands/plugin/delete/index.md b/commands/plugin/delete/index.md index 4148ee92..4d0e9541 100644 --- a/commands/plugin/delete/index.md +++ b/commands/plugin/delete/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/plugin/delete/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/plugin/delete/ +--- \ No newline at end of file diff --git a/commands/plugin/get/index.md b/commands/plugin/get/index.md index 966e4f3d..dec04a29 100644 --- a/commands/plugin/get/index.md +++ b/commands/plugin/get/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/plugin/get/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/plugin/get/ +--- \ No newline at end of file diff --git a/commands/plugin/index.md b/commands/plugin/index.md index 50d02435..eb0260a9 100644 --- a/commands/plugin/index.md +++ b/commands/plugin/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/plugin/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/plugin/ +--- \ No newline at end of file diff --git a/commands/plugin/install/index.md b/commands/plugin/install/index.md index 740f6210..7682ff48 100644 --- a/commands/plugin/install/index.md +++ b/commands/plugin/install/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/plugin/install/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/plugin/install/ +--- \ No newline at end of file diff --git a/commands/plugin/is-installed/index.md b/commands/plugin/is-installed/index.md index 0feea221..d1cdedca 100644 --- a/commands/plugin/is-installed/index.md +++ b/commands/plugin/is-installed/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/plugin/is-installed/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/plugin/is-installed/ +--- \ No newline at end of file diff --git a/commands/plugin/list/index.md b/commands/plugin/list/index.md index f50ffd45..40959e92 100644 --- a/commands/plugin/list/index.md +++ b/commands/plugin/list/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/plugin/list/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/plugin/list/ +--- \ No newline at end of file diff --git a/commands/plugin/path/index.md b/commands/plugin/path/index.md index 1d9a5d51..22e187e0 100644 --- a/commands/plugin/path/index.md +++ b/commands/plugin/path/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/plugin/path/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/plugin/path/ +--- \ No newline at end of file diff --git a/commands/plugin/search/index.md b/commands/plugin/search/index.md index 2d0b71fc..9ddf89b7 100644 --- a/commands/plugin/search/index.md +++ b/commands/plugin/search/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/plugin/search/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/plugin/search/ +--- \ No newline at end of file diff --git a/commands/plugin/status/index.md b/commands/plugin/status/index.md index c496b9a5..31358b56 100644 --- a/commands/plugin/status/index.md +++ b/commands/plugin/status/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/plugin/status/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/plugin/status/ +--- \ No newline at end of file diff --git a/commands/plugin/toggle/index.md b/commands/plugin/toggle/index.md index d1923ffa..bbb60ac7 100644 --- a/commands/plugin/toggle/index.md +++ b/commands/plugin/toggle/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/plugin/toggle/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/plugin/toggle/ +--- \ No newline at end of file diff --git a/commands/plugin/uninstall/index.md b/commands/plugin/uninstall/index.md index 0cd68213..faac3fb8 100644 --- a/commands/plugin/uninstall/index.md +++ b/commands/plugin/uninstall/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/plugin/uninstall/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/plugin/uninstall/ +--- \ No newline at end of file diff --git a/commands/plugin/update-all/index.md b/commands/plugin/update-all/index.md index 903d46e9..8f851dc4 100644 --- a/commands/plugin/update-all/index.md +++ b/commands/plugin/update-all/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/plugin/update-all/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/plugin/update-all/ +--- \ No newline at end of file diff --git a/commands/plugin/update/index.md b/commands/plugin/update/index.md index cc8431dc..851eaaba 100644 --- a/commands/plugin/update/index.md +++ b/commands/plugin/update/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/plugin/update/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/plugin/update/ +--- \ No newline at end of file diff --git a/commands/post-type/get/index.md b/commands/post-type/get/index.md index 4a7f18a2..00ea191e 100644 --- a/commands/post-type/get/index.md +++ b/commands/post-type/get/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/post-type/get/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/post-type/get/ +--- \ No newline at end of file diff --git a/commands/post-type/index.md b/commands/post-type/index.md index 99ffd5c9..21f74bdc 100644 --- a/commands/post-type/index.md +++ b/commands/post-type/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/post-type/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/post-type/ +--- \ No newline at end of file diff --git a/commands/post-type/list/index.md b/commands/post-type/list/index.md index db2fe8e8..cd697686 100644 --- a/commands/post-type/list/index.md +++ b/commands/post-type/list/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/post-type/list/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/post-type/list/ +--- \ No newline at end of file diff --git a/commands/post/create/index.md b/commands/post/create/index.md index b7fa40d5..f68570ef 100644 --- a/commands/post/create/index.md +++ b/commands/post/create/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/post/create/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/post/create/ +--- \ No newline at end of file diff --git a/commands/post/delete/index.md b/commands/post/delete/index.md index 632a8a3d..5a66451a 100644 --- a/commands/post/delete/index.md +++ b/commands/post/delete/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/post/delete/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/post/delete/ +--- \ No newline at end of file diff --git a/commands/post/edit/index.md b/commands/post/edit/index.md index 25d64608..738c4ca5 100644 --- a/commands/post/edit/index.md +++ b/commands/post/edit/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/post/edit/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/post/edit/ +--- \ No newline at end of file diff --git a/commands/post/generate/index.md b/commands/post/generate/index.md index 40bc427f..88f61c8f 100644 --- a/commands/post/generate/index.md +++ b/commands/post/generate/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/post/generate/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/post/generate/ +--- \ No newline at end of file diff --git a/commands/post/get/index.md b/commands/post/get/index.md index 358651db..7df99292 100644 --- a/commands/post/get/index.md +++ b/commands/post/get/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/post/get/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/post/get/ +--- \ No newline at end of file diff --git a/commands/post/index.md b/commands/post/index.md index ee5591a3..7ee724b9 100644 --- a/commands/post/index.md +++ b/commands/post/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/post/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/post/ +--- \ No newline at end of file diff --git a/commands/post/list/index.md b/commands/post/list/index.md index f1dd9c2c..f7a8663e 100644 --- a/commands/post/list/index.md +++ b/commands/post/list/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/post/list/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/post/list/ +--- \ No newline at end of file diff --git a/commands/post/meta/add/index.md b/commands/post/meta/add/index.md index 8ad969cf..34e2171c 100644 --- a/commands/post/meta/add/index.md +++ b/commands/post/meta/add/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/post/meta/add/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/post/meta/add/ +--- \ No newline at end of file diff --git a/commands/post/meta/delete/index.md b/commands/post/meta/delete/index.md index 5d324457..efdddaed 100644 --- a/commands/post/meta/delete/index.md +++ b/commands/post/meta/delete/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/post/meta/delete/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/post/meta/delete/ +--- \ No newline at end of file diff --git a/commands/post/meta/get/index.md b/commands/post/meta/get/index.md index 6a8f76aa..cf7fe2db 100644 --- a/commands/post/meta/get/index.md +++ b/commands/post/meta/get/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/post/meta/get/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/post/meta/get/ +--- \ No newline at end of file diff --git a/commands/post/meta/index.md b/commands/post/meta/index.md index 39a4bf35..33a9e9f8 100644 --- a/commands/post/meta/index.md +++ b/commands/post/meta/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/post/meta/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/post/meta/ +--- \ No newline at end of file diff --git a/commands/post/meta/list/index.md b/commands/post/meta/list/index.md index 2d610ea7..6ce03bbd 100644 --- a/commands/post/meta/list/index.md +++ b/commands/post/meta/list/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/post/meta/list/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/post/meta/list/ +--- \ No newline at end of file diff --git a/commands/post/meta/update/index.md b/commands/post/meta/update/index.md index de63f621..777e1b71 100644 --- a/commands/post/meta/update/index.md +++ b/commands/post/meta/update/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/post/meta/update/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/post/meta/update/ +--- \ No newline at end of file diff --git a/commands/post/term/add/index.md b/commands/post/term/add/index.md index 6907423c..254f552d 100644 --- a/commands/post/term/add/index.md +++ b/commands/post/term/add/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/post/term/add/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/post/term/add/ +--- \ No newline at end of file diff --git a/commands/post/term/index.md b/commands/post/term/index.md index 95fe8b08..5b3e7d6f 100644 --- a/commands/post/term/index.md +++ b/commands/post/term/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/post/term/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/post/term/ +--- \ No newline at end of file diff --git a/commands/post/term/list/index.md b/commands/post/term/list/index.md index 9a3a254a..18c8993a 100644 --- a/commands/post/term/list/index.md +++ b/commands/post/term/list/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/post/term/list/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/post/term/list/ +--- \ No newline at end of file diff --git a/commands/post/term/remove/index.md b/commands/post/term/remove/index.md index ed6f2c2d..e9130d5b 100644 --- a/commands/post/term/remove/index.md +++ b/commands/post/term/remove/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/post/term/remove/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/post/term/remove/ +--- \ No newline at end of file diff --git a/commands/post/term/set/index.md b/commands/post/term/set/index.md index 1d43d684..b166638c 100644 --- a/commands/post/term/set/index.md +++ b/commands/post/term/set/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/post/term/set/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/post/term/set/ +--- \ No newline at end of file diff --git a/commands/post/update/index.md b/commands/post/update/index.md index d4980d06..2dbb9b18 100644 --- a/commands/post/update/index.md +++ b/commands/post/update/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/post/update/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/post/update/ +--- \ No newline at end of file diff --git a/commands/rewrite/flush/index.md b/commands/rewrite/flush/index.md index b63eb0e0..426b6b90 100644 --- a/commands/rewrite/flush/index.md +++ b/commands/rewrite/flush/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/rewrite/flush/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/rewrite/flush/ +--- \ No newline at end of file diff --git a/commands/rewrite/index.md b/commands/rewrite/index.md index a010e299..55ee63e7 100644 --- a/commands/rewrite/index.md +++ b/commands/rewrite/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/rewrite/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/rewrite/ +--- \ No newline at end of file diff --git a/commands/rewrite/list/index.md b/commands/rewrite/list/index.md index d878bd28..0be10b1b 100644 --- a/commands/rewrite/list/index.md +++ b/commands/rewrite/list/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/rewrite/list/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/rewrite/list/ +--- \ No newline at end of file diff --git a/commands/rewrite/structure/index.md b/commands/rewrite/structure/index.md index c0430400..bc3b0ec6 100644 --- a/commands/rewrite/structure/index.md +++ b/commands/rewrite/structure/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/rewrite/structure/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/rewrite/structure/ +--- \ No newline at end of file diff --git a/commands/role/create/index.md b/commands/role/create/index.md index da3777d9..3f5f1c4c 100644 --- a/commands/role/create/index.md +++ b/commands/role/create/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/role/create/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/role/create/ +--- \ No newline at end of file diff --git a/commands/role/delete/index.md b/commands/role/delete/index.md index 63136940..4ad63ee2 100644 --- a/commands/role/delete/index.md +++ b/commands/role/delete/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/role/delete/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/role/delete/ +--- \ No newline at end of file diff --git a/commands/role/exists/index.md b/commands/role/exists/index.md index af3c1e9b..ade85b2f 100644 --- a/commands/role/exists/index.md +++ b/commands/role/exists/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/role/exists/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/role/exists/ +--- \ No newline at end of file diff --git a/commands/role/index.md b/commands/role/index.md index 6d421c70..ac7fae3c 100644 --- a/commands/role/index.md +++ b/commands/role/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/role/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/role/ +--- \ No newline at end of file diff --git a/commands/role/list/index.md b/commands/role/list/index.md index bb3f7d4f..2badf624 100644 --- a/commands/role/list/index.md +++ b/commands/role/list/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/role/list/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/role/list/ +--- \ No newline at end of file diff --git a/commands/role/reset/index.md b/commands/role/reset/index.md index 0e45622c..5227781d 100644 --- a/commands/role/reset/index.md +++ b/commands/role/reset/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/role/reset/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/role/reset/ +--- \ No newline at end of file diff --git a/commands/scaffold/_s/index.md b/commands/scaffold/_s/index.md index e515f2c0..e89885cb 100644 --- a/commands/scaffold/_s/index.md +++ b/commands/scaffold/_s/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/scaffold/_s/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/scaffold/_s/ +--- \ No newline at end of file diff --git a/commands/scaffold/child-theme/index.md b/commands/scaffold/child-theme/index.md index fa864179..cde98b69 100644 --- a/commands/scaffold/child-theme/index.md +++ b/commands/scaffold/child-theme/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/scaffold/child-theme/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/scaffold/child-theme/ +--- \ No newline at end of file diff --git a/commands/scaffold/index.md b/commands/scaffold/index.md index c2d74780..1cdd0597 100644 --- a/commands/scaffold/index.md +++ b/commands/scaffold/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/scaffold/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/scaffold/ +--- \ No newline at end of file diff --git a/commands/scaffold/plugin-tests/index.md b/commands/scaffold/plugin-tests/index.md index d763f385..34242ec4 100644 --- a/commands/scaffold/plugin-tests/index.md +++ b/commands/scaffold/plugin-tests/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/scaffold/plugin-tests/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/scaffold/plugin-tests/ +--- \ No newline at end of file diff --git a/commands/scaffold/plugin/index.md b/commands/scaffold/plugin/index.md index 3cbc226e..d11fe36c 100644 --- a/commands/scaffold/plugin/index.md +++ b/commands/scaffold/plugin/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/scaffold/plugin/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/scaffold/plugin/ +--- \ No newline at end of file diff --git a/commands/scaffold/post-type/index.md b/commands/scaffold/post-type/index.md index 0d3bfe83..c0adab84 100644 --- a/commands/scaffold/post-type/index.md +++ b/commands/scaffold/post-type/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/scaffold/post-type/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/scaffold/post-type/ +--- \ No newline at end of file diff --git a/commands/scaffold/taxonomy/index.md b/commands/scaffold/taxonomy/index.md index ad330155..521a39af 100644 --- a/commands/scaffold/taxonomy/index.md +++ b/commands/scaffold/taxonomy/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/scaffold/taxonomy/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/scaffold/taxonomy/ +--- \ No newline at end of file diff --git a/commands/scaffold/theme-tests/index.md b/commands/scaffold/theme-tests/index.md index 413cd8d5..7c2cf5ef 100644 --- a/commands/scaffold/theme-tests/index.md +++ b/commands/scaffold/theme-tests/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/scaffold/theme-tests/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/scaffold/theme-tests/ +--- \ No newline at end of file diff --git a/commands/search-replace/index.md b/commands/search-replace/index.md index 69fdb2a5..aa13a254 100644 --- a/commands/search-replace/index.md +++ b/commands/search-replace/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/search-replace/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/search-replace/ +--- \ No newline at end of file diff --git a/commands/server/index.md b/commands/server/index.md index e1b1eaf1..72286e3b 100644 --- a/commands/server/index.md +++ b/commands/server/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/server/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/server/ +--- \ No newline at end of file diff --git a/commands/shell/index.md b/commands/shell/index.md index ad8983df..2891bd1b 100644 --- a/commands/shell/index.md +++ b/commands/shell/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/shell/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/shell/ +--- \ No newline at end of file diff --git a/commands/sidebar/index.md b/commands/sidebar/index.md index 769196af..404346c8 100644 --- a/commands/sidebar/index.md +++ b/commands/sidebar/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/sidebar/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/sidebar/ +--- \ No newline at end of file diff --git a/commands/sidebar/list/index.md b/commands/sidebar/list/index.md index b047f677..fc8ce0f8 100644 --- a/commands/sidebar/list/index.md +++ b/commands/sidebar/list/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/sidebar/list/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/sidebar/list/ +--- \ No newline at end of file diff --git a/commands/site/activate/index.md b/commands/site/activate/index.md index bca4faa6..4191d9d7 100644 --- a/commands/site/activate/index.md +++ b/commands/site/activate/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/site/activate/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/site/activate/ +--- \ No newline at end of file diff --git a/commands/site/archive/index.md b/commands/site/archive/index.md index 69a82eb7..9260e815 100644 --- a/commands/site/archive/index.md +++ b/commands/site/archive/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/site/archive/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/site/archive/ +--- \ No newline at end of file diff --git a/commands/site/create/index.md b/commands/site/create/index.md index 6f89b6cc..3502b1a0 100644 --- a/commands/site/create/index.md +++ b/commands/site/create/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/site/create/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/site/create/ +--- \ No newline at end of file diff --git a/commands/site/deactivate/index.md b/commands/site/deactivate/index.md index 1ca21885..868cde0a 100644 --- a/commands/site/deactivate/index.md +++ b/commands/site/deactivate/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/site/deactivate/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/site/deactivate/ +--- \ No newline at end of file diff --git a/commands/site/delete/index.md b/commands/site/delete/index.md index b40803a2..312f171c 100644 --- a/commands/site/delete/index.md +++ b/commands/site/delete/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/site/delete/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/site/delete/ +--- \ No newline at end of file diff --git a/commands/site/empty/index.md b/commands/site/empty/index.md index 1d96c24a..3017c434 100644 --- a/commands/site/empty/index.md +++ b/commands/site/empty/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/site/empty/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/site/empty/ +--- \ No newline at end of file diff --git a/commands/site/index.md b/commands/site/index.md index 16590707..39ca96ed 100644 --- a/commands/site/index.md +++ b/commands/site/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/site/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/site/ +--- \ No newline at end of file diff --git a/commands/site/list/index.md b/commands/site/list/index.md index 788679cc..821357c8 100644 --- a/commands/site/list/index.md +++ b/commands/site/list/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/site/list/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/site/list/ +--- \ No newline at end of file diff --git a/commands/site/option/add/index.md b/commands/site/option/add/index.md index 0fa15a2f..e41ddbf6 100644 --- a/commands/site/option/add/index.md +++ b/commands/site/option/add/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/site/option/add/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/site/option/add/ +--- \ No newline at end of file diff --git a/commands/site/option/delete/index.md b/commands/site/option/delete/index.md index 2b5857f2..2907d7bd 100644 --- a/commands/site/option/delete/index.md +++ b/commands/site/option/delete/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/site/option/delete/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/site/option/delete/ +--- \ No newline at end of file diff --git a/commands/site/option/get/index.md b/commands/site/option/get/index.md index bbb3e5db..e444530c 100644 --- a/commands/site/option/get/index.md +++ b/commands/site/option/get/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/site/option/get/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/site/option/get/ +--- \ No newline at end of file diff --git a/commands/site/option/index.md b/commands/site/option/index.md index d5b7cfa1..ed1a6966 100644 --- a/commands/site/option/index.md +++ b/commands/site/option/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/site/option/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/site/option/ +--- \ No newline at end of file diff --git a/commands/site/option/list/index.md b/commands/site/option/list/index.md index 6c2f9f06..d206e838 100644 --- a/commands/site/option/list/index.md +++ b/commands/site/option/list/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/site/option/list/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/site/option/list/ +--- \ No newline at end of file diff --git a/commands/site/option/update/index.md b/commands/site/option/update/index.md index fd95a017..c0733251 100644 --- a/commands/site/option/update/index.md +++ b/commands/site/option/update/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/site/option/update/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/site/option/update/ +--- \ No newline at end of file diff --git a/commands/site/spam/index.md b/commands/site/spam/index.md index 1f850f0f..20785019 100644 --- a/commands/site/spam/index.md +++ b/commands/site/spam/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/site/spam/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/site/spam/ +--- \ No newline at end of file diff --git a/commands/site/unarchive/index.md b/commands/site/unarchive/index.md index ac0d3fbd..e328a315 100644 --- a/commands/site/unarchive/index.md +++ b/commands/site/unarchive/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/site/unarchive/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/site/unarchive/ +--- \ No newline at end of file diff --git a/commands/site/unspam/index.md b/commands/site/unspam/index.md index 7262caa6..a1631b11 100644 --- a/commands/site/unspam/index.md +++ b/commands/site/unspam/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/site/unspam/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/site/unspam/ +--- \ No newline at end of file diff --git a/commands/super-admin/add/index.md b/commands/super-admin/add/index.md index 06d3e93a..edc0f3a7 100644 --- a/commands/super-admin/add/index.md +++ b/commands/super-admin/add/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/super-admin/add/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/super-admin/add/ +--- \ No newline at end of file diff --git a/commands/super-admin/index.md b/commands/super-admin/index.md index f19f06ef..63edbde6 100644 --- a/commands/super-admin/index.md +++ b/commands/super-admin/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/super-admin/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/super-admin/ +--- \ No newline at end of file diff --git a/commands/super-admin/list/index.md b/commands/super-admin/list/index.md index d7bc168a..449605c7 100644 --- a/commands/super-admin/list/index.md +++ b/commands/super-admin/list/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/super-admin/list/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/super-admin/list/ +--- \ No newline at end of file diff --git a/commands/super-admin/remove/index.md b/commands/super-admin/remove/index.md index 0abb4cfd..7025bc76 100644 --- a/commands/super-admin/remove/index.md +++ b/commands/super-admin/remove/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/super-admin/remove/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/super-admin/remove/ +--- \ No newline at end of file diff --git a/commands/taxonomy/get/index.md b/commands/taxonomy/get/index.md index b45858bc..8dd49989 100644 --- a/commands/taxonomy/get/index.md +++ b/commands/taxonomy/get/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/taxonomy/get/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/taxonomy/get/ +--- \ No newline at end of file diff --git a/commands/taxonomy/index.md b/commands/taxonomy/index.md index 6df3d611..e7f6f919 100644 --- a/commands/taxonomy/index.md +++ b/commands/taxonomy/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/taxonomy/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/taxonomy/ +--- \ No newline at end of file diff --git a/commands/taxonomy/list/index.md b/commands/taxonomy/list/index.md index 6d1d0853..9faefe28 100644 --- a/commands/taxonomy/list/index.md +++ b/commands/taxonomy/list/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/taxonomy/list/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/taxonomy/list/ +--- \ No newline at end of file diff --git a/commands/term/create/index.md b/commands/term/create/index.md index a6d7da36..2319bb7f 100644 --- a/commands/term/create/index.md +++ b/commands/term/create/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/term/create/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/term/create/ +--- \ No newline at end of file diff --git a/commands/term/delete/index.md b/commands/term/delete/index.md index 0a229f6f..93ae4ba6 100644 --- a/commands/term/delete/index.md +++ b/commands/term/delete/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/term/delete/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/term/delete/ +--- \ No newline at end of file diff --git a/commands/term/generate/index.md b/commands/term/generate/index.md index 896b3758..7723ec5e 100644 --- a/commands/term/generate/index.md +++ b/commands/term/generate/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/term/generate/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/term/generate/ +--- \ No newline at end of file diff --git a/commands/term/get/index.md b/commands/term/get/index.md index ce0f6455..add6a239 100644 --- a/commands/term/get/index.md +++ b/commands/term/get/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/term/get/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/term/get/ +--- \ No newline at end of file diff --git a/commands/term/index.md b/commands/term/index.md index a40897bd..e08cc23f 100644 --- a/commands/term/index.md +++ b/commands/term/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/term/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/term/ +--- \ No newline at end of file diff --git a/commands/term/list/index.md b/commands/term/list/index.md index 96dc1eae..fbe67e3e 100644 --- a/commands/term/list/index.md +++ b/commands/term/list/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/term/list/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/term/list/ +--- \ No newline at end of file diff --git a/commands/term/meta/add/index.md b/commands/term/meta/add/index.md index b41efabc..98972be8 100644 --- a/commands/term/meta/add/index.md +++ b/commands/term/meta/add/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/term/meta/add/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/term/meta/add/ +--- \ No newline at end of file diff --git a/commands/term/meta/delete/index.md b/commands/term/meta/delete/index.md index 10b927c1..adea46b5 100644 --- a/commands/term/meta/delete/index.md +++ b/commands/term/meta/delete/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/term/meta/delete/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/term/meta/delete/ +--- \ No newline at end of file diff --git a/commands/term/meta/get/index.md b/commands/term/meta/get/index.md index 83e54df3..c774b038 100644 --- a/commands/term/meta/get/index.md +++ b/commands/term/meta/get/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/term/meta/get/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/term/meta/get/ +--- \ No newline at end of file diff --git a/commands/term/meta/index.md b/commands/term/meta/index.md index 1a8ce596..c71a250d 100644 --- a/commands/term/meta/index.md +++ b/commands/term/meta/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/term/meta/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/term/meta/ +--- \ No newline at end of file diff --git a/commands/term/meta/list/index.md b/commands/term/meta/list/index.md index 61b9e598..1f3f1028 100644 --- a/commands/term/meta/list/index.md +++ b/commands/term/meta/list/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/term/meta/list/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/term/meta/list/ +--- \ No newline at end of file diff --git a/commands/term/meta/update/index.md b/commands/term/meta/update/index.md index 11a1898c..a47bd2c6 100644 --- a/commands/term/meta/update/index.md +++ b/commands/term/meta/update/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/term/meta/update/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/term/meta/update/ +--- \ No newline at end of file diff --git a/commands/term/recount/index.md b/commands/term/recount/index.md index 36cfac5b..23f0263c 100644 --- a/commands/term/recount/index.md +++ b/commands/term/recount/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/term/recount/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/term/recount/ +--- \ No newline at end of file diff --git a/commands/term/update/index.md b/commands/term/update/index.md index 537c448b..7ee8473d 100644 --- a/commands/term/update/index.md +++ b/commands/term/update/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/term/update/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/term/update/ +--- \ No newline at end of file diff --git a/commands/theme/activate/index.md b/commands/theme/activate/index.md index 61c07ec1..70d50b6f 100644 --- a/commands/theme/activate/index.md +++ b/commands/theme/activate/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/theme/activate/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/theme/activate/ +--- \ No newline at end of file diff --git a/commands/theme/delete/index.md b/commands/theme/delete/index.md index 276bc1b5..2f9954a9 100644 --- a/commands/theme/delete/index.md +++ b/commands/theme/delete/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/theme/delete/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/theme/delete/ +--- \ No newline at end of file diff --git a/commands/theme/disable/index.md b/commands/theme/disable/index.md index 1fe8459a..b312bbee 100644 --- a/commands/theme/disable/index.md +++ b/commands/theme/disable/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/theme/disable/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/theme/disable/ +--- \ No newline at end of file diff --git a/commands/theme/enable/index.md b/commands/theme/enable/index.md index ae49cce1..ebed834c 100644 --- a/commands/theme/enable/index.md +++ b/commands/theme/enable/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/theme/enable/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/theme/enable/ +--- \ No newline at end of file diff --git a/commands/theme/get/index.md b/commands/theme/get/index.md index 220ac3a1..cf178449 100644 --- a/commands/theme/get/index.md +++ b/commands/theme/get/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/theme/get/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/theme/get/ +--- \ No newline at end of file diff --git a/commands/theme/index.md b/commands/theme/index.md index 4f04d697..8d5c6d76 100644 --- a/commands/theme/index.md +++ b/commands/theme/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/theme/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/theme/ +--- \ No newline at end of file diff --git a/commands/theme/install/index.md b/commands/theme/install/index.md index 3ca13b78..c8fe8318 100644 --- a/commands/theme/install/index.md +++ b/commands/theme/install/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/theme/install/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/theme/install/ +--- \ No newline at end of file diff --git a/commands/theme/is-installed/index.md b/commands/theme/is-installed/index.md index 855222a6..a846bace 100644 --- a/commands/theme/is-installed/index.md +++ b/commands/theme/is-installed/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/theme/is-installed/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/theme/is-installed/ +--- \ No newline at end of file diff --git a/commands/theme/list/index.md b/commands/theme/list/index.md index 734cd7dc..94f386fc 100644 --- a/commands/theme/list/index.md +++ b/commands/theme/list/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/theme/list/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/theme/list/ +--- \ No newline at end of file diff --git a/commands/theme/mod/get/index.md b/commands/theme/mod/get/index.md index 3beba688..b6ca8909 100644 --- a/commands/theme/mod/get/index.md +++ b/commands/theme/mod/get/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/theme/mod/get/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/theme/mod/get/ +--- \ No newline at end of file diff --git a/commands/theme/mod/index.md b/commands/theme/mod/index.md index f74dbb36..af7293b5 100644 --- a/commands/theme/mod/index.md +++ b/commands/theme/mod/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/theme/mod/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/theme/mod/ +--- \ No newline at end of file diff --git a/commands/theme/mod/remove/index.md b/commands/theme/mod/remove/index.md index 0aa0d2d7..7a7382e7 100644 --- a/commands/theme/mod/remove/index.md +++ b/commands/theme/mod/remove/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/theme/mod/remove/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/theme/mod/remove/ +--- \ No newline at end of file diff --git a/commands/theme/mod/set/index.md b/commands/theme/mod/set/index.md index 9a5bcd15..802367dd 100644 --- a/commands/theme/mod/set/index.md +++ b/commands/theme/mod/set/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/theme/mod/set/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/theme/mod/set/ +--- \ No newline at end of file diff --git a/commands/theme/path/index.md b/commands/theme/path/index.md index d92d1e16..33cefc57 100644 --- a/commands/theme/path/index.md +++ b/commands/theme/path/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/theme/path/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/theme/path/ +--- \ No newline at end of file diff --git a/commands/theme/search/index.md b/commands/theme/search/index.md index 5c182be4..727c8ba2 100644 --- a/commands/theme/search/index.md +++ b/commands/theme/search/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/theme/search/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/theme/search/ +--- \ No newline at end of file diff --git a/commands/theme/status/index.md b/commands/theme/status/index.md index decc6289..3af22e0e 100644 --- a/commands/theme/status/index.md +++ b/commands/theme/status/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/theme/status/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/theme/status/ +--- \ No newline at end of file diff --git a/commands/theme/update-all/index.md b/commands/theme/update-all/index.md index 737195c1..d76844ef 100644 --- a/commands/theme/update-all/index.md +++ b/commands/theme/update-all/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/theme/update-all/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/theme/update-all/ +--- \ No newline at end of file diff --git a/commands/theme/update/index.md b/commands/theme/update/index.md index 9509c6d6..8146d0cd 100644 --- a/commands/theme/update/index.md +++ b/commands/theme/update/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/theme/update/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/theme/update/ +--- \ No newline at end of file diff --git a/commands/transient/delete/index.md b/commands/transient/delete/index.md index 8c924997..d938d89c 100644 --- a/commands/transient/delete/index.md +++ b/commands/transient/delete/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/transient/delete/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/transient/delete/ +--- \ No newline at end of file diff --git a/commands/transient/get/index.md b/commands/transient/get/index.md index 0cbb7a99..8a0c8a80 100644 --- a/commands/transient/get/index.md +++ b/commands/transient/get/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/transient/get/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/transient/get/ +--- \ No newline at end of file diff --git a/commands/transient/index.md b/commands/transient/index.md index 67ab7ae5..95839b6d 100644 --- a/commands/transient/index.md +++ b/commands/transient/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/transient/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/transient/ +--- \ No newline at end of file diff --git a/commands/transient/set/index.md b/commands/transient/set/index.md index 5d5da8eb..e8131ad5 100644 --- a/commands/transient/set/index.md +++ b/commands/transient/set/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/transient/set/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/transient/set/ +--- \ No newline at end of file diff --git a/commands/transient/type/index.md b/commands/transient/type/index.md index 0eb26e07..9914fb9e 100644 --- a/commands/transient/type/index.md +++ b/commands/transient/type/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/transient/type/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/transient/type/ +--- \ No newline at end of file diff --git a/commands/user/add-cap/index.md b/commands/user/add-cap/index.md index 593fc50e..da5f3867 100644 --- a/commands/user/add-cap/index.md +++ b/commands/user/add-cap/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/user/add-cap/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/user/add-cap/ +--- \ No newline at end of file diff --git a/commands/user/add-role/index.md b/commands/user/add-role/index.md index f40a828b..36ade048 100644 --- a/commands/user/add-role/index.md +++ b/commands/user/add-role/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/user/add-role/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/user/add-role/ +--- \ No newline at end of file diff --git a/commands/user/create/index.md b/commands/user/create/index.md index 9f774e9f..7dbd1471 100644 --- a/commands/user/create/index.md +++ b/commands/user/create/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/user/create/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/user/create/ +--- \ No newline at end of file diff --git a/commands/user/delete/index.md b/commands/user/delete/index.md index 21871794..806726e1 100644 --- a/commands/user/delete/index.md +++ b/commands/user/delete/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/user/delete/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/user/delete/ +--- \ No newline at end of file diff --git a/commands/user/generate/index.md b/commands/user/generate/index.md index f2547bc1..947db510 100644 --- a/commands/user/generate/index.md +++ b/commands/user/generate/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/user/generate/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/user/generate/ +--- \ No newline at end of file diff --git a/commands/user/get/index.md b/commands/user/get/index.md index 60afdd4a..00539b88 100644 --- a/commands/user/get/index.md +++ b/commands/user/get/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/user/get/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/user/get/ +--- \ No newline at end of file diff --git a/commands/user/import-csv/index.md b/commands/user/import-csv/index.md index 27554de7..49624d39 100644 --- a/commands/user/import-csv/index.md +++ b/commands/user/import-csv/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/user/import-csv/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/user/import-csv/ +--- \ No newline at end of file diff --git a/commands/user/index.md b/commands/user/index.md index 6adff666..4a796672 100644 --- a/commands/user/index.md +++ b/commands/user/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/user/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/user/ +--- \ No newline at end of file diff --git a/commands/user/list-caps/index.md b/commands/user/list-caps/index.md index 863a854a..26e8b1d2 100644 --- a/commands/user/list-caps/index.md +++ b/commands/user/list-caps/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/user/list-caps/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/user/list-caps/ +--- \ No newline at end of file diff --git a/commands/user/list/index.md b/commands/user/list/index.md index c0b2c386..cf171af0 100644 --- a/commands/user/list/index.md +++ b/commands/user/list/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/user/list/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/user/list/ +--- \ No newline at end of file diff --git a/commands/user/meta/add/index.md b/commands/user/meta/add/index.md index 36161b3c..fd972561 100644 --- a/commands/user/meta/add/index.md +++ b/commands/user/meta/add/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/user/meta/add/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/user/meta/add/ +--- \ No newline at end of file diff --git a/commands/user/meta/delete/index.md b/commands/user/meta/delete/index.md index 4a65182b..e6577e1b 100644 --- a/commands/user/meta/delete/index.md +++ b/commands/user/meta/delete/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/user/meta/delete/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/user/meta/delete/ +--- \ No newline at end of file diff --git a/commands/user/meta/get/index.md b/commands/user/meta/get/index.md index 0703677c..4529e883 100644 --- a/commands/user/meta/get/index.md +++ b/commands/user/meta/get/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/user/meta/get/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/user/meta/get/ +--- \ No newline at end of file diff --git a/commands/user/meta/index.md b/commands/user/meta/index.md index 94df6d92..3998b2d0 100644 --- a/commands/user/meta/index.md +++ b/commands/user/meta/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/user/meta/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/user/meta/ +--- \ No newline at end of file diff --git a/commands/user/meta/list/index.md b/commands/user/meta/list/index.md index 41617ebb..4191b53a 100644 --- a/commands/user/meta/list/index.md +++ b/commands/user/meta/list/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/user/meta/list/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/user/meta/list/ +--- \ No newline at end of file diff --git a/commands/user/meta/update/index.md b/commands/user/meta/update/index.md index a535dc70..35533144 100644 --- a/commands/user/meta/update/index.md +++ b/commands/user/meta/update/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/user/meta/update/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/user/meta/update/ +--- \ No newline at end of file diff --git a/commands/user/remove-cap/index.md b/commands/user/remove-cap/index.md index 331ed6eb..ab1faead 100644 --- a/commands/user/remove-cap/index.md +++ b/commands/user/remove-cap/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/user/remove-cap/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/user/remove-cap/ +--- \ No newline at end of file diff --git a/commands/user/remove-role/index.md b/commands/user/remove-role/index.md index 9f04d0b3..e5e03675 100644 --- a/commands/user/remove-role/index.md +++ b/commands/user/remove-role/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/user/remove-role/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/user/remove-role/ +--- \ No newline at end of file diff --git a/commands/user/session/destroy/index.md b/commands/user/session/destroy/index.md index ae46e9a8..e9b02858 100644 --- a/commands/user/session/destroy/index.md +++ b/commands/user/session/destroy/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/user/session/destroy/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/user/session/destroy/ +--- \ No newline at end of file diff --git a/commands/user/session/index.md b/commands/user/session/index.md index 05ae463e..042918fb 100644 --- a/commands/user/session/index.md +++ b/commands/user/session/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/user/session/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/user/session/ +--- \ No newline at end of file diff --git a/commands/user/session/list/index.md b/commands/user/session/list/index.md index 027886e2..cf3718a7 100644 --- a/commands/user/session/list/index.md +++ b/commands/user/session/list/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/user/session/list/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/user/session/list/ +--- \ No newline at end of file diff --git a/commands/user/set-role/index.md b/commands/user/set-role/index.md index babe5286..91ae263c 100644 --- a/commands/user/set-role/index.md +++ b/commands/user/set-role/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/user/set-role/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/user/set-role/ +--- \ No newline at end of file diff --git a/commands/user/term/add/index.md b/commands/user/term/add/index.md index 2a3ac367..2d30ee79 100644 --- a/commands/user/term/add/index.md +++ b/commands/user/term/add/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/user/term/add/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/user/term/add/ +--- \ No newline at end of file diff --git a/commands/user/term/index.md b/commands/user/term/index.md index 03d1d7fe..475e9bfb 100644 --- a/commands/user/term/index.md +++ b/commands/user/term/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/user/term/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/user/term/ +--- \ No newline at end of file diff --git a/commands/user/term/list/index.md b/commands/user/term/list/index.md index ec7119ef..478e0df0 100644 --- a/commands/user/term/list/index.md +++ b/commands/user/term/list/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/user/term/list/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/user/term/list/ +--- \ No newline at end of file diff --git a/commands/user/term/remove/index.md b/commands/user/term/remove/index.md index f5018683..eea3816c 100644 --- a/commands/user/term/remove/index.md +++ b/commands/user/term/remove/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/user/term/remove/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/user/term/remove/ +--- \ No newline at end of file diff --git a/commands/user/term/set/index.md b/commands/user/term/set/index.md index 561942b3..6071bdac 100644 --- a/commands/user/term/set/index.md +++ b/commands/user/term/set/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/user/term/set/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/user/term/set/ +--- \ No newline at end of file diff --git a/commands/user/update/index.md b/commands/user/update/index.md index 59c70752..5bacc5d5 100644 --- a/commands/user/update/index.md +++ b/commands/user/update/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/user/update/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/user/update/ +--- \ No newline at end of file diff --git a/commands/widget/add/index.md b/commands/widget/add/index.md index ed53ba46..6ba31d44 100644 --- a/commands/widget/add/index.md +++ b/commands/widget/add/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/widget/add/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/widget/add/ +--- \ No newline at end of file diff --git a/commands/widget/deactivate/index.md b/commands/widget/deactivate/index.md index 3979dfa5..6e100687 100644 --- a/commands/widget/deactivate/index.md +++ b/commands/widget/deactivate/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/widget/deactivate/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/widget/deactivate/ +--- \ No newline at end of file diff --git a/commands/widget/delete/index.md b/commands/widget/delete/index.md index 2e8e80ab..150dbfbf 100644 --- a/commands/widget/delete/index.md +++ b/commands/widget/delete/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/widget/delete/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/widget/delete/ +--- \ No newline at end of file diff --git a/commands/widget/index.md b/commands/widget/index.md index 24dbff2c..dc0c96f4 100644 --- a/commands/widget/index.md +++ b/commands/widget/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/widget/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/widget/ +--- \ No newline at end of file diff --git a/commands/widget/list/index.md b/commands/widget/list/index.md index 7994ab0a..de12b972 100644 --- a/commands/widget/list/index.md +++ b/commands/widget/list/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/widget/list/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/widget/list/ +--- \ No newline at end of file diff --git a/commands/widget/move/index.md b/commands/widget/move/index.md index 631c7a0b..54233007 100644 --- a/commands/widget/move/index.md +++ b/commands/widget/move/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/widget/move/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/widget/move/ +--- \ No newline at end of file diff --git a/commands/widget/reset/index.md b/commands/widget/reset/index.md index 4e13422f..afd346fd 100644 --- a/commands/widget/reset/index.md +++ b/commands/widget/reset/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/widget/reset/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/widget/reset/ +--- \ No newline at end of file diff --git a/commands/widget/update/index.md b/commands/widget/update/index.md index 9f4317a4..5ec3a1df 100644 --- a/commands/widget/update/index.md +++ b/commands/widget/update/index.md @@ -1,2 +1,4 @@ +--- redirect_to: - - https://developer.wordpress.org/cli/commands/widget/update/ \ No newline at end of file + - https://developer.wordpress.org/cli/commands/widget/update/ +--- \ No newline at end of file From 91f7da1dfba13b4587e7a882aa1007cf23f8f14e Mon Sep 17 00:00:00 2001 From: wojsmol Date: Tue, 25 Dec 2018 01:35:30 +0100 Subject: [PATCH 043/232] Redirect blog to site --- commands/blog/create/index.md | 2 +- commands/blog/delete/index.md | 2 +- commands/blog/empty/index.md | 2 +- commands/blog/index.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/commands/blog/create/index.md b/commands/blog/create/index.md index 13aaa525..3502b1a0 100644 --- a/commands/blog/create/index.md +++ b/commands/blog/create/index.md @@ -1,4 +1,4 @@ --- redirect_to: - - https://developer.wordpress.org/cli/commands/blog/create/ + - https://developer.wordpress.org/cli/commands/site/create/ --- \ No newline at end of file diff --git a/commands/blog/delete/index.md b/commands/blog/delete/index.md index 99450b35..312f171c 100644 --- a/commands/blog/delete/index.md +++ b/commands/blog/delete/index.md @@ -1,4 +1,4 @@ --- redirect_to: - - https://developer.wordpress.org/cli/commands/blog/delete/ + - https://developer.wordpress.org/cli/commands/site/delete/ --- \ No newline at end of file diff --git a/commands/blog/empty/index.md b/commands/blog/empty/index.md index 2e9e73df..3017c434 100644 --- a/commands/blog/empty/index.md +++ b/commands/blog/empty/index.md @@ -1,4 +1,4 @@ --- redirect_to: - - https://developer.wordpress.org/cli/commands/blog/empty/ + - https://developer.wordpress.org/cli/commands/site/empty/ --- \ No newline at end of file diff --git a/commands/blog/index.md b/commands/blog/index.md index 9ff104c1..39ca96ed 100644 --- a/commands/blog/index.md +++ b/commands/blog/index.md @@ -1,4 +1,4 @@ --- redirect_to: - - https://developer.wordpress.org/cli/commands/blog/ + - https://developer.wordpress.org/cli/commands/site/ --- \ No newline at end of file From 36354c4fceb85b495843571d09c2e7fe9269c214 Mon Sep 17 00:00:00 2001 From: Felipe Elia Date: Fri, 11 Jan 2019 09:53:06 -0200 Subject: [PATCH 044/232] Version update and minor adjustments --- br/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/br/index.md b/br/index.md index a660bb4f..8a7029cb 100644 --- a/br/index.md +++ b/br/index.md @@ -9,7 +9,7 @@ A manutenção contínua é possível -A versão estável mais recente é a [2.0.0](https://make.wordpress.org/cli/2018/08/08/wp-cli-v2-0-0-release-notes/). Para manter-se atualizado, siga [@wpcli no Twitter](https://twitter.com/wpcli) ou [assine nossa newsletter](https://make.wordpress.org/cli/subscribe/). [Leia nosso plano de ação](https://make.wordpress.org/cli/handbook/roadmap/) para uma visão geral do que está sendo planejado para próximas versões. +A versão estável mais recente é a [2.1.0](https://make.wordpress.org/cli/2018/12/18/wp-cli-v2-1-0-release-notes/). Para manter-se atualizado, siga [@wpcli no Twitter](https://twitter.com/wpcli) ou [assine nossa newsletter](https://make.wordpress.org/cli/subscribe/). [Leia nosso plano de ação](https://make.wordpress.org/cli/handbook/roadmap/) para uma visão geral do que está sendo planejado para próximas versões. [![Build Status](https://travis-ci.org/wp-cli/wp-cli.png?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Tempo médio para resolver um issue") [![Percentage of issues still open](http://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Percentual de issues ainda abertos") @@ -17,7 +17,7 @@ Links rápidos: [Usando](#usando) | [Instalando](#instalando) | [Supor ## Usando -O objetivo da WP-CLI é fornecer uma interface em linha de comando para muitas das ações que você pode executar na administração do WordPress. Por exemplo `wp plugin install --activate` ([doc](https://developer.wordpress.org/cli/commands/plugin/install/)) permite a instalação e ativação de um plugin WordPress: +O objetivo da WP-CLI é fornecer uma interface em linha de comando para muitas das ações que você pode executar na administração do WordPress. Por exemplo, `wp plugin install --activate` ([doc](https://developer.wordpress.org/cli/commands/plugin/install/)) permite a instalação e ativação de um plugin WordPress: ```bash $ wp plugin install user-switching --activate @@ -44,7 +44,7 @@ Já se sente confortável com o básico? Vá para a [lista completa de comandos] ## Instalando -Baixar o arquivo Phar é o método de instalação que recomendamos para a maioria dos usuários. Caso precise, veja também a documentação sobre [métodos alternativos de instalação](https://make.wordpress.org/cli/handbook/installing/). +Baixar o arquivo Phar é o método de instalação que recomendamos para a maioria dos usuários. Caso precise, veja também a documentação sobre [métodos alternativos de instalação](https://make.wordpress.org/cli/handbook/installing/) ([Composer](https://make.wordpress.org/cli/handbook/installing/#installing-via-composer), [Homebrew](https://make.wordpress.org/cli/handbook/installing/#installing-via-homebrew), [Docker](https://make.wordpress.org/cli/handbook/installing/#installing-via-docker)). Antes de instalar a WP-CLI, tenha certeza de que seu ambiente cumpre os requisitos mínimos: @@ -85,7 +85,7 @@ WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: /home/wp-cli/.wp-cli/config.yml WP-CLI project config: -WP-CLI version: 2.0.0 +WP-CLI version: 2.1.0 ``` ### Atualizando @@ -183,7 +183,7 @@ No manual, dê uma olhada nas nossas [diretrizes para contribuir](https://make.w ## Liderança -A WP-CLI tem dois responsáveis pelo projeto: [danielbachhuber](https://github.com/danielbachhuber) e [schlessera](http://github.com/schlessera). +A WP-CLI tem um responsável pelo projeto: [schlessera](http://github.com/schlessera). Quando necessário, [damos permissão de escrita para colaboradores](https://make.wordpress.org/cli/handbook/committers-credo/) que demonstraram sua capacidade durante algum tempo e que se esforçaram para levar o projeto adiante. From 7df89a8a46047e964b78cf15376a880904d3fe36 Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Wed, 30 Jan 2019 07:35:33 -0800 Subject: [PATCH 045/232] Add a redirect for wp-cli.org/docs -> handbook --- docs/index.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/index.md diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 00000000..0a5ecb00 --- /dev/null +++ b/docs/index.md @@ -0,0 +1,3 @@ +--- +redirect_to: https://make.wordpress.org/cli/handbook/ +--- From 1d33bc898fb2918af2ada16b8e7ce1eefe380745 Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Wed, 30 Jan 2019 07:38:01 -0800 Subject: [PATCH 046/232] Fix the redirect link --- docs/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 0a5ecb00..34f08659 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,3 +1,4 @@ --- -redirect_to: https://make.wordpress.org/cli/handbook/ +redirect_to: + - https://make.wordpress.org/cli/handbook/ --- From 92ef64729b982e3c3cf605b8d0b18cabb241dc25 Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Wed, 20 Feb 2019 16:40:37 -0800 Subject: [PATCH 047/232] Switch to githubusercontent per other submission --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 11fa70f1..6cee3138 100644 --- a/index.md +++ b/index.md @@ -52,7 +52,7 @@ Before installing WP-CLI, please make sure your environment meets the minimum re - PHP 5.4 or later - WordPress 3.7 or later. Versions older than the latest WordPress release may have degraded functionality -Once you've verified requirements, download the [wp-cli.phar](https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) file using `wget` or `curl`: +Once you've verified requirements, download the [wp-cli.phar](https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) file using `wget` or `curl`: ```bash curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar From 8a3b6363672748692c8c3af9769a6c4fb60c2200 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20Mu=C3=B1oz?= Date: Sat, 23 Feb 2019 01:36:07 +0100 Subject: [PATCH 048/232] Updated to version 2.1.0 I have updated the data to the new version 2.1.0 and some new link. --- es/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/es/index.md b/es/index.md index e3b26933..9515a7d1 100644 --- a/es/index.md +++ b/es/index.md @@ -9,7 +9,7 @@ El mantenimiento continuo es -La versión estable actual es la [2.0.1](https://make.wordpress.org/cli/2018/08/24/wp-cli-v2-0-1-release-notes/). Para estar al día, sigue [@wpcli en Twitter](https://twitter.com/wpcli) o [regístrate para recibir actualizaciones por correo electrónico](https://make.wordpress.org/cli/subscribe/). [Consulta la hoja de ruta](https://make.wordpress.org/cli/handbook/roadmap/) para una visión general de lo que está planeado para las próximas versiones. +La versión estable actual es la [2.1.0](https://make.wordpress.org/cli/2018/12/18/wp-cli-v2-1-0-release-notes/). Para estar al día, sigue [@wpcli en Twitter](https://twitter.com/wpcli) o [regístrate para recibir actualizaciones por correo electrónico](https://make.wordpress.org/cli/subscribe/). [Consulta la hoja de ruta](https://make.wordpress.org/cli/handbook/roadmap/) para una visión general de lo que está planeado para las próximas versiones. [![Build Status](https://travis-ci.org/wp-cli/wp-cli.svg?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![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") @@ -85,12 +85,12 @@ WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: /home/wp-cli/.wp-cli/config.yml WP-CLI project config: -WP-CLI version: 2.0.1 +WP-CLI version: 2.1.0 ``` ### Actualización -Puedes actualizar WP-CLI con `wp cli update` ([doc](https://wp-cli.org/commands/cli/update/)), o repitiendo los pasos de instalación. +Puedes actualizar WP-CLI con `wp cli update` ([doc](https://developer.wordpress.org/cli/commands/cli/update/)), o repitiendo los pasos de instalación. Si WP-CLI es propiedad de root u otro usuario del sistema, necesitarás ejecutar `sudo wp cli update`. From babd1501aba8568d88960de4ad745c8fd04f1064 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Thu, 25 Apr 2019 11:54:37 +0200 Subject: [PATCH 049/232] Update index.md --- index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.md b/index.md index 6cee3138..2ab1f836 100644 --- a/index.md +++ b/index.md @@ -3,13 +3,13 @@ layout: default title: Command line interface for WordPress --- -[WP-CLI](https://wp-cli.org/) is the command-line interface for [WordPress](https://wordpress.org/). You can update plugins, configure multisite installs and much more, without using a web browser. +[WP-CLI](https://wp-cli.org/) is the command-line interface for [WordPress](https://wordpress.org/). You can update plugins, configure multisite installations and much more, without using a web browser. Ongoing maintenance is made possible by: - + -The current stable release is [version 2.1.0](https://make.wordpress.org/cli/2018/12/18/wp-cli-v2-1-0-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. +The current stable release is [version 2.2.0](https://make.wordpress.org/cli/2019/04/25/wp-cli-v2-2-0-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. [![Build Status](https://travis-ci.org/wp-cli/wp-cli.svg?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![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") @@ -22,7 +22,7 @@ WP-CLI provides a command-line interface for many actions you might perform in t ```bash $ wp plugin install user-switching --activate Installing User Switching (1.0.9) -Downloading install package from https://downloads.wordpress.org/plugin/user-switching.1.0.9.zip... +Downloading installation package from https://downloads.wordpress.org/plugin/user-switching.1.0.9.zip... Unpacking the package... Installing the plugin... Plugin installed successfully. @@ -133,7 +133,7 @@ If you didn't find an answer in one of the venues above, you can: GitHub issues are meant for tracking enhancements to and bugs of existing commands, not general support. Before submitting a bug report, please [review our best practices](https://make.wordpress.org/cli/handbook/bug-reports/) to help ensure your issue is addressed in a timely manner. -Please do not ask support questions on Twitter. Twitter isn't an acceptable venue for support because: 1) it's hard to hold conversations in under 140 characters, and 2) Twitter isn't a place where someone with your same question can search for an answer in a prior conversation. +Please do not ask support questions on Twitter. Twitter isn't an acceptable venue for support because: 1) it's hard to hold conversations in under 280 characters, and 2) Twitter isn't a place where someone with your same question can search for an answer in a prior conversation. Remember, libre != gratis; the open source license grants you the freedom to use and modify, but not commitments of other people's time. Please be respectful, and set your expectations accordingly. From 5910cd900dd069ddffdff138eb4c95f30adc9d58 Mon Sep 17 00:00:00 2001 From: Maxime Jobin Date: Mon, 6 May 2019 12:16:21 -0400 Subject: [PATCH 050/232] Fix grammar errors --- fr/index.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/fr/index.md b/fr/index.md index dac0c4c1..8c24b1a1 100644 --- a/fr/index.md +++ b/fr/index.md @@ -3,13 +3,13 @@ layout: default title: Interface en ligne de commande pour WordPress --- -[WP-CLI](https://wp-cli.org/) est un ensemble d'outil en ligne de commande pour gérer vos installations [WordPress](https://wordpress.org/). Vous pouvez mettre à jour les extensions, configurer des installations multi-site et beaucoup plus sans avoir recours à un navigateur web. +[WP-CLI](https://wp-cli.org/fr) est un ensemble d'outil en ligne de commande pour gérer vos installations [WordPress](https://fr.wordpress.org/). Vous pouvez mettre à jour les extensions, configurer des installations multi-site et beaucoup plus sans avoir recours à un navigateur web. Pour rester à jour, suivez [@wpcli sur Twitter](https://twitter.com/wpcli) ou [inscrivez-vous à notre lettre d'information par email](http://wp-cli.us13.list-manage.com/subscribe?u=0615e4d18f213891fc000adfd&id=8c61d7641e). [![Statut du build](https://travis-ci.org/wp-cli/wp-cli.png?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![Temps moyen pour traiter un ticket](http://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Temps moyen pour traiter un ticket") [![Pourcentage de tickets encore ouverts](http://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Pourcentage de tickets encore ouverts") -Liens rapides: [Utilisation](#utilisation) | [Installation](#installation) | [Support](#support) | [Étendre](#tendre) | [Contribuer](#contribuer) | [Crédits](#crdits) +Liens rapides: [Utilisation](#utilisation) | [Installation](#installation) | [Soutien](#soutien) | [Étendre](#etendre) | [Contribuer](#contribuer) | [Crédits](#credits) ## Utilisation @@ -41,9 +41,9 @@ Vous vous sentez déjà à l'aise avec les bases ? Allez voir la [liste complèt Télécharger le Phar est la méthode d'installation que nous recommandons. Si vous avez besoin, vous pouvez aussi consulter notre documentation sur [autres méthodes d'installation (en)](https://wp-cli.org/docs/installing/). -Avant d'installer WP-CLI, veuillez vous assurer que votre environnement réponds aux exigences minimales : +Avant d'installer WP-CLI, veuillez vous assurer que votre environnement répond aux exigences minimales : -- Environnement de type UNIX (OS X, Linux, FreeBSD, Cygwin); le support est limité sur les environnements Windows +- Environnement de type UNIX (OS X, Linux, FreeBSD, Cygwin); le soutien est limité sur les environnements Windows - PHP 5.3.29 ou plus récent - WordPress 3.7 ou plus récent @@ -59,7 +59,7 @@ Ensuite, vérifiez que tout fonctionne : $ php wp-cli.phar --info ``` -Pour utiliser WP-CLI à partir de la ligne de commande en tapant `wp`, rendez le fichier exécutable et déplacez le quelque part dans votre `PATH`. Par exemple : +Pour utiliser WP-CLI à partir de la ligne de commande en tapant `wp`, rendez le fichier exécutable et déplacez-le quelque part dans votre `PATH`. Par exemple : ```bash $ chmod +x wp-cli.phar @@ -104,7 +104,7 @@ bashcompinit source /FULL/PATH/TO/wp-completion.bash ``` -## Support +## Soutien Les mainteneurs de WP-CLI et les contributeurs du projet font de leur mieux pour répondre à tous les nouveaux tickets en temps opportun. Pour utiliser au mieux leur temps bénévole, merci de vérifier s'il n'existe pas déjà une réponse à votre question dans l'une des ressources suivantes : @@ -114,11 +114,11 @@ Les mainteneurs de WP-CLI et les contributeurs du projet font de leur mieux pour - [Tickets ouvert ou fermés sur Github](https://github.com/wp-cli/wp-cli/issues?utf8=%E2%9C%93&q=is%3Aissue) - [Forum StackExchange WordPress](http://wordpress.stackexchange.com/questions/tagged/wp-cli) -Si vous n'arrivez pas à trouver une réponse en utilisant un de ces liens, rejoignez le canal `#cli` sur [l'organisation Slack WordPress.org](https://make.wordpress.org/chat/) pour voir si un membre de la communauté peut avoir une réponse pour vous. Les professionnels doivent savoir que [runcommand](https://runcommand.io/) fournit du support premium. +Si vous n'arrivez pas à trouver une réponse en utilisant un de ces liens, rejoignez le canal `#cli` sur [l'organisation Slack WordPress.org](https://make.wordpress.org/chat/) pour voir si un membre de la communauté peut avoir une réponse pour vous. Les professionnels doivent savoir que [runcommand](https://runcommand.io/) fournit du soutien premium. -Les tickets Github, permettent de suivre l'évolution des bugs et améliorations sur les commandes existantes. Ils ne sont pas utilisés pour faire du support. Avant de soumettre un nouveau rapport de bug, merci de passer en revue [nos bonnes pratiques](https://wp-cli.org/docs/bug-reports/) pour vous assurer que votre ticket les respectent. +Les tickets Github, permettent de suivre l'évolution des bugs et améliorations sur les commandes existantes. Ils ne sont pas utilisés pour faire du soutien. Avant de soumettre un nouveau rapport de bug, merci de passer en revue [nos bonnes pratiques](https://wp-cli.org/docs/bug-reports/) pour vous assurer que votre ticket les respecte. -Merci de ne pas demander du support sur Twitter. Twitter n'est pas un endroit convenable pour faire du support : 1) c'est compliqué d'avoir une conversation en moins de 140 caractères et 2) Twitter n'est pas un endroit où quelqu'un avec la même question peut chercher et obtenir une réponse avant de la poser à nouveau. +Merci de ne pas demander du soutien sur Twitter. Twitter n'est pas un endroit convenable pour faire du soutien : 1) c'est compliqué d'avoir une conversation en aussi peu de caractères et 2) Twitter n'est pas un endroit où quelqu'un avec la même question peut chercher et obtenir une réponse avant de la poser à nouveau. Souvenez-vous, libre != gratuit ; la licence open source vous donne la liberté d'utiliser et modifier, mais pas au dépend du temps d'autres personnes. Merci d'être respectueux et de définir vos attentes en conséquence. @@ -126,7 +126,7 @@ Souvenez-vous, libre != gratuit ; la licence open source vous donne la liberté Une **commande** est une unité atomique de fonctionnalité WP-CLI. `wp plugin install` ([doc](https://wp-cli.org/commands/plugin/install/)) est une commande. `wp plugin activate` ([doc](https://wp-cli.org/commands/plugin/activate/)) en est une autre. -WP-CLI permet d'enregister n'importe quelle classe, fonction ou closure comme une commande. Les informations d'utilisation sont lues à partir du bloc PHPdoc de la fonction de rappel. `WP_CLI::add_command()` ([doc](https://wp-cli.org/docs/internal-api/wp-cli-add-command/)) est utilisé aussi bien pour l'enregistrement des commandes internes ou externes. +WP-CLI permet d'enregistrer n'importe quelle classe, fonction ou closure comme une commande. Les informations d'utilisation sont lues à partir du bloc PHPdoc de la fonction de rappel. `WP_CLI::add_command()` ([doc](https://wp-cli.org/docs/internal-api/wp-cli-add-command/)) est utilisé aussi bien pour l'enregistrement des commandes internes ou externes. ```php /** @@ -162,9 +162,9 @@ WP-CLI est livré avec des douzaines de commandes. Il est plus facile qu'il n'y Bienvenue et merci ! -Nous apprécions que vous preniez l'iniative de contribuer à WP-CLI. C'est grâce à vous et à la communauté autour de vous que WP-CLI est un project aussi important. +Nous apprécions que vous preniez l'initiative de contribuer à WP-CLI. C'est grâce à vous et à la communauté autour de vous que WP-CLI est un projet aussi important. -**Contribuer n'est pas limité uniquement à l'écriture de code.** Nous vous encourageons à contribuer de la façon qui vous correspond le mieux, en écrivant des didactitiels, en faisant des démonstrations dans votre groupe d'utilisateur local, à aider les autres avec leurs questions de support, ou en relisant notre documentation. +**Contribuer n'est pas limité uniquement à l'écriture de code.** Nous vous encourageons à contribuer de la façon qui vous correspond le mieux, en écrivant des tutoriels, en faisant des démonstrations dans votre groupe d'utilisateur local, à aider les autres avec leurs questions de soutien, ou en relisant notre documentation. Merci de prendre un moment pour [lire le guide du contributeur en profondeur](https://wp-cli.org/docs/contributing/). Suivre ces règles aide à communiquer avec le respect du temps des autres contributeurs du projet. En retour, ils feront de leur mieux pour travailler avec ce même respect, à travers les fuseaux horaires et dans le monde lorsque vous en aurez besoin. From ca5966fcda461c7754b9c5fc95b0e5e14f25d539 Mon Sep 17 00:00:00 2001 From: Maxime Jobin Date: Mon, 6 May 2019 12:17:12 -0400 Subject: [PATCH 051/232] Remove dollar signs that are confusing (and not present in the english version) --- fr/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fr/index.md b/fr/index.md index 8c24b1a1..12834243 100644 --- a/fr/index.md +++ b/fr/index.md @@ -50,20 +50,20 @@ Avant d'installer WP-CLI, veuillez vous assurer que votre environnement répond Une fois que vous avez vérifié ces exigences, téléchargez le fichier [wp-cli.phar](https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) en utilisant `wget` ou `curl` : ```bash -$ curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar +curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar ``` Ensuite, vérifiez que tout fonctionne : ```bash -$ php wp-cli.phar --info +php wp-cli.phar --info ``` Pour utiliser WP-CLI à partir de la ligne de commande en tapant `wp`, rendez le fichier exécutable et déplacez-le quelque part dans votre `PATH`. Par exemple : ```bash -$ chmod +x wp-cli.phar -$ sudo mv wp-cli.phar /usr/local/bin/wp +chmod +x wp-cli.phar +sudo mv wp-cli.phar /usr/local/bin/wp ``` Si WP-CLI a été installé correctement, vous devez obtenir le résultat suivant quand vous exécutez `wp --info`: From 88d9b31a931c6a0c2080b412cdb006fe16491d92 Mon Sep 17 00:00:00 2001 From: Maxime Jobin Date: Mon, 6 May 2019 12:32:03 -0400 Subject: [PATCH 052/232] Fixed all broken list and adapted some translations to make it clearer. --- fr/index.md | 38 ++++++++++++++++++-------------------- 1 file changed, 18 insertions(+), 20 deletions(-) diff --git a/fr/index.md b/fr/index.md index 12834243..a60dbbb6 100644 --- a/fr/index.md +++ b/fr/index.md @@ -9,11 +9,11 @@ Pour rester à jour, suivez [@wpcli sur Twitter](https://twitter.com/wpcli) ou [ [![Statut du build](https://travis-ci.org/wp-cli/wp-cli.png?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![Temps moyen pour traiter un ticket](http://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Temps moyen pour traiter un ticket") [![Pourcentage de tickets encore ouverts](http://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Pourcentage de tickets encore ouverts") -Liens rapides: [Utilisation](#utilisation) | [Installation](#installation) | [Soutien](#soutien) | [Étendre](#etendre) | [Contribuer](#contribuer) | [Crédits](#credits) +Liens rapides: [Utilisation](#utilisation) | [Installation](#installation) | [Soutien](#soutien) | [Étendre](#étendre) | [Contribuer](#contribuer) | [Crédits](#crédits) ## Utilisation -L'objectif de WP-CLI est de fournir une interface en ligne de commande pour toute action qu'il serait utile de faire dans l'administration WordPress. Par exemple, `wp plugin install --activate` ([doc](https://wp-cli.org/commands/plugin/install/)) vous permet d'installer et activer une extension WordPress : +L'objectif de WP-CLI est de fournir une interface en ligne de commande pour toute action qu'il serait utile de faire dans l'administration WordPress. Par exemple, `wp plugin install --activate` ([doc](https://developer.wordpress.org/cli/commands/plugin/install/)) vous permet d'installer et activer une extension WordPress : ```bash $ wp plugin install rest-api --activate @@ -26,20 +26,20 @@ Activating 'rest-api'... Success: Plugin 'rest-api' activated. ``` -WP-CLI inclut aussi des commandes pour d'autres choses que vous ne pouvez pas faire dans l'administration WordPress. Par exemple, `wp transient delete-all` ([doc](https://wp-cli.org/commands/transient/delete-all/)) permet de supprimer un ou tous les "transients" : +WP-CLI inclut aussi des commandes pour d'autres choses que vous ne pouvez pas faire dans l'administration WordPress. Par exemple, `wp transient delete-all` ([doc](https://developer.wordpress.org/cli/commands/transient/delete/)) permet de supprimer un ou tous les "transients" : ```bash $ wp transient delete-all Success: 34 transients deleted from the database. ``` -Pour une introduction plus complète sur l'utilisation de WP-CLI, lisez le [Guide de démarrage rapide (en)](https://wp-cli.org/docs/quick-start/). +Pour une introduction plus complète sur l'utilisation de WP-CLI, lisez le [Guide de démarrage rapide (en)](https://make.wordpress.org/cli/handbook/quick-start/). Vous pouvez également en apprendre davantage sur l'utilisation de la ligne de commande via des [informations sur l'utilisation du Shell (en)[https://make.wordpress.org/cli/handbook/shell-friends/]. -Vous vous sentez déjà à l'aise avec les bases ? Allez voir la [liste complète des commandes (en)](https://wp-cli.org/commands/) pour avoir des informations détaillées sur la gestion des thèmes et extensions, l'import/export de données, l'exécution de rechercher/remplacer dans la base de données et bien plus. +Vous vous sentez déjà à l'aise avec les bases ? Allez voir la [liste complète des commandes (en)](https://developer.wordpress.org/cli/commands/) pour avoir des informations détaillées sur la gestion des thèmes et extensions, l'import/export de données, l'exécution de rechercher/remplacer dans la base de données et bien plus. ## Installation -Télécharger le Phar est la méthode d'installation que nous recommandons. Si vous avez besoin, vous pouvez aussi consulter notre documentation sur [autres méthodes d'installation (en)](https://wp-cli.org/docs/installing/). +Télécharger le Phar est la méthode d'installation que nous recommandons. Si vous avez besoin, vous pouvez aussi consulter notre documentation sur [autres méthodes d'installation (en)](https://make.wordpress.org/cli/handbook/installing/). Avant d'installer WP-CLI, veuillez vous assurer que votre environnement répond aux exigences minimales : @@ -82,7 +82,7 @@ WP-CLI version: 0.25.0 ### Mise à jour -Vous pouvez mettre à jour WP-CLI avec la commande `wp cli update` ([doc](https://wp-cli.org/commands/cli/update/)), ou en répétant les étapes d'installation. +Vous pouvez mettre à jour WP-CLI avec la commande `wp cli update` ([doc](https://developer.wordpress.org/cli/commands/cli/update/)), ou en répétant les étapes d'installation. Vous voulez vivre dangereusement ? Exécutez `wp cli update --nightly` pour installer les derniers nightly build de WP-CLI. Un nightly build est relativement stable pour être utilisé dans votre environnement de développement et inclut toujours les fonctionnalités de WP-CLI les plus récentes. @@ -108,15 +108,15 @@ source /FULL/PATH/TO/wp-completion.bash Les mainteneurs de WP-CLI et les contributeurs du projet font de leur mieux pour répondre à tous les nouveaux tickets en temps opportun. Pour utiliser au mieux leur temps bénévole, merci de vérifier s'il n'existe pas déjà une réponse à votre question dans l'une des ressources suivantes : -- [Problèmes courants et leur correction (en)](https://wp-cli.org/docs/common-issues/) -- [Bonnes pratiques pour soumettre un rapport de bug (en)](https://wp-cli.org/docs/bug-reports/) -- [Documentation (en)](https://wp-cli.org/docs/) +- [Problèmes courants et leur correction (en)](https://make.wordpress.org/cli/handbook/common-issues/) +- [Bonnes pratiques pour soumettre un rapport de bug (en)](https://make.wordpress.org/cli/handbook/bug-reports/) +- [Documentation (en)](https://make.wordpress.org/cli/handbook/) - [Tickets ouvert ou fermés sur Github](https://github.com/wp-cli/wp-cli/issues?utf8=%E2%9C%93&q=is%3Aissue) - [Forum StackExchange WordPress](http://wordpress.stackexchange.com/questions/tagged/wp-cli) Si vous n'arrivez pas à trouver une réponse en utilisant un de ces liens, rejoignez le canal `#cli` sur [l'organisation Slack WordPress.org](https://make.wordpress.org/chat/) pour voir si un membre de la communauté peut avoir une réponse pour vous. Les professionnels doivent savoir que [runcommand](https://runcommand.io/) fournit du soutien premium. -Les tickets Github, permettent de suivre l'évolution des bugs et améliorations sur les commandes existantes. Ils ne sont pas utilisés pour faire du soutien. Avant de soumettre un nouveau rapport de bug, merci de passer en revue [nos bonnes pratiques](https://wp-cli.org/docs/bug-reports/) pour vous assurer que votre ticket les respecte. +Les tickets Github, permettent de suivre l'évolution des bugs et améliorations sur les commandes existantes. Ils ne sont pas utilisés pour faire du soutien. Avant de soumettre un nouveau rapport de bug, merci de passer en revue [nos bonnes pratiques](https://make.wordpress.org/cli/handbook/bug-reports/) pour vous assurer que votre ticket les respecte. Merci de ne pas demander du soutien sur Twitter. Twitter n'est pas un endroit convenable pour faire du soutien : 1) c'est compliqué d'avoir une conversation en aussi peu de caractères et 2) Twitter n'est pas un endroit où quelqu'un avec la même question peut chercher et obtenir une réponse avant de la poser à nouveau. @@ -124,9 +124,9 @@ Souvenez-vous, libre != gratuit ; la licence open source vous donne la liberté ## Étendre -Une **commande** est une unité atomique de fonctionnalité WP-CLI. `wp plugin install` ([doc](https://wp-cli.org/commands/plugin/install/)) est une commande. `wp plugin activate` ([doc](https://wp-cli.org/commands/plugin/activate/)) en est une autre. +Une **commande** est une unité atomique de fonctionnalité WP-CLI. `wp plugin install` ([doc](https://developer.wordpress.org/cli/commands/plugin/install/)) est une commande. `wp plugin activate` ([doc](https://developer.wordpress.org/cli/commands/plugin/activate/)) en est une autre. -WP-CLI permet d'enregistrer n'importe quelle classe, fonction ou closure comme une commande. Les informations d'utilisation sont lues à partir du bloc PHPdoc de la fonction de rappel. `WP_CLI::add_command()` ([doc](https://wp-cli.org/docs/internal-api/wp-cli-add-command/)) est utilisé aussi bien pour l'enregistrement des commandes internes ou externes. +WP-CLI permet d'enregistrer n'importe quelle classe, fonction ou closure comme une commande. Les informations d'utilisation sont lues à partir du bloc PHPdoc de la fonction de rappel. `WP_CLI::add_command()` ([doc](https://make.wordpress.org/cli/handbook/internal-api/wp-cli-add-command/)) est utilisé aussi bien pour l'enregistrement des commandes internes ou externes. ```php /** @@ -156,7 +156,7 @@ $delete_option_cmd = function( $args ) { WP_CLI::add_command( 'option delete', $delete_option_cmd ); ``` -WP-CLI est livré avec des douzaines de commandes. Il est plus facile qu'il n'y parait de créer vos propres commandes WP-CLI. Lisez le [commands cookbook](https://wp-cli.org/docs/commands-cookbook/) pour en apprendre d'avantage. Parcourez la [documentation sur l'API interne](https://wp-cli.org/docs/internal-api/) pour découvrir une variété de fonctions utiles que vous pouvez utiliser dans votre commande WP-CLI personnalisée. +WP-CLI est livré avec des douzaines de commandes. Il est plus facile qu'il n'y parait de créer vos propres commandes WP-CLI. Lisez le [commands cookbook](https://make.wordpress.org/cli/handbook/commands-cookbook/) pour en apprendre d'avantage. Parcourez la [documentation sur l'API interne](https://make.wordpress.org/cli/handbook/internal-api/) pour découvrir une variété de fonctions utiles que vous pouvez utiliser dans votre commande WP-CLI personnalisée. ## Contribuer @@ -166,17 +166,15 @@ Nous apprécions que vous preniez l'initiative de contribuer à WP-CLI. C'est gr **Contribuer n'est pas limité uniquement à l'écriture de code.** Nous vous encourageons à contribuer de la façon qui vous correspond le mieux, en écrivant des tutoriels, en faisant des démonstrations dans votre groupe d'utilisateur local, à aider les autres avec leurs questions de soutien, ou en relisant notre documentation. -Merci de prendre un moment pour [lire le guide du contributeur en profondeur](https://wp-cli.org/docs/contributing/). Suivre ces règles aide à communiquer avec le respect du temps des autres contributeurs du projet. En retour, ils feront de leur mieux pour travailler avec ce même respect, à travers les fuseaux horaires et dans le monde lorsque vous en aurez besoin. +Merci de prendre un moment pour [lire le guide du contributeur en profondeur](https://make.wordpress.org/cli/handbook/contributing/). Suivre ces règles aide à communiquer avec le respect du temps des autres contributeurs du projet. En retour, ils feront de leur mieux pour travailler avec ce même respect, à travers les fuseaux horaires et dans le monde lorsque vous en aurez besoin. ## Leadership -WP-CLI est dirigé par ces personnes : +WP-CLI est dirigé et maintenu par : (schlessera)[http://github.com/schlessera]. -* [Daniel Bachhuber](https://github.com/danielbachhuber/) - mainteneur actuel -* [Cristi Burcă](https://github.com/scribu) - mainteneur précédent -* [Andreas Creten](https://github.com/andreascreten) - créateur +À l'occasion, il arrive que certains [contributeurs reçoivent des accès plus permissifs](https://make.wordpress.org/cli/handbook/committers-credo/) après avoir démontré leurs capacités et leur temps investis dans le projet. -Pour en savoir plus sur la [gouvernance (en)](https://wp-cli.org/docs/governance/) du projet et voir la [liste complète des contributeurs](https://github.com/wp-cli/wp-cli/contributors). +Pour en savoir plus sur la [gouvernance (en)](https://make.wordpress.org/cli/handbook/governance/) du projet et voir la [liste complète des contributeurs](https://github.com/wp-cli/wp-cli/contributors). ## Crédits From 811dc39308500d3b161b67ef69e8a1c388aa58ae Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Tue, 7 May 2019 10:44:02 -0400 Subject: [PATCH 053/232] Update fr/index.md Co-Authored-By: maximejobin --- fr/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fr/index.md b/fr/index.md index a60dbbb6..0da363ca 100644 --- a/fr/index.md +++ b/fr/index.md @@ -3,7 +3,7 @@ layout: default title: Interface en ligne de commande pour WordPress --- -[WP-CLI](https://wp-cli.org/fr) est un ensemble d'outil en ligne de commande pour gérer vos installations [WordPress](https://fr.wordpress.org/). Vous pouvez mettre à jour les extensions, configurer des installations multi-site et beaucoup plus sans avoir recours à un navigateur web. +[WP-CLI](https://wp-cli.org/fr) est un ensemble d'outils en ligne de commande pour gérer vos installations [WordPress](https://fr.wordpress.org/). Vous pouvez mettre à jour les extensions, configurer des installations multi-site et beaucoup plus sans avoir recours à un navigateur web. Pour rester à jour, suivez [@wpcli sur Twitter](https://twitter.com/wpcli) ou [inscrivez-vous à notre lettre d'information par email](http://wp-cli.us13.list-manage.com/subscribe?u=0615e4d18f213891fc000adfd&id=8c61d7641e). From c4d64d32a0e7c9967ab633f2db81116c3104953d Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Tue, 7 May 2019 10:44:11 -0400 Subject: [PATCH 054/232] Update fr/index.md Co-Authored-By: maximejobin --- fr/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fr/index.md b/fr/index.md index 0da363ca..cdd2418a 100644 --- a/fr/index.md +++ b/fr/index.md @@ -26,7 +26,7 @@ Activating 'rest-api'... Success: Plugin 'rest-api' activated. ``` -WP-CLI inclut aussi des commandes pour d'autres choses que vous ne pouvez pas faire dans l'administration WordPress. Par exemple, `wp transient delete-all` ([doc](https://developer.wordpress.org/cli/commands/transient/delete/)) permet de supprimer un ou tous les "transients" : +WP-CLI inclut aussi des commandes pour d'autres actions que vous ne pouvez pas faire dans l'administration WordPress. Par exemple, `wp transient delete-all` ([doc](https://developer.wordpress.org/cli/commands/transient/delete/)) permet de supprimer un ou tous les "transients" : ```bash $ wp transient delete-all From 6951b41c69c0ce00ea9a1f1791664d6789b01824 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Tue, 7 May 2019 10:44:52 -0400 Subject: [PATCH 055/232] Update fr/index.md Co-Authored-By: maximejobin --- fr/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fr/index.md b/fr/index.md index cdd2418a..c5fcc6ab 100644 --- a/fr/index.md +++ b/fr/index.md @@ -114,7 +114,10 @@ Les mainteneurs de WP-CLI et les contributeurs du projet font de leur mieux pour - [Tickets ouvert ou fermés sur Github](https://github.com/wp-cli/wp-cli/issues?utf8=%E2%9C%93&q=is%3Aissue) - [Forum StackExchange WordPress](http://wordpress.stackexchange.com/questions/tagged/wp-cli) -Si vous n'arrivez pas à trouver une réponse en utilisant un de ces liens, rejoignez le canal `#cli` sur [l'organisation Slack WordPress.org](https://make.wordpress.org/chat/) pour voir si un membre de la communauté peut avoir une réponse pour vous. Les professionnels doivent savoir que [runcommand](https://runcommand.io/) fournit du soutien premium. +Si vous n'arrivez pas à trouver une réponse en utilisant un de ces liens : + +- Rejoignez le canal `#cli` sur [l'organisation Slack WordPress.org](https://make.wordpress.org/chat/) pour discuter avec les personnes en ligne à ce moment. Cette option est préférable pour des réponses rapides. +- [Créez un nouveau ticket](https://wordpress.org/support/forum/wp-advanced/#new-post) dans le forum de soutien WordPress.org en attachant l'étiquette 'WP-CLI' pour qu'il soit vu par la communauté. Les tickets Github, permettent de suivre l'évolution des bugs et améliorations sur les commandes existantes. Ils ne sont pas utilisés pour faire du soutien. Avant de soumettre un nouveau rapport de bug, merci de passer en revue [nos bonnes pratiques](https://make.wordpress.org/cli/handbook/bug-reports/) pour vous assurer que votre ticket les respecte. From 2a75de06d54bf0615e10670e306f08796250fa94 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Tue, 7 May 2019 10:45:07 -0400 Subject: [PATCH 056/232] Update fr/index.md Co-Authored-By: maximejobin --- fr/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fr/index.md b/fr/index.md index c5fcc6ab..44ff2945 100644 --- a/fr/index.md +++ b/fr/index.md @@ -159,7 +159,7 @@ $delete_option_cmd = function( $args ) { WP_CLI::add_command( 'option delete', $delete_option_cmd ); ``` -WP-CLI est livré avec des douzaines de commandes. Il est plus facile qu'il n'y parait de créer vos propres commandes WP-CLI. Lisez le [commands cookbook](https://make.wordpress.org/cli/handbook/commands-cookbook/) pour en apprendre d'avantage. Parcourez la [documentation sur l'API interne](https://make.wordpress.org/cli/handbook/internal-api/) pour découvrir une variété de fonctions utiles que vous pouvez utiliser dans votre commande WP-CLI personnalisée. +WP-CLI est livré avec des douzaines de commandes. Il est plus facile qu'il n'y parait de créer vos propres commandes WP-CLI. Lisez le [commands cookbook](https://make.wordpress.org/cli/handbook/commands-cookbook/) pour en apprendre davantage. Parcourez la [documentation sur l'API interne](https://make.wordpress.org/cli/handbook/internal-api/) pour découvrir une variété de fonctions utiles que vous pouvez utiliser dans votre commande WP-CLI personnalisée. ## Contribuer From 9adde58db71099adcbfa8e72c76ac28f8f5a08ce Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Tue, 7 May 2019 10:45:31 -0400 Subject: [PATCH 057/232] Update fr/index.md Co-Authored-By: maximejobin --- fr/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fr/index.md b/fr/index.md index 44ff2945..34577cdf 100644 --- a/fr/index.md +++ b/fr/index.md @@ -167,7 +167,7 @@ Bienvenue et merci ! Nous apprécions que vous preniez l'initiative de contribuer à WP-CLI. C'est grâce à vous et à la communauté autour de vous que WP-CLI est un projet aussi important. -**Contribuer n'est pas limité uniquement à l'écriture de code.** Nous vous encourageons à contribuer de la façon qui vous correspond le mieux, en écrivant des tutoriels, en faisant des démonstrations dans votre groupe d'utilisateur local, à aider les autres avec leurs questions de soutien, ou en relisant notre documentation. +**Contribuer n'est pas limité uniquement à l'écriture de code.** Nous vous encourageons à contribuer de la façon qui vous correspond le mieux, en écrivant des tutoriels, en faisant des démonstrations dans votre groupe d'utilisateurs local, à aider les autres avec leurs questions de soutien, ou en relisant notre documentation. Merci de prendre un moment pour [lire le guide du contributeur en profondeur](https://make.wordpress.org/cli/handbook/contributing/). Suivre ces règles aide à communiquer avec le respect du temps des autres contributeurs du projet. En retour, ils feront de leur mieux pour travailler avec ce même respect, à travers les fuseaux horaires et dans le monde lorsque vous en aurez besoin. From 3b470cb12b768e926ad236b21fb2204b7344b42b Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Tue, 7 May 2019 10:46:01 -0400 Subject: [PATCH 058/232] Update fr/index.md Co-Authored-By: maximejobin --- fr/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fr/index.md b/fr/index.md index 34577cdf..e78f4274 100644 --- a/fr/index.md +++ b/fr/index.md @@ -39,7 +39,7 @@ Vous vous sentez déjà à l'aise avec les bases ? Allez voir la [liste complèt ## Installation -Télécharger le Phar est la méthode d'installation que nous recommandons. Si vous avez besoin, vous pouvez aussi consulter notre documentation sur [autres méthodes d'installation (en)](https://make.wordpress.org/cli/handbook/installing/). +Télécharger le Phar est la méthode d'installation que nous recommandons. Si vous avez besoin, vous pouvez aussi consulter notre documentation sur [d'autres méthodes d'installation (en)](https://make.wordpress.org/cli/handbook/installing/). Avant d'installer WP-CLI, veuillez vous assurer que votre environnement répond aux exigences minimales : From aacfa8ebe578f91b5dfe5b5c2072cb5552664a74 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Tue, 7 May 2019 10:46:19 -0400 Subject: [PATCH 059/232] Update fr/index.md Co-Authored-By: maximejobin --- fr/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fr/index.md b/fr/index.md index e78f4274..9c6e15ed 100644 --- a/fr/index.md +++ b/fr/index.md @@ -13,7 +13,7 @@ Liens rapides: [Utilisation](#utilisation) | [Installation](#installation) ## Utilisation -L'objectif de WP-CLI est de fournir une interface en ligne de commande pour toute action qu'il serait utile de faire dans l'administration WordPress. Par exemple, `wp plugin install --activate` ([doc](https://developer.wordpress.org/cli/commands/plugin/install/)) vous permet d'installer et activer une extension WordPress : +L'objectif de WP-CLI est de fournir une interface en ligne de commande pour toute action qu'il serait utile de faire dans l'administration WordPress. Par exemple, `wp plugin install --activate` ([doc](https://developer.wordpress.org/cli/commands/plugin/install/)) vous permet d'installer et d'activer une extension WordPress : ```bash $ wp plugin install rest-api --activate From 44d8bc43ed8c34c3d2e60c05617994906e33f32a Mon Sep 17 00:00:00 2001 From: Maxime Jobin Date: Tue, 7 May 2019 11:09:26 -0400 Subject: [PATCH 060/232] Add OS and shell information --- fr/index.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/fr/index.md b/fr/index.md index 9c6e15ed..a8658612 100644 --- a/fr/index.md +++ b/fr/index.md @@ -70,14 +70,17 @@ Si WP-CLI a été installé correctement, vous devez obtenir le résultat suivan ```bash $ wp --info -PHP binary: /usr/bin/php5 -PHP version: 5.5.9-1ubuntu4.14 -php.ini used: /etc/php5/cli/php.ini -WP-CLI root dir: /home/wp-cli/.wp-cli +OS: Darwin 16.7.0 Darwin Kernel Version 16.7.0: Thu Jan 11 22:59:40 PST 2018; root:xnu-3789.73.8~1/RELEASE_X86_64 x86_64 +Shell: /bin/zsh +PHP binary: /usr/local/bin/php +PHP version: 7.0.22 +php.ini used: /etc/local/etc/php/7.0/php.ini +WP-CLI root dir: /home/wp-cli/.wp-cli/vendor/wp-cli/wp-cli +WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: /home/wp-cli/.wp-cli/config.yml WP-CLI project config: -WP-CLI version: 0.25.0 +WP-CLI version: 2.1.0 ``` ### Mise à jour From 5506c6c495c8b904e32e1788780b2e30ed4e0340 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Tue, 7 May 2019 17:44:28 +0200 Subject: [PATCH 061/232] Fix broken link --- fr/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fr/index.md b/fr/index.md index a8658612..038c525e 100644 --- a/fr/index.md +++ b/fr/index.md @@ -176,7 +176,7 @@ Merci de prendre un moment pour [lire le guide du contributeur en profondeur](ht ## Leadership -WP-CLI est dirigé et maintenu par : (schlessera)[http://github.com/schlessera]. +WP-CLI est dirigé et maintenu par : [schlessera](http://github.com/schlessera). À l'occasion, il arrive que certains [contributeurs reçoivent des accès plus permissifs](https://make.wordpress.org/cli/handbook/committers-credo/) après avoir démontré leurs capacités et leur temps investis dans le projet. From 0ae3456b4c5a3b40bc859a83588e56c37146b11e Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Tue, 7 May 2019 17:48:17 +0200 Subject: [PATCH 062/232] Update footer.html --- _includes/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/footer.html b/_includes/footer.html index a26e6675..d643c363 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -5,7 +5,7 @@ {% include global-parameters.html %} {% endif %} -

+ {% include analytics.html %} From 2dc80cf2a633b74db6d70505c1ab476a6ef40f6a Mon Sep 17 00:00:00 2001 From: tecking Date: Sat, 11 May 2019 14:44:32 +0900 Subject: [PATCH 063/232] Update ja/index.md --- ja/index.md | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/ja/index.md b/ja/index.md index 471434ea..c44c08d5 100644 --- a/ja/index.md +++ b/ja/index.md @@ -8,9 +8,9 @@ title: Command line interface for WordPress 現在のメンテナンスは、以下の企業のサポートにより支えられています。 - + -現在の最新バージョンは [1.4.0](https://make.wordpress.org/cli/2017/10/17/version-1-4-0-released/) です。 最新情報を得たい人は、[@wpcli on Twitter](https://twitter.com/wpcli) をフォローするか、[メーリングリストにサインアップ](http://wp-cli.us13.list-manage.com/subscribe?u=0615e4d18f213891fc000adfd&id=8c61d7641e)してください。[ロードマップ](https://make.wordpress.org/cli/handbook/roadmap/)で、今後のリリースの予定をしることができます。 +現在の最新バージョンは [2.2.0](https://make.wordpress.org/cli/2019/04/25/wp-cli-v2-2-0-release-notes/) です。 最新情報を得たい人は、[@wpcli on Twitter](https://twitter.com/wpcli) をフォローするか、[メーリングリストにサインアップ](https://make.wordpress.org/cli/subscribe/)してください。[ロードマップ](https://make.wordpress.org/cli/handbook/roadmap/)で、今後のリリースの予定をしることができます。 [![Build Status](https://travis-ci.org/wp-cli/wp-cli.svg?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![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") @@ -33,7 +33,7 @@ Plugin 'user-switching' activated. Success: Installed 1 of 1 plugins. ``` -さらに WP-CLI は、WordPress の管理画面ではできない多くのことが可能です。たとえば、`wp transient delete --all` ([doc](https://developer.wordpress.org/cli/commands/transient/delete/)) は、Transient に保存されているすべてのデータを削除することを可能にしています。 +さらに WP-CLI は、WordPress の管理画面ではできない多くのことが可能です。たとえば、`wp transient delete --all` ([ドキュメント](https://developer.wordpress.org/cli/commands/transient/delete/)) は、Transient に保存されているすべてのデータを削除することを可能にしています。 ```bash $ wp transient delete --all @@ -51,7 +51,7 @@ Phar ファイルをダウンロードする方法が、私たちが推奨する WP-CLI をインストールする前に、動作環境を確認してください。 - UNIX 系の環境 (OS X, Linux, FreeBSD, Cygwin); Windows では一部の機能に制限があります。 -- PHP 5.3.29 またはそれ以降のバージョン +- PHP 5.4 またはそれ以降のバージョン - WordPress 3.7 またはそれ以降のバージョン 動作条件を再度確認してから、`wget`または`curl`を使用して [wp-cli.phar](https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) をダウンロードしてください。 @@ -77,19 +77,22 @@ $ sudo mv wp-cli.phar /usr/local/bin/wp ```bash $ wp --info -PHP binary: /usr/bin/php5 -PHP version: 5.5.9-1ubuntu4.14 -php.ini used: /etc/php5/cli/php.ini -WP-CLI root dir: /home/wp-cli/.wp-cli +OS: Darwin 16.7.0 Darwin Kernel Version 16.7.0: Thu Jan 11 22:59:40 PST 2018; root:xnu-3789.73.8~1/RELEASE_X86_64 x86_64 +Shell: /bin/zsh +PHP binary: /usr/local/bin/php +PHP version: 7.0.22 +php.ini used: /etc/local/etc/php/7.0/php.ini +WP-CLI root dir: /home/wp-cli/.wp-cli/vendor/wp-cli/wp-cli +WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: /home/wp-cli/.wp-cli/config.yml WP-CLI project config: -WP-CLI version: 1.4.0 +WP-CLI version: 2.1.0 ``` ## アップデート -WP-CLI をアップデートするには、`wp cli update` ([doc](https://developer.wordpress.org/cli/commands/cli/update/)) を実行するか、上述のインストール方法を再度行う必要があります。 +WP-CLI をアップデートするには、`wp cli update` ([ドキュメント](https://developer.wordpress.org/cli/commands/cli/update/)) を実行するか、上述のインストール方法を再度行う必要があります。 WP-CLI のオーナーが root もしくは他のシステム管理者になっている場合は、`sudo wp cli update` と実行する必要があります。 @@ -97,7 +100,7 @@ WP-CLI のオーナーが root もしくは他のシステム管理者になっ ## タブ補完 -WP-CL には、Bash 及び ZSH 用のタブ補完用のスクリプトがあります。 [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/master/utils/wp-completion.bash) をダウンロードして、`~/.bash_profile` から読み込んでください。 +WP-CL には、Bash 及び ZSH 用のタブ補完用のスクリプトがあります。 [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v1.5.1/utils/wp-completion.bash) をダウンロードして、`~/.bash_profile` から読み込んでください。 ``` source /FULL/PATH/TO/wp-completion.bash @@ -121,7 +124,7 @@ WP-CLI のメンテナーとその貢献者たちが一般的な質問に答え * [Common issues and their fixes](https://make.wordpress.org/cli/handbook/common-issues/) * [WP-CLI handbook](https://make.wordpress.org/cli/handbook/) -* [Open or closed issues on Github](https://github.com/wp-cli/wp-cli/issues?utf8=%E2%9C%93&q=is%3Aissue) +* [Open or closed issues in the WP-CLI GitHub organization](https://github.com/issues?utf8=%E2%9C%93&q=sort%3Aupdated-desc+org%3Awp-cli+is%3Aissue) * [Threads tagged 'WP-CLI' in the WordPress.org support forum](https://wordpress.org/support/topic-tag/wp-cli/) * [Questions tagged 'WP-CLI' in the WordPress StackExchange](https://wordpress.stackexchange.com/questions/tagged/wp-cli) @@ -138,9 +141,9 @@ Twitterでサポート用の質問をたずねるのはおやめください。T ## 拡張 -それぞれの **コマンド** は、WP-CLI の関数の一つとして定義されています。`wp plugin install` ([doc](https://developer.wordpress.org/cli/commands/plugin/install/)) はそのうちのひとつであり、`wp plugin activate` ([doc](https://developer.wordpress.org/cli/commands/plugin/activate/)) は別のもうひとつです。 +それぞれの **コマンド** は、WP-CLI の関数の一つとして定義されています。`wp plugin install` ([ドキュメント](https://developer.wordpress.org/cli/commands/plugin/install/)) はそのうちのひとつであり、`wp plugin activate` ([ドキュメント](https://developer.wordpress.org/cli/commands/plugin/activate/)) は別のもうひとつです。 -WP-CLI では、様々な実行可能なクラス、関数、クロージャをコマンドとして実行することが可能です。コマンドとして実行されるために必要な情報は、PHPdoc によって記述します。 `WP_CLI::add_command()` ([doc](https://make.wordpress.org/cli/handbook/internal-api/wp-cli-add-command/)) は、内部コマンド及びサードパーティコマンドの登録に使用されています。 +WP-CLI では、様々な実行可能なクラス、関数、クロージャをコマンドとして実行することが可能です。コマンドとして実行されるために必要な情報は、PHPdoc によって記述します。 `WP_CLI::add_command()` ([ドキュメント](https://make.wordpress.org/cli/handbook/internal-api/wp-cli-add-command/)) は、内部コマンド及びサードパーティコマンドの登録に使用されています。 ```php /** @@ -184,7 +187,7 @@ WP-CLI は、多くのコマンドにより構成されており、カスタム ### プロジェクトリーダー -WP-CLI には2人のメンテナーがいます: [danielbachhuber](https://github.com/danielbachhuber) と [schlessera](http://github.com/schlessera) です。 +WP-CLI にはプロジェクトメンテナーがいます: [schlessera](http://github.com/schlessera) です。 能力があり、プロジェクトを発展させるために、時間をかけて投資していることを示してくれたコントリビューターへ、[コミット権限を与えることがあります](https://make.wordpress.org/cli/handbook/committers-credo/)。 @@ -201,3 +204,4 @@ WP-CLI には2人のメンテナーがいます: [danielbachhuber](https://githu * [WordPress-CLI-Exporter](https://github.com/Automattic/WordPress-CLI-Exporter) for `wp export` * [WordPress-CLI-Importer](https://github.com/Automattic/WordPress-CLI-Importer) for `wp import` * [wordpress-plugin-tests](https://github.com/benbalter/wordpress-plugin-tests/) for `wp scaffold plugin-tests` + From a602ddd30f268bbeb02ceba1c18b224a212c03f3 Mon Sep 17 00:00:00 2001 From: tecking Date: Sat, 11 May 2019 14:50:25 +0900 Subject: [PATCH 064/232] Update ja/index.md --- ja/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ja/index.md b/ja/index.md index c44c08d5..2d5c766d 100644 --- a/ja/index.md +++ b/ja/index.md @@ -52,7 +52,7 @@ WP-CLI をインストールする前に、動作環境を確認してくださ - UNIX 系の環境 (OS X, Linux, FreeBSD, Cygwin); Windows では一部の機能に制限があります。 - PHP 5.4 またはそれ以降のバージョン -- WordPress 3.7 またはそれ以降のバージョン +- WordPress 3.7 またはそれ以降のバージョン。WordPress 最新版ではない古いバージョンでは、機能が低下する可能性があります。 動作条件を再度確認してから、`wget`または`curl`を使用して [wp-cli.phar](https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) をダウンロードしてください。 From 38ceb49371288eb6dd03f6ad5f653a5d99d2942f Mon Sep 17 00:00:00 2001 From: tecking Date: Mon, 13 May 2019 11:25:39 +0900 Subject: [PATCH 065/232] Update ja/index.md --- ja/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ja/index.md b/ja/index.md index 2d5c766d..d7403c20 100644 --- a/ja/index.md +++ b/ja/index.md @@ -14,7 +14,7 @@ title: Command line interface for WordPress [![Build Status](https://travis-ci.org/wp-cli/wp-cli.svg?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![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") -Quick links: [使い方](#section) | [インストール方法](#section-1) | [サポート](#section-4) | [拡張](#section-5) | [貢献](#section-6) | [クレジット](#section-8) +Quick links: [使い方](#使い方) | [インストール方法](#インストール方法) | [サポート](#サポート) | [拡張](#拡張) | [貢献](#貢献) | [クレジット](#クレジット) ## 使い方 From 6b4a0182685d29510c23f4b4cf7d86f528b43d5a Mon Sep 17 00:00:00 2001 From: tecking Date: Mon, 13 May 2019 13:47:32 +0900 Subject: [PATCH 066/232] fixed typo in ja/index.md --- ja/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ja/index.md b/ja/index.md index d7403c20..90df758e 100644 --- a/ja/index.md +++ b/ja/index.md @@ -100,7 +100,7 @@ WP-CLI のオーナーが root もしくは他のシステム管理者になっ ## タブ補完 -WP-CL には、Bash 及び ZSH 用のタブ補完用のスクリプトがあります。 [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v1.5.1/utils/wp-completion.bash) をダウンロードして、`~/.bash_profile` から読み込んでください。 +WP-CLI には、Bash 及び ZSH 用のタブ補完用のスクリプトがあります。 [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v1.5.1/utils/wp-completion.bash) をダウンロードして、`~/.bash_profile` から読み込んでください。 ``` source /FULL/PATH/TO/wp-completion.bash From 83b9bb79c8d485fa4c4baea0943b31c61993c68c Mon Sep 17 00:00:00 2001 From: Felipe Elia Date: Tue, 14 May 2019 13:13:33 -0300 Subject: [PATCH 067/232] Update pt_BR translation --- br/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/br/index.md b/br/index.md index 8a7029cb..f82b3734 100644 --- a/br/index.md +++ b/br/index.md @@ -7,9 +7,9 @@ title: Interface para linha de comando para o WordPress A manutenção contínua é possível graças aos seguintes patrocinadores: - + -A versão estável mais recente é a [2.1.0](https://make.wordpress.org/cli/2018/12/18/wp-cli-v2-1-0-release-notes/). Para manter-se atualizado, siga [@wpcli no Twitter](https://twitter.com/wpcli) ou [assine nossa newsletter](https://make.wordpress.org/cli/subscribe/). [Leia nosso plano de ação](https://make.wordpress.org/cli/handbook/roadmap/) para uma visão geral do que está sendo planejado para próximas versões. +A versão estável mais recente é a [2.2.0](https://make.wordpress.org/cli/2019/04/25/wp-cli-v2-2-0-release-notes/). Para manter-se atualizado, siga [@wpcli no Twitter](https://twitter.com/wpcli) ou [assine nossa newsletter](https://make.wordpress.org/cli/subscribe/). [Leia nosso plano de ação](https://make.wordpress.org/cli/handbook/roadmap/) para uma visão geral do que está sendo planejado para próximas versões. [![Build Status](https://travis-ci.org/wp-cli/wp-cli.png?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Tempo médio para resolver um issue") [![Percentage of issues still open](http://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Percentual de issues ainda abertos") @@ -22,7 +22,7 @@ O objetivo da WP-CLI é fornecer uma interface em linha de comando para muitas d ```bash $ wp plugin install user-switching --activate Installing User Switching (1.0.9) -Downloading install package from https://downloads.wordpress.org/plugin/user-switching.1.0.9.zip... +Downloading installation package from https://downloads.wordpress.org/plugin/user-switching.1.0.9.zip... Unpacking the package... Installing the plugin... Plugin installed successfully. @@ -133,7 +133,7 @@ Se você não encontrou uma resposta em nenhum dos endereços acima, você pode: Issues do GitHub são usadas para acompanhar melhorias e erros dos comandos existentes, não para suporte em geral. Antes de informar um erro, veja [nossas boas práticas](https://make.wordpress.org/cli/handbook/bug-reports/) para que o problema possa ser resolvido em tempo hábil. -Não faça perguntas de suporte no Twitter. O Twitter não é um lugar aceitável para suporte porque: 1) é difícil conversar com apenas 140 caracteres e 2) o Twitter não é um lugar onde alguém com a mesma pergunta possa procurar por uma resposta de uma conversa anterior. +Não faça perguntas de suporte no Twitter. O Twitter não é um lugar aceitável para suporte porque: 1) é difícil conversar com apenas 280 caracteres e 2) o Twitter não é um lugar onde alguém com a mesma pergunta possa procurar por uma resposta de uma conversa anterior. Lembre-se: libre != gratis; A licença do código aberto dá para você a liberdade de usar e modificar, mas não gera compromissos com o tempo dos outros. Seja respeitoso e regule suas expectativas. From 89f03f9f1666dec59be113654c1639f25932680c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vl=C4=83du=C8=9B=20Ilie?= Date: Wed, 15 May 2019 13:40:51 +0300 Subject: [PATCH 068/232] Adding Romanian translation. --- _config.yml | 3 + ro_RO/index.md | 201 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 204 insertions(+) create mode 100644 ro_RO/index.md diff --git a/_config.yml b/_config.yml index cfd2d1a3..eebc5e0f 100644 --- a/_config.yml +++ b/_config.yml @@ -58,3 +58,6 @@ languages: - label: Español iso-alpha2: es path: /es/ +- label: română + iso-alpha2: ro_RO + path: /ro/ diff --git a/ro_RO/index.md b/ro_RO/index.md new file mode 100644 index 00000000..63e337c9 --- /dev/null +++ b/ro_RO/index.md @@ -0,0 +1,201 @@ +--- +layout: default +title: Interfață de linie de comandă pentru WordPress +--- + +[WP-CLI](https://wp-cli.org/) este interfața de linie de comandă pentru [WordPress](https://wordpress.org/). Poți actualiza module, configura instalări multisit și multe altele, fără să folosești un navigator web. + +Întreținerea continuă este făcută posibilă de către: + + + +Lansarea stabilă curentă este [versiunea 2.2.0](https://make.wordpress.org/cli/2019/04/25/wp-cli-v2-2-0-release-notes/). Pentru anunțuri, urmărește [@wpcli pe Twitter](https://twitter.com/wpcli) sau [înregistrează-te pentru actualizări pe email](https://make.wordpress.org/cli/subscribe/). [Consultă foaia de parcurs](https://make.wordpress.org/cli/handbook/roadmap/) pentru o prezentare generală a ceea ce este plănuit pentru lansările viitoare. + +[![Stare compilare](https://travis-ci.org/wp-cli/wp-cli.svg?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![Durata medie pentru rezolvarea unei probleme](https://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Durata medie pentru rezolvarea unei probleme") [![Procentul problemelor încă deschise](https://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Procentul problemelor încă deschise") + +Legături rapide: [Folosire](#folosire) | [Instalare](#instalare) | [Asistență](#asistenta) | [Extindere](#extindere) | [Contribuire](#contribuire) | [Recunoștințe](#recunoștințe) + +## Folosire + +WP-CLI oferă o interfață de linie de comandă pentru multe acțiuni pe care le-ai putea executa în administrarea WordPress. De exemplu, `wp plugin install --activate` ([documentație](https://developer.wordpress.org/cli/commands/plugin/install/)) îți permite să instalezi și să activezi un modul WordPress: + +```bash +$ wp plugin install user-switching --activate +Installing Comutare utilizatori (1.5.0) +Descarc pachetul de instalare de la https://downloads.wordpress.org/plugin/user-switching.1.5.0.zip... +Despachetez pachetul... +Instalez modulul... +Modulul a fost instalat cu succes. +Activating 'user-switching'... +Plugin 'user-switching' activated. +Success: Installed 1 of 1 plugins. +``` + +WP-CLI include de asemenea comenzi pentru multe lucruri pe care nu le poți face în administrarea WordPress. De exemplu, `wp transient delete --all` ([documentație](https://developer.wordpress.org/cli/commands/transient/delete/)) îți permite să ștergi unul sau toți tranzienții: + +```bash +$ wp transient delete --all +Success: 34 transients deleted from the database. +``` + +Pentru o introducere mai completă a utilizării WP-CLI, citește [Ghidul de inițiere rapidă](https://make.wordpress.org/cli/handbook/quick-start/). Sau vino alături de [prietenii shell](https://make.wordpress.org/cli/handbook/shell-friends/) pentru a afla despre utilitățile liniei de comandă. + +Deja te simți confortabil cu elementele de bază? Sari în [lista completă de comenzi](https://developer.wordpress.org/cli/commands/) pentru informații detaliate despre gestionarea temelor și modulelor, importarea și exportarea datelor, efectuarea operațiunilor de căutare-înlocuire în baza de date și mai multe. + +## Instalare + +Descărcarea fișierului Phar este metoda noastră de instalare recomandată pentru cei mai mulți utilizatori. Dacă ai nevoie, vezi și documentația noastră despre [metodele de instalare alternative](https://make.wordpress.org/cli/handbook/installing/) ([Composer](https://make.wordpress.org/cli/handbook/installing/#installing-via-composer), [Homebrew](https://make.wordpress.org/cli/handbook/installing/#installing-via-homebrew), [Docker](https://make.wordpress.org/cli/handbook/installing/#installing-via-docker)). + +Înainte să instalezi WP-CLI, te rog asigură-te că mediul tău respectă cerințele minime: + +- Mediu asemănător UNIX (OS X, Linux, FreeBSD, Cygwin); asistență limitată pentru mediul Windows +- PHP 5.4 sau mai recent +- WordPress 3.7 sau mai recent. Versiuniile mai vechi decât ultima versiune WordPress ar putea avea funcționalități degradate + +Odată ce ai verificat cerințele, descarcă fișierul [wp-cli.phar](https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) folosind `wget` sau `curl`: + +```bash +curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar +``` + +Mai departe, verifică fișierul Phar pentru a vedea dacă funcționează: + +```bash +php wp-cli.phar --info +``` + +Pentru a folosi WP-CLI din lina de comandă tastând `wp`, fă fișierul executabil și mută-l undeva în PATH-ul tău. De exemplu: + +```bash +chmod +x wp-cli.phar +sudo mv wp-cli.phar /usr/local/bin/wp +``` + +Dacă WP-CLI a fost instalat cu succes, ar trebui să vezi ceva asemănător când rulezi `wp --info`: + +```bash +$ wp --info +OS: Darwin 16.7.0 Darwin Kernel Version 16.7.0: Thu Jan 11 22:59:40 PST 2018; root:xnu-3789.73.8~1/RELEASE_X86_64 x86_64 +Shell: /bin/zsh +PHP binary: /usr/local/bin/php +PHP version: 7.0.22 +php.ini used: /etc/local/etc/php/7.0/php.ini +WP-CLI root dir: /home/wp-cli/.wp-cli/vendor/wp-cli/wp-cli +WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor +WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ +WP-CLI global config: /home/wp-cli/.wp-cli/config.yml +WP-CLI project config: +WP-CLI version: 2.1.0 +``` + +### Actualizare + +Poți actualiza WP-CLI cu `wp cli update` ([documentație](https://developer.wordpress.org/cli/commands/cli/update/)) sau repetând pașii de instalare. + +Dacă WP-CLI este deținut de root sau un alt utilizator de sistem, trebuie să rulezi `sudo wp cli update`. + +Vrei să trăiești viața la limită? Rulează `wp cli update --nightly` pentru a folosi ultima compilare nocturnă a WP-CLI. Compilarea nocturnă este mai mult sau mai puțin stabilă pentru a fi utilizată în mediul tău de dezvoltare și întotdeauna include ultimele și cele mai grozave funcționalități WP-CLI. + +### Auto-completare + +WP-CLI vine de asemenea cu un script de auto-completare pentru Bash și ZSH. Doar descarcă [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v1.5.1/utils/wp-completion.bash) și rulează source pe el din `~/.bash_profile`: + +```bash +source /FULL/PATH/TO/wp-completion.bash +``` + +Nu uita să rulezi apoi și `source ~/.bash_profile`. + +Dacă folosești zsh pentru shell-ul tău, trebuie să încarci și să pornești `bashcompinit` înainte de comanda source. Pune următoarele în `.zshrc`: + +```bash +autoload bashcompinit +bashcompinit +source /FULL/PATH/TO/wp-completion.bash +``` + +## Asistență + +Întreținătorii WP-CLI și contribuitorii au disponibilitate limitată pentru a răspunde la întrebările de asistență generală. [Versiunea curentă WP-CLI](https://make.wordpress.org/cli/handbook/roadmap/) este singura versiune oficială pentru care se oferă asistență. + +Când ai nevoie de asistență, te rog să cauți mai întâi întrebarea ta în aceste locuri: + +* [Probleme comune și remedierea lor](https://make.wordpress.org/cli/handbook/common-issues/) +* [Manual WP-CLI](https://make.wordpress.org/cli/handbook/) +* [Probleme deschise sau închise în WP-CLI GitHub](https://github.com/issues?utf8=%E2%9C%93&q=sort%3Aupdated-desc+org%3Awp-cli+is%3Aissue) +* [Subiecte etichetate cu „WP-CLI” în forumul de asistență WordPress.org](https://wordpress.org/support/topic-tag/wp-cli/) +* [Întrebări etichetate cu „WP-CLI” în WordPress StackExchange](https://wordpress.stackexchange.com/questions/tagged/wp-cli) + +Dacă n-ai găsit un răspuns într-unul dintre locațiile de mai sus, poți: + +* Să te alături canalului `#cli` în [WordPress.org Slack](https://make.wordpress.org/chat/) pentru a vorbi cu cineva care ar putea fi disponibil în acel moment. Această opțiune este cea mai bună pentru întrebări rapide. +* [Să postezi un subiect nou](https://wordpress.org/support/forum/wp-advanced/#new-post) în forumul de asistență WordPress.org și să-l etichetezi „WP-CLI” pentru a fi văzut de comunitate. + +Tichetele GitHub sunt menite să urmărească îmbunătățirile și erorile comenzilor existente, nu pentru asistență generală. Înainte să trimiți un raport de eroare, te rog să [revezi cele mai bune practici ale noastre](https://make.wordpress.org/cli/handbook/bug-reports/) pentru a te asigura că problema ta este abordată în timp util. + +Te rog nu adresa întrebări de asistență pe Twitter. Twitter nu este un loc acceptat pentru asistență pentru că: 1) este greu să ții conversații sub 280 de caractere și 2) Twitter nu este un loc unde cineva cu aceeași întrebare ca a ta poate căuta un răspuns într-o conversație anterioară. + +Ține minte, libre != gratis; licența pentru sursa deschisă îți oferă libertate de folosire și modificare, dar nu angajamentul timpului altor persoane. Te rog fii respectuos și setează-ți așteptările în consecință. + +## Extindere + +O **comandă** este unitatea atomică a funcționalității WP-CLI. `wp plugin install` ([documentație](https://developer.wordpress.org/cli/commands/plugin/install/)) este o comandă. `wp plugin activate` ([documentație](https://developer.wordpress.org/cli/commands/plugin/activate/)) este alta. + +WP-CLI suportă înregistrarea oricărei clase, funcție, sau închidere apelabilă ca o comandă. Ea citește detalii de folosire din blocul PHPdoc al funcției de apel. `WP_CLI::add_command()` ([documentație](https://make.wordpress.org/cli/handbook/internal-api/wp-cli-add-command/)) este folosită și intern, și pentru înregistrarea comenzilor din terțe părți. + +```php +/** + * Șterge o opțiune din baza de date. + * + * Returnează o eroare dacă opțiunea nu există. + * + * ## OPȚIUNI + * + * + * : Cheie pentru opțiune. + * + * ## EXEMPLE + * + * $ wp option delete my_option + * Success: Deleted 'my_option' option. + */ +$delete_option_cmd = function( $args ) { + list( $key ) = $args; + + if ( ! delete_option( $key ) ) { + WP_CLI::error( "Could not delete '$key' option. Does it exist?" ); + } else { + WP_CLI::success( "Deleted '$key' option." ); + } +}; +WP_CLI::add_command( 'option delete', $delete_option_cmd ); +``` +WP-CLI vine cu zeci de comenzi. Este mai ușor decât pare să creezi o comandă personalizată WP-CLI. Citește [cartea de bucate a comenzilor](https://make.wordpress.org/cli/handbook/commands-cookbook/) pentru a afla mai multe. Răsfoiește [documentația internă API](https://make.wordpress.org/cli/handbook/internal-api/) pentru a descoperi o varietate de funcții ajutătoare pe care le poți folosi în comanda ta personalizată WP-CLI. + +## Contribuire + +Apreciem că ai inițiativa de a contribui la WP-CLI. Datorită ție și comunității din jurul tău, acest WP-CLI este un proiect grozav. + +**Contribuirea nu este limitată doar la cod.** Te încurajăm să contribui în modul care se potrivește cel mai bine abilităților tale, scriind tutoriale, oferind un demo la meetup-ul tău local, ajutând alți utilizatori cu întrebările lor de asistență sau revizuind documentația. + +Citește prin [ghidul de contribuire din manual](https://make.wordpress.org/cli/handbook/contributing/) pentru o introducere detaliată a modului în care te poți implica. Urmând aceste instrucțiuni te ajută să comunici că respecți timpul altor contribuitori în proiect. La rândul lor, ei vor face tot ce le stă în putință pentru a-ți întoarce acest respect atunci când lucrează cu tine, în zonele de fus orar și în întreaga lume. + +## Leadership + +WP-CLI are un întreținător de proiect: [schlessera](http://github.com/schlessera). + +Ocazional, noi [acordăm acces de scriere contribuitorilor](https://make.wordpress.org/cli/handbook/committers-credo/) care au demonstrat, de-a lungul unei perioade de timp, că sunt capabili și investesc în avansarea proiectului. + +Citește [documentul de guvernanță din manual](https://make.wordpress.org/cli/handbook/governance/) pentru mai multe detalii operaționale despre proiect. + +## Recunoștințe + +Pe lângă bibliotecile definite în [composer.json](composer.json), am folosit cod sau idei din următoarele proiecte: + +* [Drush](https://github.com/drush-ops/drush) pentru... o grămadă de lucruri +* [wpshell](https://code.trac.wordpress.org/browser/wpshell) pentru `wp shell` +* [Regenerează miniaturile](https://wordpress.org/plugins/regenerate-thumbnails/) pentru `wp media regenerate` +* [Caută-Înlocuiește-DB](https://github.com/interconnectit/Search-Replace-DB) pentru `wp search-replace` +* [WordPress-CLI-Exporter](https://github.com/Automattic/WordPress-CLI-Exporter) pentru `wp export` +* [WordPress-CLI-Importer](https://github.com/Automattic/WordPress-CLI-Importer) pentru `wp import` +* [wordpress-plugin-tests](https://github.com/benbalter/wordpress-plugin-tests/) pentru `wp scaffold plugin-tests` From ce47cbdd7b185b5619f6f0c90c74592c44733744 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vl=C4=83du=C8=9B=20Ilie?= Date: Fri, 17 May 2019 10:51:02 +0300 Subject: [PATCH 069/232] Romanian Translation fixes. --- ro_RO/index.md | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/ro_RO/index.md b/ro_RO/index.md index 63e337c9..e850b98c 100644 --- a/ro_RO/index.md +++ b/ro_RO/index.md @@ -21,11 +21,11 @@ WP-CLI oferă o interfață de linie de comandă pentru multe acțiuni pe care l ```bash $ wp plugin install user-switching --activate -Installing Comutare utilizatori (1.5.0) -Descarc pachetul de instalare de la https://downloads.wordpress.org/plugin/user-switching.1.5.0.zip... -Despachetez pachetul... -Instalez modulul... -Modulul a fost instalat cu succes. +Installing User Switching (1.0.9) +Downloading installation package from https://downloads.wordpress.org/plugin/user-switching.1.0.9.zip... +Unpacking the package... +Installing the plugin... +Plugin installed successfully. Activating 'user-switching'... Plugin 'user-switching' activated. Success: Installed 1 of 1 plugins. @@ -145,31 +145,32 @@ WP-CLI suportă înregistrarea oricărei clase, funcție, sau închidere apelabi ```php /** - * Șterge o opțiune din baza de date. + * Delete an option from the database. * - * Returnează o eroare dacă opțiunea nu există. + * Returns an error if the option didn't exist. * - * ## OPȚIUNI + * ## OPTIONS * * - * : Cheie pentru opțiune. + * : Key for the option. * - * ## EXEMPLE + * ## EXAMPLES * * $ wp option delete my_option * Success: Deleted 'my_option' option. */ $delete_option_cmd = function( $args ) { - list( $key ) = $args; + list( $key ) = $args; - if ( ! delete_option( $key ) ) { - WP_CLI::error( "Could not delete '$key' option. Does it exist?" ); - } else { - WP_CLI::success( "Deleted '$key' option." ); - } + if ( ! delete_option( $key ) ) { + WP_CLI::error( "Could not delete '$key' option. Does it exist?" ); + } else { + WP_CLI::success( "Deleted '$key' option." ); + } }; WP_CLI::add_command( 'option delete', $delete_option_cmd ); ``` + WP-CLI vine cu zeci de comenzi. Este mai ușor decât pare să creezi o comandă personalizată WP-CLI. Citește [cartea de bucate a comenzilor](https://make.wordpress.org/cli/handbook/commands-cookbook/) pentru a afla mai multe. Răsfoiește [documentația internă API](https://make.wordpress.org/cli/handbook/internal-api/) pentru a descoperi o varietate de funcții ajutătoare pe care le poți folosi în comanda ta personalizată WP-CLI. ## Contribuire From 341ad3dfa8806d546579f6e3fa583c6cab2377ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vl=C4=83du=C8=9B=20Ilie?= Date: Wed, 29 May 2019 14:08:20 +0300 Subject: [PATCH 070/232] Update _config.yml Change language label. Thanks! Co-Authored-By: Alain Schlesser --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index eebc5e0f..d49a79a4 100644 --- a/_config.yml +++ b/_config.yml @@ -58,6 +58,6 @@ languages: - label: Español iso-alpha2: es path: /es/ -- label: română +- label: Română iso-alpha2: ro_RO path: /ro/ From e9c363609419d371d52b9666b9e977374adb7ab2 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Tue, 25 Jun 2019 19:06:16 +0200 Subject: [PATCH 071/232] Move romanian translation into the right folder --- {ro_RO => ro}/index.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ro_RO => ro}/index.md (100%) diff --git a/ro_RO/index.md b/ro/index.md similarity index 100% rename from ro_RO/index.md rename to ro/index.md From de467f2ebf9de2d03f8c4ba196c5f53821dc8691 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Tue, 25 Jun 2019 19:08:05 +0200 Subject: [PATCH 072/232] Correct the ISO alpha2 value for romanian translation --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index d49a79a4..0368556b 100644 --- a/_config.yml +++ b/_config.yml @@ -59,5 +59,5 @@ languages: iso-alpha2: es path: /es/ - label: Română - iso-alpha2: ro_RO + iso-alpha2: ro path: /ro/ From 38acf1ff59e8b611b038bacf2319ba9e5e9954c2 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Thu, 27 Jun 2019 16:52:56 +0200 Subject: [PATCH 073/232] Add Pantheon Logo --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 2ab1f836..9c9e7c60 100644 --- a/index.md +++ b/index.md @@ -7,7 +7,7 @@ title: Command line interface for WordPress Ongoing maintenance is made possible by: - + The current stable release is [version 2.2.0](https://make.wordpress.org/cli/2019/04/25/wp-cli-v2-2-0-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. From d13c8e4911190a610c528e066277f155e7c8a8b2 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Thu, 27 Jun 2019 16:56:05 +0200 Subject: [PATCH 074/232] Update Siteground logo The design was tweaked, so we need to update the logo file. --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 9c9e7c60..17cda459 100644 --- a/index.md +++ b/index.md @@ -7,7 +7,7 @@ title: Command line interface for WordPress Ongoing maintenance is made possible by: - + The current stable release is [version 2.2.0](https://make.wordpress.org/cli/2019/04/25/wp-cli-v2-2-0-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. From f9111d253fe566741267041cf9447b64d286a6a9 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Thu, 27 Jun 2019 17:05:31 +0200 Subject: [PATCH 075/232] Refresh Pantheon logo --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 17cda459..ae1035d6 100644 --- a/index.md +++ b/index.md @@ -7,7 +7,7 @@ title: Command line interface for WordPress Ongoing maintenance is made possible by: - + The current stable release is [version 2.2.0](https://make.wordpress.org/cli/2019/04/25/wp-cli-v2-2-0-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. From b6e2494864deda8b01c5518a37960e9f9691e741 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Thu, 27 Jun 2019 17:07:04 +0200 Subject: [PATCH 076/232] Reposition Pantheon logo --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index ae1035d6..dccc784a 100644 --- a/index.md +++ b/index.md @@ -7,7 +7,7 @@ title: Command line interface for WordPress Ongoing maintenance is made possible by: - + The current stable release is [version 2.2.0](https://make.wordpress.org/cli/2019/04/25/wp-cli-v2-2-0-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. From a074a6bde229e43f0ca66095ce824500aab08448 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Thu, 27 Jun 2019 17:11:41 +0200 Subject: [PATCH 077/232] Another try to get a transparent background for the Pantheon logo --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index dccc784a..802b3041 100644 --- a/index.md +++ b/index.md @@ -7,7 +7,7 @@ title: Command line interface for WordPress Ongoing maintenance is made possible by: - + The current stable release is [version 2.2.0](https://make.wordpress.org/cli/2019/04/25/wp-cli-v2-2-0-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. From 4a0b5a8af2f236ce2af236f2b8e5122286d06cb4 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Fri, 28 Jun 2019 18:01:45 +0200 Subject: [PATCH 078/232] Update link to sponsors post --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 802b3041..e7e9d7db 100644 --- a/index.md +++ b/index.md @@ -5,7 +5,7 @@ title: Command line interface for WordPress [WP-CLI](https://wp-cli.org/) is the command-line interface for [WordPress](https://wordpress.org/). You can update plugins, configure multisite installations and much more, without using a web browser. -Ongoing maintenance is made possible by: +Ongoing maintenance is made possible by: From 5a22abfd8b608fc22893c948b2b9ba378c857f48 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Wed, 14 Aug 2019 02:31:39 +0200 Subject: [PATCH 079/232] Update to v2.3.0 --- index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index e7e9d7db..7e9f5d76 100644 --- a/index.md +++ b/index.md @@ -9,7 +9,7 @@ Ongoing maintenance is -The current stable release is [version 2.2.0](https://make.wordpress.org/cli/2019/04/25/wp-cli-v2-2-0-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. +The current stable release is [version 2.3.0](https://make.wordpress.org/cli/2019/08/14/wp-cli-v2-3-0-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. [![Build Status](https://travis-ci.org/wp-cli/wp-cli.svg?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![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") @@ -85,7 +85,7 @@ WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: /home/wp-cli/.wp-cli/config.yml WP-CLI project config: -WP-CLI version: 2.1.0 +WP-CLI version: 2.3.0 ``` ### Updating From 3924c756bc298755865ac1490aad99ac483f2adf Mon Sep 17 00:00:00 2001 From: tecking Date: Wed, 14 Aug 2019 11:00:05 +0900 Subject: [PATCH 080/232] update ja/index.md --- ja/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ja/index.md b/ja/index.md index 90df758e..153b8b1c 100644 --- a/ja/index.md +++ b/ja/index.md @@ -6,11 +6,11 @@ title: Command line interface for WordPress [WP-CLI](https://wp-cli.org/) は [WordPress](https://wordpress.org/) を管理するためのコマンドラインインターフェースです。 プラグインのアップデートやマルチサイトのセットアップなどの多くのことをブラウザ無しで行うことができます。 -現在のメンテナンスは、以下の企業のサポートにより支えられています。 +現在のメンテナンスは、以下の企業のサポートにより支えられています。 - + -現在の最新バージョンは [2.2.0](https://make.wordpress.org/cli/2019/04/25/wp-cli-v2-2-0-release-notes/) です。 最新情報を得たい人は、[@wpcli on Twitter](https://twitter.com/wpcli) をフォローするか、[メーリングリストにサインアップ](https://make.wordpress.org/cli/subscribe/)してください。[ロードマップ](https://make.wordpress.org/cli/handbook/roadmap/)で、今後のリリースの予定をしることができます。 +現在の最新バージョンは [2.3.0](https://make.wordpress.org/cli/2019/08/14/wp-cli-v2-3-0-release-notes/) です。 最新情報を得たい人は、[@wpcli on Twitter](https://twitter.com/wpcli) をフォローするか、[メーリングリストにサインアップ](https://make.wordpress.org/cli/subscribe/)してください。[ロードマップ](https://make.wordpress.org/cli/handbook/roadmap/)で、今後のリリースの予定を知ることができます。 [![Build Status](https://travis-ci.org/wp-cli/wp-cli.svg?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![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") @@ -87,7 +87,7 @@ WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: /home/wp-cli/.wp-cli/config.yml WP-CLI project config: -WP-CLI version: 2.1.0 +WP-CLI version: 2.3.0 ``` ## アップデート From 3ff75212beebcb5be3408072a1f21fa7262486c6 Mon Sep 17 00:00:00 2001 From: Maxime Jobin Date: Wed, 14 Aug 2019 14:26:09 -0400 Subject: [PATCH 081/232] Make all links that can/should be HTTPS be HTTPS (fix "mixed content") --- fr/index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/fr/index.md b/fr/index.md index 038c525e..bf73be3f 100644 --- a/fr/index.md +++ b/fr/index.md @@ -5,9 +5,9 @@ title: Interface en ligne de commande pour WordPress [WP-CLI](https://wp-cli.org/fr) est un ensemble d'outils en ligne de commande pour gérer vos installations [WordPress](https://fr.wordpress.org/). Vous pouvez mettre à jour les extensions, configurer des installations multi-site et beaucoup plus sans avoir recours à un navigateur web. -Pour rester à jour, suivez [@wpcli sur Twitter](https://twitter.com/wpcli) ou [inscrivez-vous à notre lettre d'information par email](http://wp-cli.us13.list-manage.com/subscribe?u=0615e4d18f213891fc000adfd&id=8c61d7641e). +Pour rester à jour, suivez [@wpcli sur Twitter](https://twitter.com/wpcli) ou [inscrivez-vous à notre lettre d'information par email](https://wp-cli.us13.list-manage.com/subscribe?u=0615e4d18f213891fc000adfd&id=8c61d7641e). -[![Statut du build](https://travis-ci.org/wp-cli/wp-cli.png?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![Temps moyen pour traiter un ticket](http://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Temps moyen pour traiter un ticket") [![Pourcentage de tickets encore ouverts](http://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Pourcentage de tickets encore ouverts") +[![Statut du build](https://travis-ci.org/wp-cli/wp-cli.png?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![Temps moyen pour traiter un ticket](https://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Temps moyen pour traiter un ticket") [![Pourcentage de tickets encore ouverts](https://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Pourcentage de tickets encore ouverts") Liens rapides: [Utilisation](#utilisation) | [Installation](#installation) | [Soutien](#soutien) | [Étendre](#étendre) | [Contribuer](#contribuer) | [Crédits](#crédits) @@ -115,7 +115,7 @@ Les mainteneurs de WP-CLI et les contributeurs du projet font de leur mieux pour - [Bonnes pratiques pour soumettre un rapport de bug (en)](https://make.wordpress.org/cli/handbook/bug-reports/) - [Documentation (en)](https://make.wordpress.org/cli/handbook/) - [Tickets ouvert ou fermés sur Github](https://github.com/wp-cli/wp-cli/issues?utf8=%E2%9C%93&q=is%3Aissue) -- [Forum StackExchange WordPress](http://wordpress.stackexchange.com/questions/tagged/wp-cli) +- [Forum StackExchange WordPress](https://wordpress.stackexchange.com/questions/tagged/wp-cli) Si vous n'arrivez pas à trouver une réponse en utilisant un de ces liens : @@ -176,7 +176,7 @@ Merci de prendre un moment pour [lire le guide du contributeur en profondeur](ht ## Leadership -WP-CLI est dirigé et maintenu par : [schlessera](http://github.com/schlessera). +WP-CLI est dirigé et maintenu par : [schlessera](https://github.com/schlessera). À l'occasion, il arrive que certains [contributeurs reçoivent des accès plus permissifs](https://make.wordpress.org/cli/handbook/committers-credo/) après avoir démontré leurs capacités et leur temps investis dans le projet. @@ -187,8 +187,8 @@ Pour en savoir plus sur la [gouvernance (en)](https://make.wordpress.org/cli/han Derrière les librairies définies dans le fichier [composer.json](composer.json), nous avons utilisé du code et des idées venant des projets suivants : * [Drush](http://drush.ws/) pour... pas mal de choses -* [wpshell](http://code.trac.wordpress.org/browser/wpshell) pour `wp shell` -* [Regenerate Thumbnails](http://wordpress.org/plugins/regenerate-thumbnails/) pour `wp media regenerate` +* [wpshell](https://code.trac.wordpress.org/browser/wpshell) pour `wp shell` +* [Regenerate Thumbnails](https://wordpress.org/plugins/regenerate-thumbnails/) pour `wp media regenerate` * [Search-Replace-DB](https://github.com/interconnectit/Search-Replace-DB) pour `wp search-replace` * [WordPress-CLI-Exporter](https://github.com/Automattic/WordPress-CLI-Exporter) pour `wp export` * [WordPress-CLI-Importer](https://github.com/Automattic/WordPress-CLI-Importer) pour `wp import` From 64f372bc421ce2751911d5a11f8184e2883d474c Mon Sep 17 00:00:00 2001 From: Maxime Jobin Date: Wed, 14 Aug 2019 14:29:33 -0400 Subject: [PATCH 082/232] Change link to subscribe to email updates. --- fr/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fr/index.md b/fr/index.md index bf73be3f..4dfaf446 100644 --- a/fr/index.md +++ b/fr/index.md @@ -5,7 +5,7 @@ title: Interface en ligne de commande pour WordPress [WP-CLI](https://wp-cli.org/fr) est un ensemble d'outils en ligne de commande pour gérer vos installations [WordPress](https://fr.wordpress.org/). Vous pouvez mettre à jour les extensions, configurer des installations multi-site et beaucoup plus sans avoir recours à un navigateur web. -Pour rester à jour, suivez [@wpcli sur Twitter](https://twitter.com/wpcli) ou [inscrivez-vous à notre lettre d'information par email](https://wp-cli.us13.list-manage.com/subscribe?u=0615e4d18f213891fc000adfd&id=8c61d7641e). +Pour rester à jour, suivez [@wpcli sur Twitter](https://twitter.com/wpcli) ou [inscrivez-vous à notre lettre d'information par email](https://make.wordpress.org/cli/subscribe/). [![Statut du build](https://travis-ci.org/wp-cli/wp-cli.png?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![Temps moyen pour traiter un ticket](https://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Temps moyen pour traiter un ticket") [![Pourcentage de tickets encore ouverts](https://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Pourcentage de tickets encore ouverts") From 9ec79d18ad48ae8d5d14440ae6680e319271a150 Mon Sep 17 00:00:00 2001 From: Maxime Jobin Date: Wed, 14 Aug 2019 14:32:40 -0400 Subject: [PATCH 083/232] Add sponsors to the page --- fr/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fr/index.md b/fr/index.md index 4dfaf446..e444378c 100644 --- a/fr/index.md +++ b/fr/index.md @@ -5,6 +5,10 @@ title: Interface en ligne de commande pour WordPress [WP-CLI](https://wp-cli.org/fr) est un ensemble d'outils en ligne de commande pour gérer vos installations [WordPress](https://fr.wordpress.org/). Vous pouvez mettre à jour les extensions, configurer des installations multi-site et beaucoup plus sans avoir recours à un navigateur web. +L'entretien continu de ce projet est possible grâce à : + + + Pour rester à jour, suivez [@wpcli sur Twitter](https://twitter.com/wpcli) ou [inscrivez-vous à notre lettre d'information par email](https://make.wordpress.org/cli/subscribe/). [![Statut du build](https://travis-ci.org/wp-cli/wp-cli.png?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![Temps moyen pour traiter un ticket](https://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Temps moyen pour traiter un ticket") [![Pourcentage de tickets encore ouverts](https://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Pourcentage de tickets encore ouverts") From 85e4f3fa5075d71f1aaeab709a369aa9772dba92 Mon Sep 17 00:00:00 2001 From: Maxime Jobin Date: Wed, 14 Aug 2019 14:43:55 -0400 Subject: [PATCH 084/232] Change version to 2.3.0 --- fr/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fr/index.md b/fr/index.md index e444378c..23f26e24 100644 --- a/fr/index.md +++ b/fr/index.md @@ -84,7 +84,7 @@ WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: /home/wp-cli/.wp-cli/config.yml WP-CLI project config: -WP-CLI version: 2.1.0 +WP-CLI version: 2.3.0 ``` ### Mise à jour From 5362418ca16de54c5bd50bc47d541caca6c7a3fe Mon Sep 17 00:00:00 2001 From: mustafauysal Date: Tue, 20 Aug 2019 02:14:16 +0300 Subject: [PATCH 085/232] Update Turkish translation --- tr/index.md | 119 +++++++++++++++++++++++++++------------------------- 1 file changed, 61 insertions(+), 58 deletions(-) diff --git a/tr/index.md b/tr/index.md index 84d1b261..d4617995 100644 --- a/tr/index.md +++ b/tr/index.md @@ -3,35 +3,38 @@ layout: default title: WordPress için Komut Satırı Arayüzü --- -[WP-CLI](https://wp-cli.org/) [WordPress](https://wordpress.org/) kurulumlarını yönetmek için komutlar sunan bir komut satırı aracıdır. Eklenti güncellemesi, multisite kurulumların yapılandırılması ve daha birçok şeyi web tarayıcısına ihtiyaç duymadan gerçekleştirebilirsiniz. +[WP-CLI](https://wp-cli.org/), [WordPress](https://wordpress.org/) için komut satırı arayüzüdür. Eklenti güncellemesi, multisite kurulumların yapılandırılması ve daha birçok şeyi web tarayıcısına ihtiyaç duymadan gerçekleştirebilirsiniz. +Süregelen bakım, aşağıdakiler sayesinde: -Güncel kalmak için [@wpcli Twitter](https://twitter.com/wpcli) hesabını takip edebilir ya da [eposta bültenine abone olabilirsiniz](http://wp-cli.us13.list-manage.com/subscribe?u=0615e4d18f213891fc000adfd&id=8c61d7641e). + +Mevcut kararlı sürüm [version 2.3.0](https://make.wordpress.org/cli/2019/08/14/wp-cli-v2-3-0-release-notes/). Duyurular için [@wpcli Twitter](https://twitter.com/wpcli) hesabını takip edebilir ya da [eposta bültenine abone olabilirsiniz](https://make.wordpress.org/cli/subscribe/). Gelecek sürüm planına genel bir bakış için [yol haritasına göz atın](https://make.wordpress.org/cli/handbook/roadmap/). -[![Build Status](https://travis-ci.org/wp-cli/wp-cli.png?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Average time to resolve an issue") [![Percentage of issues still open](http://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Percentage of issues still open") +[![Build Status](https://travis-ci.org/wp-cli/wp-cli.svg?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![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") -Bağlantılar: [Kullanım](#kullanm) | [Kurulum](#kurulum) | [Destek](#destek) | [Genişletmek](#geniletmek) | [Katkıda Bulunmak](#katkda-bulunmak) | [Katkıda Bulunanlar](#katkda-bulunanlar) +Bağlantılar: [Kullanım](#kullanm) | [Kurulum](#kurulum) | [Destek](#destek) | [Genişletmek](#geniletmek) | [Katkıda Bulunmak](#katkda-bulunmak) | [Jenerik](#jenerik) ## Kullanım -WP-CLI, WordPress yönetim panelinden gerçekleştirebileceğiniz tüm işlemler için komut-satırı arabirimi sunmayı amaçlar. Örneğin `wp plugin install --activate` ([belge](https://wp-cli.org/commands/plugin/install/)) bir WordPress eklentisini kurmanızı ve aktifleştirmenizi sağlar: +WP-CLI, WordPress yönetim panelinden gerçekleştirebileceğiniz çoğu işlem için komut-satırı arabirimi sunar. Örneğin `wp plugin install --activate` ([belge](https://developer.wordpress.org/cli/commands/plugin/install/)) bir WordPress eklentisini kurmanızı ve aktifleştirmenizi sağlar: ```bash -$ wp plugin install rest-api --activate -Installing WordPress REST API (Version 2) (2.0-beta13) -Downloading install package from https://downloads.wordpress.org/plugin/rest-api.2.0-beta13.zip... +$ wp plugin install user-switching --activate +Installing User Switching (1.0.9) +Downloading installation package from https://downloads.wordpress.org/plugin/user-switching.1.0.9.zip... Unpacking the package... Installing the plugin... Plugin installed successfully. -Activating 'rest-api'... -Success: Plugin 'rest-api' activated. +Activating 'user-switching'... +Plugin 'user-switching' activated. +Success: Installed 1 of 1 plugins. ``` -WP-CLI ayrıca WordPress yönetim panelinden gerçekleştiremeyeceğiniz komutları da barındırır. Örneğin, `wp transient delete --all` ([belge](https://wp-cli.org/commands/transient/delete/)) bir veya daha fazla transient'i silmenizi sağlar: +WP-CLI ayrıca WordPress yönetim panelinden gerçekleştiremeyeceğiniz komutları da barındırır. Örneğin, `wp transient delete --all` ([belge](https://developer.wordpress.org/cli/commands/transient/delete/)) bir veya daha fazla transient'i silmenizi sağlar: ```bash @@ -39,67 +42,69 @@ $ wp transient delete --all Success: 34 transients deleted from the database. ``` -WP-CLI kullanımı hakkında detaylı bilgi için, [Hızlı Giriş belgesini](https://wp-cli.org/docs/quick-start/) okuyun. - -Temel şeyleri zaten biliyorum diyorsanız, direkt [komutlara](https://wp-cli.org/commands/) dalıp tema ve eklenti yönetimi, veri aktarımı, veritabanı bul-değiştir işlemi ve dahası hakkında detaylı bilgiye ulaşabilirsiniz. +WP-CLI kullanımı hakkında daha detaylı bilgi için, [Hızlı Giriş belgesini](https://make.wordpress.org/cli/handbook/quick-start/) okuyun. Veya [shell friends](https://make.wordpress.org/cli/handbook/shell-friends/) belgesini okuyarak yararlı komut satırı yardımcı programları hakkında bilgi edinin. +Temel şeyleri zaten biliyorum diyorsanız, direkt [komutlara](https://developer.wordpress.org/cli/commands/) dalıp tema ve eklenti yönetimi, veri aktarımı, veritabanı bul-değiştir işlemi ve dahası hakkında detaylı bilgiye ulaşabilirsiniz. ## Kurulum -Phar dosyasını indirerek kurmanızı öneririz. İhtiyacınız olursa, [alternatif kurulum yöntemlerine](https://wp-cli.org/docs/installing/) kurulum dökümanından ulaşabilirsiniz. +Çoğu kullanıcı için Phar dosyasını indirerek kurmalarını öneririz. Ayrıca, ihtiyacınız olursa [alternatif kurulum yöntemlerine](https://make.wordpress.org/cli/handbook/installing/) kurulum dökümanından ulaşabilirsiniz. ([Composer](https://make.wordpress.org/cli/handbook/installing/#installing-via-composer), [Homebrew](https://make.wordpress.org/cli/handbook/installing/#installing-via-homebrew), [Docker](https://make.wordpress.org/cli/handbook/installing/#installing-via-docker)). Lütfen WP-CLI'i kurmadan önce minimum ortam gereksinimlerin karşılandığından emin olunuz: - UNIX-benzeri işletim sistemi (OS X, Linux, FreeBSD, Cygwin); Windows kısıtlı desteklenir -- PHP 5.3.29 veya daha üst sürüm -- WordPress 3.7 veya daha üst sürüm +- PHP 5.4 veya sonrası +- WordPress 3.7 veya daha üst sürüm. Son WordPress sürümden eski sürümler daha az işlevsellik sunabilir -Gerensinimleri karşıladıktan sonra, [wp-cli.phar](https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) dosyasını `wget` veya `curl` ile indirin: +Gerensinimleri karşıladıktan sonra, [wp-cli.phar](https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) dosyasını `wget` veya `curl` ile indirin: ```bash -$ curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar +curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar ``` Sonra, çalışıp çalışmadığını kontrol edin: ```bash -$ php wp-cli.phar --info +php wp-cli.phar --info ``` WP-CLI'e komut satırından `wp` yazarak erişebilmek için dosyayı çalıştırılabilir hale getirin ve PATH'de tanımlı olan bir yere taşıyın. Örneğin: ```bash -$ chmod +x wp-cli.phar -$ sudo mv wp-cli.phar /usr/local/bin/wp +chmod +x wp-cli.phar +sudo mv wp-cli.phar /usr/local/bin/wp ``` Eğer kurulum başarılı bir şekilde tamamlandıysa, `wp --info` komutunu çalıştırdığınızda buna benzer birşey göreceksiniz: ```bash $ wp --info -PHP binary: /usr/bin/php5 -PHP version: 5.5.9-1ubuntu4.14 -php.ini used: /etc/php5/cli/php.ini -WP-CLI root dir: /home/wp-cli/.wp-cli +OS: Darwin 16.7.0 Darwin Kernel Version 16.7.0: Thu Jan 11 22:59:40 PST 2018; root:xnu-3789.73.8~1/RELEASE_X86_64 x86_64 +Shell: /bin/zsh +PHP binary: /usr/local/bin/php +PHP version: 7.0.22 +php.ini used: /etc/local/etc/php/7.0/php.ini +WP-CLI root dir: /home/wp-cli/.wp-cli/vendor/wp-cli/wp-cli +WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: /home/wp-cli/.wp-cli/config.yml WP-CLI project config: -WP-CLI version: 0.25.0 +WP-CLI version: 2.3.0 ``` ### Güncelleme -WP-CLI'i `wp cli update` komutu ([belge](https://wp-cli.org/commands/cli/update/)) ile veya kurulum adımlarını tekrarlayarak güncelleyebilirsiniz. +WP-CLI'i `wp cli update` komutu ([belge](https://developer.wordpress.org/cli/commands/cli/update/)) ile veya kurulum adımlarını tekrarlayarak güncelleyebilirsiniz. + +Eğer WP-CLI, root veya başka bir sistem kullanıcısı tarafından sahiplenildiyse `sudo wp cli update` çalıştırmanız gerekecektir. Sınırda yaşamayı seviyor musunuz? `wp cli update --nightly` komutu ile nightly build sürümüne güncelleyebilirsiniz. Geliştirme ortamınız için nightly build sürümler daha çok yada az stabil olabilir ve her zaman en son ve yeni WP-CLI özelliklerini içerir. ### Sekme tamamlama -WP-CLI ayrıca, Bash ve ZSH için sekme tamamlama scripti sunar. Yapmanız gereken sadece [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/master/utils/wp-completion.bash) dosyasını indirmek ve kaynak olarak `~/.bash_profile` dosyanıza tanımlamak: - - +WP-CLI ayrıca, Bash ve ZSH için sekme tamamlama scripti sunar. Yapmanız gereken sadece [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v1.5.1/utils/wp-completion.bash) dosyasını indirmek ve kaynak olarak `~/.bash_profile` dosyanıza tanımlamak: ```bash source /FULL/PATH/TO/wp-completion.bash @@ -115,35 +120,36 @@ bashcompinit source /FULL/PATH/TO/wp-completion.bash ``` - - ## Destek -WP-CLI bakımcıları ve katılımcıları tüm yeni gelen soruları cevaplamak için ellerinden geleni yapmaktadır. Onların zamanını verimli kullanmak adına, lütfen öncelikle sorunuzun cevabını aşağıdaki kaynaklarda arayın: +WP-CLI'nin bakımcıları ve katılımcıları genel destek soruları için sınırlı müsaitliğe sahiptir. [Mevcut WP-CLI sürümu](https://make.wordpress.org/cli/handbook/roadmap/) resmi olarak desteklenen tek sürümdür. +Lütfen desteğe ihtiyacınız olduğünda, öncelikle sorunuzu aşağıdaki kaynaklarda arayın: -- [Ortak sorunlar ve çözümleri](https://wp-cli.org/docs/common-issues/) -- [Dökümantasyon](https://wp-cli.org/docs/) -- [Github üzerindeki açık veya kapalı konular](https://github.com/wp-cli/wp-cli/issues?utf8=%E2%9C%93&q=is%3Aissue) -- [runcommand Excerpts](https://runcommand.io/excerpts/) -- [WordPress StackExchange forumları](http://wordpress.stackexchange.com/questions/tagged/wp-cli) +* [Ortak sorunlar ve çözümleri](https://make.wordpress.org/cli/handbook/common-issues/) +* [WP-CLI el kitabı](https://make.wordpress.org/cli/handbook/) +* [GitHub organizasyonu üzerindeki açık veya kapalı konular](https://github.com/issues?utf8=%E2%9C%93&q=sort%3Aupdated-desc+org%3Awp-cli+is%3Aissue) +* ['WP-CLI' ile etiketlenmiş WordPress.org destek forumları](https://wordpress.org/support/topic-tag/wp-cli/) +* ['WP-CLI' ile etiketlenmiş WordPress StackExchange soruları](https://wordpress.stackexchange.com/questions/tagged/wp-cli) -Eğer bu kaynaklarda sorularınıza cevap bulamazsanız, [WordPress.org Slack organizasyonu](https://make.wordpress.org/chat/) üzerinden `#cli` kanalına katılın, topluluk üyelerinden birisi yardımcı olabilir. Profesyonel kullanıcılar, premium destek için ayrıca [runcommand](https://runcommand.io/) 'ı düşünebilirler. +Eğer bu kaynaklarda sorularınıza cevap bulamazsanız: -Github konuları mevcut komutlar için yenilik ve hata takibi icin kullanılmaktadır, genel destek için değildir. Hata bildirimi göndermeden önce, sorununuz zamanında ele alınması için lütfen [hata bildirimi yöntemini](ttps://wp-cli.org/docs/bug-reports/) gözden geçirin. +* [WordPress.org Slack](https://make.wordpress.org/chat/) üzerinden `#cli` kanalında müsait olanlarla sohbet edebilirsiniz. Hızlı sorular için en iyi seçenektir. +* WordPress.org destek forumlarında [yeni bir konu](https://wordpress.org/support/forum/wp-advanced/#new-post) açıp, 'WP-CLI' etiketi ekleyin, böylece topluluk tarafından görülür. -Lütfen Twitter üzerinden destek soruları sormayın. Twitter destek için iyi bir yer değildir çünkü: 1) Yazışmaları 140 karakterin altında tutmak zor, ve 2) Twitter sizinle aynı soruna sahip birisinin önceki cevabı arayarak bulabileceği bir yer değil. +Github konuları mevcut komutlar için yenilik ve hata takibi icin kullanılmaktadır, genel destek için değildir. Hata bildirimi göndermeden önce, sorununuz zamanında ele alınması için lütfen [hata bildirimi yöntemini](https://make.wordpress.org/cli/handbook/bug-reports/) gözden geçirin. +Lütfen Twitter üzerinden destek soruları sormayın. Twitter destek için iyi bir yer değildir, çünkü: 1) Yazışmaları 280 karakterin altında tutmak zor, ve 2) Twitter sizinle aynı soruna sahip birisinin önceki cevabı arayarak bulabileceği bir yer değil. -Unutmayın, özgür != ücretsiz; açık kaynak lisansı size özgürce kullanma ve değiştirme hakkı verir, başkalarının zamanını değil. Lütfen buna saygı duyun ve beklentilerinizi buna göre ayarlayın. +Unutmayın, özgür != ücretsiz; açık kaynak lisansı size özgürce kullanma ve değiştirme hakkı verir, başkalarının zamanını değil. Lütfen buna saygı duyun ve beklentilerinizi buna göre ayarlayın. ## Genişletmek -**Komutlar** WP-CLI'nin atomik birimleridir. `wp plugin install` ([belge](https://wp-cli.org/commands/plugin/install/)) bir komuttur. `wp plugin activate` ([belge](https://wp-cli.org/commands/plugin/activate/)) başka bir komuttur. +Bir **Komut** WP-CLI'nin atomik birimidir. `wp plugin install` ([belge](https://developer.wordpress.org/cli/commands/plugin/install/)) bir komuttur. `wp plugin activate` ([belge](https://developer.wordpress.org/cli/commands/plugin/activate/)) başka bir komuttur. -WP-CLI çağrılabilen herhangi bir sınıfı, fonksiyonu yada anonim fonksiyonu komut olarak kaydetmeyi destekler. Kullanım detaylarını callback'in PHP dökümanından (PHPdoc) okur. `WP_CLI::add_command()` ([belge](https://wp-cli.org/docs/internal-api/wp-cli-add-command/)) dahili ve üçüncü-parti komutların kaydedilmesi için kullanılmaktadır. +WP-CLI çağrılabilen herhangi bir sınıfı, fonksiyonu yada anonim fonksiyonu komut olarak kaydetmeyi destekler. Kullanım detaylarını callback'in PHP dökümanından (PHPdoc) okur. `WP_CLI::add_command()` ([belge](https://make.wordpress.org/cli/handbook/internal-api/wp-cli-add-command/)) dahili ve üçüncü-parti komutların kaydedilmesi için kullanılmaktadır. ```php /** @@ -174,38 +180,35 @@ WP_CLI::add_command( 'option delete', $delete_option_cmd ); ``` -WP-CLI onlarca komutla hazır olarak gelir. Özel bir WP-CLI komutu oluşturmak görünenden daha kolaydir. Detaylar için [komutlar belgesine](https://wp-cli.org/docs/commands-cookbook/) bakabilirsiniz. [Dahili API dökümantasyonunu](https://wp-cli.org/docs/internal-api/) gözden geçirerek kendi WP-CLI komutunuzda kullanabileceğiniz faydalı foksyionları keşfedebilirsiniz. +WP-CLI onlarca komutla hazır olarak gelir. Özel bir WP-CLI komutu oluşturmak görünenden daha kolaydir. Detaylar için [komutlar tarif kitabına](https://make.wordpress.org/cli/handbook/commands-cookbook/) bakabilirsiniz. [Dahili API dökümantasyonunu](https://make.wordpress.org/cli/handbook/internal-api/) gözden geçirerek kendi WP-CLI komutunuzda kullanabileceğiniz faydalı foksyionları keşfedebilirsiniz. ## Katkıda Bulunmak -Hoşgeldiniz ve teşekkürler! - WP-CLI'e katkıda bulunmak istediğiniz için teşekkür ederiz. WP-CLI siz ve sizin gibi topluluk üyeleri sayesinde bu kadar büyük bir proje olmayı başarabildi. -**Katkıda bulunmak sadece kod yazmakla sınırlı değildir.** kendinize yeteneklerinize uygun olacak şekilde; tanıtım yazıları yazarak, yerel etkinliklerde demo göstererek, başkalarının sorunlarına yardımcı olarak veya dökümantasyonumuzu gözden geçirerek katkıda bulunabilirsiniz. +**Katkıda bulunmak sadece kod yazmakla sınırlı değildir.** Kendi yeteneklerinize uygun olacak şekilde; tanıtım yazıları yazarak, yerel etkinliklerde demo göstererek, başkalarının sorunlarına yardımcı olarak veya dökümantasyonumuzu gözden geçirerek katkıda bulunabilirsiniz. Lütfen bir dakikanızı ayırıp [dökümanı detaylıca okuyun](https://wp-cli.org/docs/contributing/). Bunları takip ederek, katkıda bulunan diğer katılımcıların ayırdığı zamana saygı gösteriniz. Buna karşılık, onlar da aynı saygıyı sizinle çalışırken göstereceklerdir (zaman farkı gözetmeksizin, dünya genelinde). +Nasıl katılacağınıza dair kapsamlı bir giriş için [el kitabındaki katkı kurallarını](https://make.wordpress.org/cli/handbook/contributing/) okuyun. Bu kurallara uymak, projeye katkıda bulunan diğer üyelerin zamanına saygı duyduğunuzu bildirmenize yardımcı olur. Buna karşılık, onlar da bu saygıya karşılık vermek için ellerinden geleni zaman farkı gözetmeksizin, dünya genelinde yapacaktır. ## Yönetim -WP-CLI bu kişiler tarafından yönetiliyor: -* [Daniel Bachhuber](https://github.com/danielbachhuber/) - şimdiki bakımcı -* [Cristi Burcă](https://github.com/scribu) - eski bakımcı -* [Andreas Creten](https://github.com/andreascreten) - kurucu +WP-CLI'nın bir proje sorumlusu vardır: [schlessera](http://github.com/schlessera). +Zaman zaman, belli bir süre için yetenekli olduklarını kanıtlamış ve projeyi ileriye taşıyabilecek katılımcılara [yazma izni veriyoruz](https://make.wordpress.org/cli/handbook/committers-credo/). -Projenin [yönetimi](https://wp-cli.org/docs/governance/) hakkında bilgi edinebilir ve [katkıda bulunanların tam listesini](https://github.com/wp-cli/wp-cli/contributors) görüntüleyebilirsiniz. +Proje hakkında daha operasyonel ayrıntılar için [el kitabındaki yönetim belgesini](https://make.wordpress.org/cli/handbook/governance/) okuyabilirsiniz. -## Katkıda Bulunanlar +## Jenerik [composer.json](composer.json) dosyasında tanımlanan kütüphanelerin yanında, aşağıdaki projeleri de kod veya fikir için kullandık: -* [Drush](http://drush.ws/) birçok şey içın -* [wpshell](http://code.trac.wordpress.org/browser/wpshell) `wp shell` komutu için -* [Regenerate Thumbnails](http://wordpress.org/plugins/regenerate-thumbnails/) `wp media regenerate` komutu için +* [Drush](https://github.com/drush-ops/drush) birçok şey içın +* [wpshell](https://code.trac.wordpress.org/browser/wpshell) `wp shell` komutu için +* [Regenerate Thumbnails](https://wordpress.org/plugins/regenerate-thumbnails/) `wp media regenerate` komutu için * [Search-Replace-DB](https://github.com/interconnectit/Search-Replace-DB) `wp search-replace` komutu içın * [WordPress-CLI-Exporter](https://github.com/Automattic/WordPress-CLI-Exporter) `wp export` komutu içın * [WordPress-CLI-Importer](https://github.com/Automattic/WordPress-CLI-Importer) `wp import` komutu içın From 0c3cbbd4189a6c7552e72193b02edf9b17dce124 Mon Sep 17 00:00:00 2001 From: mustafauysal Date: Thu, 22 Aug 2019 22:35:24 +0300 Subject: [PATCH 086/232] typo fixes --- tr/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tr/index.md b/tr/index.md index d4617995..423e8b71 100644 --- a/tr/index.md +++ b/tr/index.md @@ -9,7 +9,7 @@ Süregelen bakım, -Mevcut kararlı sürüm [version 2.3.0](https://make.wordpress.org/cli/2019/08/14/wp-cli-v2-3-0-release-notes/). Duyurular için [@wpcli Twitter](https://twitter.com/wpcli) hesabını takip edebilir ya da [eposta bültenine abone olabilirsiniz](https://make.wordpress.org/cli/subscribe/). Gelecek sürüm planına genel bir bakış için [yol haritasına göz atın](https://make.wordpress.org/cli/handbook/roadmap/). +Mevcut kararlı sürüm [versiyon 2.3.0](https://make.wordpress.org/cli/2019/08/14/wp-cli-v2-3-0-release-notes/). Duyurular için [@wpcli Twitter](https://twitter.com/wpcli) hesabını takip edebilir ya da [eposta bültenine abone olabilirsiniz](https://make.wordpress.org/cli/subscribe/). Gelecek sürüm planına genel bir bakış için [yol haritasına göz atın](https://make.wordpress.org/cli/handbook/roadmap/). [![Build Status](https://travis-ci.org/wp-cli/wp-cli.svg?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![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") @@ -100,7 +100,7 @@ WP-CLI'i `wp cli update` komutu ([belge](https://developer.wordpress.org/cli/co Eğer WP-CLI, root veya başka bir sistem kullanıcısı tarafından sahiplenildiyse `sudo wp cli update` çalıştırmanız gerekecektir. -Sınırda yaşamayı seviyor musunuz? `wp cli update --nightly` komutu ile nightly build sürümüne güncelleyebilirsiniz. Geliştirme ortamınız için nightly build sürümler daha çok yada az stabil olabilir ve her zaman en son ve yeni WP-CLI özelliklerini içerir. +Sınırda yaşamayı seviyor musunuz? `wp cli update --nightly` komutu ile nightly build sürümüne güncelleyebilirsiniz. Geliştirme ortamınız için nightly build sürümler daha çok ya da az stabil olabilir ve her zaman en son ve yeni WP-CLI özelliklerini içerir. ### Sekme tamamlama @@ -149,7 +149,7 @@ Unutmayın, özgür != ücretsiz; açık kaynak lisansı size özgürce kullanma Bir **Komut** WP-CLI'nin atomik birimidir. `wp plugin install` ([belge](https://developer.wordpress.org/cli/commands/plugin/install/)) bir komuttur. `wp plugin activate` ([belge](https://developer.wordpress.org/cli/commands/plugin/activate/)) başka bir komuttur. -WP-CLI çağrılabilen herhangi bir sınıfı, fonksiyonu yada anonim fonksiyonu komut olarak kaydetmeyi destekler. Kullanım detaylarını callback'in PHP dökümanından (PHPdoc) okur. `WP_CLI::add_command()` ([belge](https://make.wordpress.org/cli/handbook/internal-api/wp-cli-add-command/)) dahili ve üçüncü-parti komutların kaydedilmesi için kullanılmaktadır. +WP-CLI çağrılabilen herhangi bir sınıfı, fonksiyonu ya da anonim fonksiyonu komut olarak kaydetmeyi destekler. Kullanım detaylarını callback'in PHP dökümanından (PHPdoc) okur. `WP_CLI::add_command()` ([belge](https://make.wordpress.org/cli/handbook/internal-api/wp-cli-add-command/)) dahili ve üçüncü-parti komutların kaydedilmesi için kullanılmaktadır. ```php /** @@ -180,7 +180,7 @@ WP_CLI::add_command( 'option delete', $delete_option_cmd ); ``` -WP-CLI onlarca komutla hazır olarak gelir. Özel bir WP-CLI komutu oluşturmak görünenden daha kolaydir. Detaylar için [komutlar tarif kitabına](https://make.wordpress.org/cli/handbook/commands-cookbook/) bakabilirsiniz. [Dahili API dökümantasyonunu](https://make.wordpress.org/cli/handbook/internal-api/) gözden geçirerek kendi WP-CLI komutunuzda kullanabileceğiniz faydalı foksyionları keşfedebilirsiniz. +WP-CLI onlarca komutla hazır olarak gelir. Özel bir WP-CLI komutu oluşturmak görünenden daha kolaydır. Detaylar için [komutlar tarif kitabına](https://make.wordpress.org/cli/handbook/commands-cookbook/) bakabilirsiniz. [Dahili API dökümantasyonunu](https://make.wordpress.org/cli/handbook/internal-api/) gözden geçirerek kendi WP-CLI komutunuzda kullanabileceğiniz faydalı fonksiyonları keşfedebilirsiniz. ## Katkıda Bulunmak From 883c721061cbd44eb0f06e44d614a19b7d879398 Mon Sep 17 00:00:00 2001 From: Felipe Elia Date: Tue, 27 Aug 2019 20:43:17 -0300 Subject: [PATCH 087/232] [pt_BR] Update to v2.3.0 + refresh sponsors --- br/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/br/index.md b/br/index.md index f82b3734..79698319 100644 --- a/br/index.md +++ b/br/index.md @@ -5,11 +5,11 @@ title: Interface para linha de comando para o WordPress [WP-CLI](https://wp-cli.org/) é a interface em linha de comando para o [WordPress](https://br.wordpress.org/). Você pode atualizar plugins, configurar instalações multisite e muito mais, sem utilizar um navegador web. -A manutenção contínua é possível graças aos seguintes patrocinadores: +A manutenção contínua é possível graças aos seguintes patrocinadores: - + -A versão estável mais recente é a [2.2.0](https://make.wordpress.org/cli/2019/04/25/wp-cli-v2-2-0-release-notes/). Para manter-se atualizado, siga [@wpcli no Twitter](https://twitter.com/wpcli) ou [assine nossa newsletter](https://make.wordpress.org/cli/subscribe/). [Leia nosso plano de ação](https://make.wordpress.org/cli/handbook/roadmap/) para uma visão geral do que está sendo planejado para próximas versões. +A versão estável mais recente é a [2.3.0](https://make.wordpress.org/cli/2019/08/14/wp-cli-v2-3-0-release-notes/). Para manter-se atualizado, siga [@wpcli no Twitter](https://twitter.com/wpcli) ou [assine nossa newsletter](https://make.wordpress.org/cli/subscribe/). [Leia nosso plano de ação](https://make.wordpress.org/cli/handbook/roadmap/) para uma visão geral do que está sendo planejado para próximas versões. [![Build Status](https://travis-ci.org/wp-cli/wp-cli.png?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Tempo médio para resolver um issue") [![Percentage of issues still open](http://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Percentual de issues ainda abertos") @@ -85,7 +85,7 @@ WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: /home/wp-cli/.wp-cli/config.yml WP-CLI project config: -WP-CLI version: 2.1.0 +WP-CLI version: 2.3.0 ``` ### Atualizando From b80b961f47aa8863aa53a14559be954dedf7fda4 Mon Sep 17 00:00:00 2001 From: wojsmol Date: Wed, 28 Aug 2019 18:39:54 +0200 Subject: [PATCH 088/232] Update link to wp-completion.bash in translations --- br/index.md | 2 +- fr/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/br/index.md b/br/index.md index 79698319..c7d4ecd3 100644 --- a/br/index.md +++ b/br/index.md @@ -98,7 +98,7 @@ Quer viver a vida no limite? Execute `wp cli update --nightly` para usar a últi ### Autocompletar com tab -WP-CLI também possui scripts de autocompletar para Bash ou ZSH. Baixe [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/master/utils/wp-completion.bash) e carregue-o através do `~/.bash_profile`: +WP-CLI também possui scripts de autocompletar para Bash ou ZSH. Baixe [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v1.5.1/utils/wp-completion.bash) e carregue-o através do `~/.bash_profile`: ```bash source /FULL/PATH/TO/wp-completion.bash diff --git a/fr/index.md b/fr/index.md index 23f26e24..ad6ec88e 100644 --- a/fr/index.md +++ b/fr/index.md @@ -95,7 +95,7 @@ Vous voulez vivre dangereusement ? Exécutez `wp cli update --nightly` pour inst ### Tab completions -WP-CLI contient des scripts d'autocomplétion pour Bash et ZSH. Il suffit de télécharger [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/master/utils/wp-completion.bash) et de l'importer dans votre fichier `~/.bash_profile`: +WP-CLI contient des scripts d'autocomplétion pour Bash et ZSH. Il suffit de télécharger [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v1.5.1/utils/wp-completion.bash) et de l'importer dans votre fichier `~/.bash_profile`: ```bash source /FULL/PATH/TO/wp-completion.bash From 730ee047179f593b1b01d474c785eb14da24f8de Mon Sep 17 00:00:00 2001 From: wojsmol Date: Tue, 3 Sep 2019 18:49:14 +0200 Subject: [PATCH 089/232] Update link to v2.3.0 --- br/index.md | 2 +- es/index.md | 2 +- fr/index.md | 2 +- index.md | 2 +- ja/index.md | 2 +- ro/index.md | 2 +- tr/index.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/br/index.md b/br/index.md index c7d4ecd3..cc019a0d 100644 --- a/br/index.md +++ b/br/index.md @@ -98,7 +98,7 @@ Quer viver a vida no limite? Execute `wp cli update --nightly` para usar a últi ### Autocompletar com tab -WP-CLI também possui scripts de autocompletar para Bash ou ZSH. Baixe [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v1.5.1/utils/wp-completion.bash) e carregue-o através do `~/.bash_profile`: +WP-CLI também possui scripts de autocompletar para Bash ou ZSH. Baixe [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.3.0/utils/wp-completion.bash) e carregue-o através do `~/.bash_profile`: ```bash source /FULL/PATH/TO/wp-completion.bash diff --git a/es/index.md b/es/index.md index 9515a7d1..491f03d3 100644 --- a/es/index.md +++ b/es/index.md @@ -98,7 +98,7 @@ Si WP-CLI es propiedad de root u otro usuario del sistema, necesitarás ejecutar ### Autocompletar con el tabulador -WP-CLI también viene con un scripts para autocompletar con el tabulador para Bash y ZSH. Tan sólo descarga [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v1.5.1/utils/wp-completion.bash) y usa el comando `source` desde `~/.bash_profile`: +WP-CLI también viene con un scripts para autocompletar con el tabulador para Bash y ZSH. Tan sólo descarga [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.3.0/utils/wp-completion.bash) y usa el comando `source` desde `~/.bash_profile`: ```bash source /FULL/PATH/TO/wp-completion.bash diff --git a/fr/index.md b/fr/index.md index ad6ec88e..440209ba 100644 --- a/fr/index.md +++ b/fr/index.md @@ -95,7 +95,7 @@ Vous voulez vivre dangereusement ? Exécutez `wp cli update --nightly` pour inst ### Tab completions -WP-CLI contient des scripts d'autocomplétion pour Bash et ZSH. Il suffit de télécharger [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v1.5.1/utils/wp-completion.bash) et de l'importer dans votre fichier `~/.bash_profile`: +WP-CLI contient des scripts d'autocomplétion pour Bash et ZSH. Il suffit de télécharger [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.3.0/utils/wp-completion.bash) et de l'importer dans votre fichier `~/.bash_profile`: ```bash source /FULL/PATH/TO/wp-completion.bash diff --git a/index.md b/index.md index 7e9f5d76..222392b9 100644 --- a/index.md +++ b/index.md @@ -98,7 +98,7 @@ Want to live life on the edge? Run `wp cli update --nightly` to use the latest n ### Tab completions -WP-CLI also comes with a tab completion script for Bash and ZSH. Just download [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v1.5.1/utils/wp-completion.bash) and source it from `~/.bash_profile`: +WP-CLI also comes with a tab completion script for Bash and ZSH. Just download [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.3.0/utils/wp-completion.bash) and source it from `~/.bash_profile`: ```bash source /FULL/PATH/TO/wp-completion.bash diff --git a/ja/index.md b/ja/index.md index 153b8b1c..87ba4977 100644 --- a/ja/index.md +++ b/ja/index.md @@ -100,7 +100,7 @@ WP-CLI のオーナーが root もしくは他のシステム管理者になっ ## タブ補完 -WP-CLI には、Bash 及び ZSH 用のタブ補完用のスクリプトがあります。 [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v1.5.1/utils/wp-completion.bash) をダウンロードして、`~/.bash_profile` から読み込んでください。 +WP-CLI には、Bash 及び ZSH 用のタブ補完用のスクリプトがあります。 [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.3.0/utils/wp-completion.bash) をダウンロードして、`~/.bash_profile` から読み込んでください。 ``` source /FULL/PATH/TO/wp-completion.bash diff --git a/ro/index.md b/ro/index.md index e850b98c..b5b6ab2d 100644 --- a/ro/index.md +++ b/ro/index.md @@ -98,7 +98,7 @@ Vrei să trăiești viața la limită? Rulează `wp cli update --nightly` pentru ### Auto-completare -WP-CLI vine de asemenea cu un script de auto-completare pentru Bash și ZSH. Doar descarcă [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v1.5.1/utils/wp-completion.bash) și rulează source pe el din `~/.bash_profile`: +WP-CLI vine de asemenea cu un script de auto-completare pentru Bash și ZSH. Doar descarcă [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.3.0/utils/wp-completion.bash) și rulează source pe el din `~/.bash_profile`: ```bash source /FULL/PATH/TO/wp-completion.bash diff --git a/tr/index.md b/tr/index.md index 423e8b71..244c984a 100644 --- a/tr/index.md +++ b/tr/index.md @@ -104,7 +104,7 @@ Sınırda yaşamayı seviyor musunuz? `wp cli update --nightly` komutu ile nigh ### Sekme tamamlama -WP-CLI ayrıca, Bash ve ZSH için sekme tamamlama scripti sunar. Yapmanız gereken sadece [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v1.5.1/utils/wp-completion.bash) dosyasını indirmek ve kaynak olarak `~/.bash_profile` dosyanıza tanımlamak: +WP-CLI ayrıca, Bash ve ZSH için sekme tamamlama scripti sunar. Yapmanız gereken sadece [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.3.0/utils/wp-completion.bash) dosyasını indirmek ve kaynak olarak `~/.bash_profile` dosyanıza tanımlamak: ```bash source /FULL/PATH/TO/wp-completion.bash From d9ff5e8297ec1cc4af3a6ab1e3ed6ef177e59b6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vl=C4=83du=C8=9B=20Ilie?= Date: Wed, 2 Oct 2019 22:20:14 +0300 Subject: [PATCH 090/232] Update index.md --- ro/index.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ro/index.md b/ro/index.md index b5b6ab2d..853de632 100644 --- a/ro/index.md +++ b/ro/index.md @@ -1,19 +1,19 @@ --- layout: default -title: Interfață de linie de comandă pentru WordPress +title: Interfața liniei de comandă pentru WordPress --- -[WP-CLI](https://wp-cli.org/) este interfața de linie de comandă pentru [WordPress](https://wordpress.org/). Poți actualiza module, configura instalări multisit și multe altele, fără să folosești un navigator web. +[WP-CLI](https://wp-cli.org/) este interfața liniei de comandă pentru [WordPress](https://wordpress.org/). Poți actualiza module, configura instalări multisit și multe altele, fără să folosești un navigator web. -Întreținerea continuă este făcută posibilă de către: +Întreținerea continuă este făcută posibilă de către: - + -Lansarea stabilă curentă este [versiunea 2.2.0](https://make.wordpress.org/cli/2019/04/25/wp-cli-v2-2-0-release-notes/). Pentru anunțuri, urmărește [@wpcli pe Twitter](https://twitter.com/wpcli) sau [înregistrează-te pentru actualizări pe email](https://make.wordpress.org/cli/subscribe/). [Consultă foaia de parcurs](https://make.wordpress.org/cli/handbook/roadmap/) pentru o prezentare generală a ceea ce este plănuit pentru lansările viitoare. +Lansarea stabilă curentă este [versiunea 2.3.0](https://make.wordpress.org/cli/2019/08/14/wp-cli-v2-3-0-release-notes/). Pentru anunțuri, urmărește [@wpcli pe Twitter](https://twitter.com/wpcli) sau [înregistrează-te pentru actualizări pe email](https://make.wordpress.org/cli/subscribe/). [Consultă foaia de parcurs](https://make.wordpress.org/cli/handbook/roadmap/) pentru o prezentare generală a ceea ce este plănuit pentru lansările viitoare. [![Stare compilare](https://travis-ci.org/wp-cli/wp-cli.svg?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![Durata medie pentru rezolvarea unei probleme](https://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Durata medie pentru rezolvarea unei probleme") [![Procentul problemelor încă deschise](https://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Procentul problemelor încă deschise") -Legături rapide: [Folosire](#folosire) | [Instalare](#instalare) | [Asistență](#asistenta) | [Extindere](#extindere) | [Contribuire](#contribuire) | [Recunoștințe](#recunoștințe) +Legături rapide: [Folosire](#folosire) | [Instalare](#instalare) | [Asistență](#asistenta) | [Extindere](#extindere) | [Contribuire](#contribuire) | [Credite](#credite) ## Folosire @@ -85,7 +85,7 @@ WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: /home/wp-cli/.wp-cli/config.yml WP-CLI project config: -WP-CLI version: 2.1.0 +WP-CLI version: 2.3.0 ``` ### Actualizare @@ -177,7 +177,7 @@ WP-CLI vine cu zeci de comenzi. Este mai ușor decât pare să creezi o comandă Apreciem că ai inițiativa de a contribui la WP-CLI. Datorită ție și comunității din jurul tău, acest WP-CLI este un proiect grozav. -**Contribuirea nu este limitată doar la cod.** Te încurajăm să contribui în modul care se potrivește cel mai bine abilităților tale, scriind tutoriale, oferind un demo la meetup-ul tău local, ajutând alți utilizatori cu întrebările lor de asistență sau revizuind documentația. +**Contribția nu este limitată doar la cod.** Te încurajăm să contribui în modul care se potrivește cel mai bine abilităților tale, scriind tutoriale, oferind un demo la meetup-ul tău local, ajutând alți utilizatori cu întrebările lor de asistență sau revizuind documentația. Citește prin [ghidul de contribuire din manual](https://make.wordpress.org/cli/handbook/contributing/) pentru o introducere detaliată a modului în care te poți implica. Urmând aceste instrucțiuni te ajută să comunici că respecți timpul altor contribuitori în proiect. La rândul lor, ei vor face tot ce le stă în putință pentru a-ți întoarce acest respect atunci când lucrează cu tine, în zonele de fus orar și în întreaga lume. @@ -189,7 +189,7 @@ Ocazional, noi [acordăm acces de scriere contribuitorilor](https://make.wordpre Citește [documentul de guvernanță din manual](https://make.wordpress.org/cli/handbook/governance/) pentru mai multe detalii operaționale despre proiect. -## Recunoștințe +## Credite Pe lângă bibliotecile definite în [composer.json](composer.json), am folosit cod sau idei din următoarele proiecte: From c4befe0b69cd4ce77300525610ed43b5ca12f2d5 Mon Sep 17 00:00:00 2001 From: Maxime Jobin Date: Tue, 12 Nov 2019 14:11:58 -0500 Subject: [PATCH 091/232] Update from 2.3 to 2.4 --- index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.md b/index.md index 222392b9..91a1c80d 100644 --- a/index.md +++ b/index.md @@ -9,7 +9,7 @@ Ongoing maintenance is -The current stable release is [version 2.3.0](https://make.wordpress.org/cli/2019/08/14/wp-cli-v2-3-0-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. +The current stable release is [version 2.4.0](https://make.wordpress.org/cli/2019/11/12/wp-cli-v2-4-0-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. [![Build Status](https://travis-ci.org/wp-cli/wp-cli.svg?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![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") @@ -85,7 +85,7 @@ WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: /home/wp-cli/.wp-cli/config.yml WP-CLI project config: -WP-CLI version: 2.3.0 +WP-CLI version: 2.4.0 ``` ### Updating @@ -98,7 +98,7 @@ Want to live life on the edge? Run `wp cli update --nightly` to use the latest n ### Tab completions -WP-CLI also comes with a tab completion script for Bash and ZSH. Just download [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.3.0/utils/wp-completion.bash) and source it from `~/.bash_profile`: +WP-CLI also comes with a tab completion script for Bash and ZSH. Just download [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.4.0/utils/wp-completion.bash) and source it from `~/.bash_profile`: ```bash source /FULL/PATH/TO/wp-completion.bash From 7f6d37b7b056dda37e30a733539339b8fbca883c Mon Sep 17 00:00:00 2001 From: tecking Date: Wed, 13 Nov 2019 21:03:07 +0900 Subject: [PATCH 092/232] Update Japanese translation --- ja/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ja/index.md b/ja/index.md index 87ba4977..45093efe 100644 --- a/ja/index.md +++ b/ja/index.md @@ -10,7 +10,7 @@ title: Command line interface for WordPress -現在の最新バージョンは [2.3.0](https://make.wordpress.org/cli/2019/08/14/wp-cli-v2-3-0-release-notes/) です。 最新情報を得たい人は、[@wpcli on Twitter](https://twitter.com/wpcli) をフォローするか、[メーリングリストにサインアップ](https://make.wordpress.org/cli/subscribe/)してください。[ロードマップ](https://make.wordpress.org/cli/handbook/roadmap/)で、今後のリリースの予定を知ることができます。 +現在の最新バージョンは [2.4.0](https://make.wordpress.org/cli/2019/11/12/wp-cli-v2-4-0-release-notes/) です。 最新情報を得たい人は、[@wpcli on Twitter](https://twitter.com/wpcli) をフォローするか、[メーリングリストにサインアップ](https://make.wordpress.org/cli/subscribe/)してください。[ロードマップ](https://make.wordpress.org/cli/handbook/roadmap/)で、今後のリリースの予定を知ることができます。 [![Build Status](https://travis-ci.org/wp-cli/wp-cli.svg?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![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") @@ -87,7 +87,7 @@ WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: /home/wp-cli/.wp-cli/config.yml WP-CLI project config: -WP-CLI version: 2.3.0 +WP-CLI version: 2.4.0 ``` ## アップデート @@ -100,9 +100,9 @@ WP-CLI のオーナーが root もしくは他のシステム管理者になっ ## タブ補完 -WP-CLI には、Bash 及び ZSH 用のタブ補完用のスクリプトがあります。 [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.3.0/utils/wp-completion.bash) をダウンロードして、`~/.bash_profile` から読み込んでください。 +WP-CLI には、Bash 及び ZSH 用のタブ補完用のスクリプトがあります。 [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.4.0/utils/wp-completion.bash) をダウンロードして、`~/.bash_profile` から読み込んでください。 -``` +```bash source /FULL/PATH/TO/wp-completion.bash ``` From c41581a39076d0079bd016f837487caf10890faf Mon Sep 17 00:00:00 2001 From: Maxime Jobin Date: Wed, 13 Nov 2019 09:13:12 -0500 Subject: [PATCH 093/232] Minor fixes and update to 2.4 --- fr/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/fr/index.md b/fr/index.md index 440209ba..a2c9732f 100644 --- a/fr/index.md +++ b/fr/index.md @@ -3,7 +3,7 @@ layout: default title: Interface en ligne de commande pour WordPress --- -[WP-CLI](https://wp-cli.org/fr) est un ensemble d'outils en ligne de commande pour gérer vos installations [WordPress](https://fr.wordpress.org/). Vous pouvez mettre à jour les extensions, configurer des installations multi-site et beaucoup plus sans avoir recours à un navigateur web. +[WP-CLI](https://wp-cli.org/fr) est un ensemble d'outils en ligne de commande pour gérer vos installations [WordPress](https://fr.wordpress.org/). Vous pouvez mettre à jour les extensions, configurer des installations multisite et beaucoup plus sans avoir recours à un navigateur web. L'entretien continu de ce projet est possible grâce à : @@ -37,7 +37,7 @@ $ wp transient delete-all Success: 34 transients deleted from the database. ``` -Pour une introduction plus complète sur l'utilisation de WP-CLI, lisez le [Guide de démarrage rapide (en)](https://make.wordpress.org/cli/handbook/quick-start/). Vous pouvez également en apprendre davantage sur l'utilisation de la ligne de commande via des [informations sur l'utilisation du Shell (en)[https://make.wordpress.org/cli/handbook/shell-friends/]. +Pour une introduction plus complète sur l'utilisation de WP-CLI, lisez le [Guide de démarrage rapide (en)](https://make.wordpress.org/cli/handbook/quick-start/). Vous pouvez également en apprendre davantage sur l'utilisation de la ligne de commande via des [informations sur l'utilisation du Shell (en)](https://make.wordpress.org/cli/handbook/shell-friends/). Vous vous sentez déjà à l'aise avec les bases ? Allez voir la [liste complète des commandes (en)](https://developer.wordpress.org/cli/commands/) pour avoir des informations détaillées sur la gestion des thèmes et extensions, l'import/export de données, l'exécution de rechercher/remplacer dans la base de données et bien plus. @@ -48,7 +48,7 @@ Télécharger le Phar est la méthode d'installation que nous recommandons. Si v Avant d'installer WP-CLI, veuillez vous assurer que votre environnement répond aux exigences minimales : - Environnement de type UNIX (OS X, Linux, FreeBSD, Cygwin); le soutien est limité sur les environnements Windows -- PHP 5.3.29 ou plus récent +- PHP 5.4 ou plus récent - WordPress 3.7 ou plus récent Une fois que vous avez vérifié ces exigences, téléchargez le fichier [wp-cli.phar](https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) en utilisant `wget` ou `curl` : @@ -84,7 +84,7 @@ WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: /home/wp-cli/.wp-cli/config.yml WP-CLI project config: -WP-CLI version: 2.3.0 +WP-CLI version: 2.4.0 ``` ### Mise à jour @@ -95,7 +95,7 @@ Vous voulez vivre dangereusement ? Exécutez `wp cli update --nightly` pour inst ### Tab completions -WP-CLI contient des scripts d'autocomplétion pour Bash et ZSH. Il suffit de télécharger [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.3.0/utils/wp-completion.bash) et de l'importer dans votre fichier `~/.bash_profile`: +WP-CLI contient des scripts d'autocomplétion pour Bash et ZSH. Il suffit de télécharger [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.4.0/utils/wp-completion.bash) et de l'importer dans votre fichier `~/.bash_profile`: ```bash source /FULL/PATH/TO/wp-completion.bash From 68c2850264b12b4f4fbbfd0ea01073974464b420 Mon Sep 17 00:00:00 2001 From: Felipe Elia Date: Wed, 13 Nov 2019 20:43:02 -0300 Subject: [PATCH 094/232] [pt-BR] Update to v2.4.0 --- br/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/br/index.md b/br/index.md index cc019a0d..d282ba89 100644 --- a/br/index.md +++ b/br/index.md @@ -9,7 +9,7 @@ A manutenção contínua é possível -A versão estável mais recente é a [2.3.0](https://make.wordpress.org/cli/2019/08/14/wp-cli-v2-3-0-release-notes/). Para manter-se atualizado, siga [@wpcli no Twitter](https://twitter.com/wpcli) ou [assine nossa newsletter](https://make.wordpress.org/cli/subscribe/). [Leia nosso plano de ação](https://make.wordpress.org/cli/handbook/roadmap/) para uma visão geral do que está sendo planejado para próximas versões. +A versão estável mais recente é a [2.4.0](https://make.wordpress.org/cli/2019/11/12/wp-cli-v2-4-0-release-notes/). Para manter-se atualizado, siga [@wpcli no Twitter](https://twitter.com/wpcli) ou [assine nossa newsletter](https://make.wordpress.org/cli/subscribe/). [Leia nosso plano de ação](https://make.wordpress.org/cli/handbook/roadmap/) para uma visão geral do que está sendo planejado para próximas versões. [![Build Status](https://travis-ci.org/wp-cli/wp-cli.png?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Tempo médio para resolver um issue") [![Percentage of issues still open](http://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Percentual de issues ainda abertos") @@ -85,7 +85,7 @@ WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: /home/wp-cli/.wp-cli/config.yml WP-CLI project config: -WP-CLI version: 2.3.0 +WP-CLI version: 2.4.0 ``` ### Atualizando @@ -98,7 +98,7 @@ Quer viver a vida no limite? Execute `wp cli update --nightly` para usar a últi ### Autocompletar com tab -WP-CLI também possui scripts de autocompletar para Bash ou ZSH. Baixe [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.3.0/utils/wp-completion.bash) e carregue-o através do `~/.bash_profile`: +WP-CLI também possui scripts de autocompletar para Bash ou ZSH. Baixe [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.4.0/utils/wp-completion.bash) e carregue-o através do `~/.bash_profile`: ```bash source /FULL/PATH/TO/wp-completion.bash From adb18c398850512d909ef12fcef5b2c6ae5f1cd8 Mon Sep 17 00:00:00 2001 From: Seaton Jiang Date: Fri, 22 Nov 2019 15:50:22 +0800 Subject: [PATCH 095/232] Add Chinese Simplified support --- _config.yml | 3 + zh-cn/index.md | 206 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 209 insertions(+) create mode 100644 zh-cn/index.md diff --git a/_config.yml b/_config.yml index 0368556b..b3024303 100644 --- a/_config.yml +++ b/_config.yml @@ -61,3 +61,6 @@ languages: - label: Română iso-alpha2: ro path: /ro/ +- label: Chinese Simplified + iso-alpha2: zh-cn + path: /zh-cn/ \ No newline at end of file diff --git a/zh-cn/index.md b/zh-cn/index.md new file mode 100644 index 00000000..55277306 --- /dev/null +++ b/zh-cn/index.md @@ -0,0 +1,206 @@ +--- +layout: default +title: WordPress 的命令行工具 +--- + +[WP-CLI](https://wp-cli.org/) 是一款用于管理 [WordPress](https://wordpress.org/) 的命令行工具,无需浏览器即可完成插件更新和多站点设置等许多操作。 + +可以通过[以下方式](https://make.wordpress.org/cli/2019/06/27/thanks-to-the-2019-sponsors/)进行持续维护: + + + +目前的稳定版本是 [2.4.0](https://make.wordpress.org/cli/2019/11/12/wp-cli-v2-4-0-release-notes/)。如果您想获取最新信息,请在 Twitter 上关注 [@wpcli](https://twitter.com/wpcli) 或者[订阅邮件通知](https://make.wordpress.org/cli/subscribe/)。请参阅 [产品路线图](https://make.wordpress.org/cli/handbook/roadmap/) 来了解未来更新规划。 + +[![Build Status](https://travis-ci.org/wp-cli/wp-cli.svg?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![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") + +导航链接:[使用](#使用方法) | [安装](#安装说明) | [支持](#技术支持) | [扩展](#扩展) | [贡献](#贡献) | [参考](#参考) + +## 使用方法 + +WP-CLI 可以为您在 WordPress 后台管理中执行的许多操作提供命令行工具。例如,使用 `wp plugin install --activate`([说明文档](https://developer.wordpress.org/cli/commands/plugin/install/))安装并激活插件: + +```bash +$ wp plugin install user-switching --activate +Installing User Switching (1.0.9) +Downloading installation package from https://downloads.wordpress.org/plugin/user-switching.1.0.9.zip... +Unpacking the package... +Installing the plugin... +Plugin installed successfully. +Activating 'user-switching'... +Plugin 'user-switching' activated. +Success: Installed 1 of 1 plugins. +``` + +WP-CLI 还包含许多您无法在 WordPress 后台管理中执行的操作命令。例如,`wp transient delete --all`([说明文档](https://developer.wordpress.org/cli/commands/transient/delete/))可以删除一个或所有的 Transients : + +```bash +$ wp transient delete --all +Success: 34 transients deleted from the database. +``` + +有关如何使用 WP-CLI 的更多内容请阅读《[Quick Start](https://make.wordpress.org/cli/handbook/quick-start/)》。您也可以在 [Shell Friends](https://make.wordpress.org/cli/handbook/shell-friends/) 了解实用的命令行工具。 + +如果您已经了解这些基础知识,可以到 [WP-CLI Commands](https://developer.wordpress.org/cli/commands/) 了解更多有关主题和插件管理、数据导入和导出、数据库操作的内容。 + +## 安装说明 + +下载 Phar 文件是我们推荐的安装方法,如果需要[其他安装方法](https://make.wordpress.org/cli/handbook/installing/)([Composer](https://make.wordpress.org/cli/handbook/installing/#installing-via-composer), [Homebrew](https://make.wordpress.org/cli/handbook/installing/#installing-via-homebrew), [Docker](https://make.wordpress.org/cli/handbook/installing/#installing-via-docker)),请参阅相关文档。 + +在安装 WP-CLI 之前,请确保您的操作环境满足最低要求: + +- UNIX 环境(OS X,Linux,FreeBSD,Cygwin),某些功能在 Windows 中将受到限制。 +- PHP 5.4 或更高版本。 +- WordPress 3.7 或更高版本,较旧的版本在功能上可能会有所减少。 + +再次检查操作环境,使用 `wget` 或 `curl` 下载 [wp-cli.phar](https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar): + +```bash +curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar +``` + +接下来,检查 Phar 文件确保其正常运行: + +```bash +php wp-cli.phar --info +``` + +要使用 `wp` 执行 WP-CLI 命令,必须有执行权限并且 `PATH` 已在环境变量中注册,例如: + +```bash +chmod +x wp-cli.phar +sudo mv wp-cli.phar /usr/local/bin/wp +``` + +如果 WP-CLI 安装成功,使用 `wp --info` 命令应该看到以下输出信息: + +```bash +$ wp --info +OS: Darwin 16.7.0 Darwin Kernel Version 16.7.0: Thu Jan 11 22:59:40 PST 2018; root:xnu-3789.73.8~1/RELEASE_X86_64 x86_64 +Shell: /bin/zsh +PHP binary: /usr/local/bin/php +PHP version: 7.0.22 +php.ini used: /etc/local/etc/php/7.0/php.ini +WP-CLI root dir: /home/wp-cli/.wp-cli/vendor/wp-cli/wp-cli +WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor +WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ +WP-CLI global config: /home/wp-cli/.wp-cli/config.yml +WP-CLI project config: +WP-CLI version: 2.4.0 +``` + +### 升级 WP-CLI + +如果需要更新 WP-CLI ,可以运行 `wp cli update`([说明文档](https://developer.wordpress.org/cli/commands/cli/update/))或者重复上述安装方法。 + +如果 WP-CLI 的所有者是 root 或其他系统管理员,则需要执行 `sudo wp cli update` 操作。 + +WordPress 的发展相当迅速,Nightly Builds 版本可以在开发环境中使用,并且始终包含最新和最出色的 WP-CLI 功能,运行 `wp cli update --nightly` 即可使用。 + +### Tab 命令行补全 + +WP-CLI 带有用于 Bash 和 ZSH 的命令行补全脚本。下载 [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.4.0/utils/wp-completion.bash) 并 `~/.bash_profile` 加载它即可。例如: + +```bash +source /FULL/PATH/TO/wp-completion.bash +``` + +不要忘了之后运行 `source〜/ .bash_profile` 。 + +对于 ZSH,您可能需要在加载 `bashcompinit` 后加载 `wp-completion.bash`,将以下内容放入您的 `.zshrc` 中: + +```bash +autoload bashcompinit +bashcompinit +source /FULL/PATH/TO/wp-completion.bash +``` + +## 技术支持 + +WP-CLI 的维护者和贡献者只有有限的时间回答常见问题,只有[最新版](https://make.wordpress.org/cli/handbook/roadmap/)的 WP-CLI 受到官方支持。 + +在寻求帮助时,请首先在下面资源中搜索您的问题: + +* [Common issues and their fixes](https://make.wordpress.org/cli/handbook/common-issues/) +* [WP-CLI handbook](https://make.wordpress.org/cli/handbook/) +* [Open or closed issues in the WP-CLI GitHub organization](https://github.com/issues?utf8=%E2%9C%93&q=sort%3Aupdated-desc+org%3Awp-cli+is%3Aissue) +* [Threads tagged 'WP-CLI' in the WordPress.org support forum](https://wordpress.org/support/topic-tag/wp-cli/) +* [Questions tagged 'WP-CLI' in the WordPress StackExchange](https://wordpress.stackexchange.com/questions/tagged/wp-cli) + +如果上面任何一种方式都找不到答案: + +* 加入 [WordPress.org 的 Slack](https://make.wordpress.org/chat/) 中的 `#cli` 频道,与当时可能有空的人聊天(这是最快的方法)。 +* 在 [WordPress 支持论坛](https://wordpress.org/support/forum/wp-advanced/#new-post) 上发布新帖子,并用 「wp-cli」标记它(以便被找到)。 + +GitHub Issues 用于跟踪现有命令的改进和 BUG,而不是常规支持。在提交 BUG 报告之前,请务必阅读手册中的 [Bug Reports](https://make.wordpress.org/cli/handbook/bug-reports/),以确保及时解决您的问题。 + +请不要在 Twitter 上提出问题,因为: + +1)一般很难用 280 个字符的对话解决问题; + +2)不能在其他人的对话中找到相同问题的答案。 + +开源许可证授予您使用和修改的权利,但不授予您浪费别人时间的权利,请尊重他人! + +## 扩展 + +每个**命令**都被定义为一个 WP-CLI 功能,`wp plugin install`([说明文档](https://developer.wordpress.org/cli/commands/plugin/install/))是一个,而 `wp plugin activate`( [说明文档](https://developer.wordpress.org/cli/commands/plugin/activate/))是另一个。 + +在 WP-CLI 中,各种可执行类、函数和闭包都可以作为命令执行。在 PHPdoc 中描述了作为命令执行所需的信息。`WP_CLI::add_command()` ([说明文档](https://make.wordpress.org/cli/handbook/internal-api/wp-cli-add-command/)) 用于注册内部命令和第三方命令。 + +```php +/** + * Delete an option from the database. + * + * Returns an error if the option didn't exist. + * + * ## OPTIONS + * + * + * : Key for the option. + * + * ## EXAMPLES + * + * $ wp option delete my_option + * Success: Deleted 'my_option' option. + */ +$delete_option_cmd = function( $args ) { + list( $key ) = $args; + + if ( ! delete_option( $key ) ) { + WP_CLI::error( "Could not delete '$key' option. Does it exist?" ); + } else { + WP_CLI::success( "Deleted '$key' option." ); + } +}; +WP_CLI::add_command( 'option delete', $delete_option_cmd ); +``` + +创建自定义 WP-CLI 命令看起来比较容易。阅读 [Commands Cookbook](https://make.wordpress.org/cli/handbook/commands-cookbook/) 了解更多内容,浏览 [Internal API](https://make.wordpress.org/cli/handbook/internal-api/) 发现更多较为实用的功能。 + +## 贡献 + +感谢您主动为 WP-CLI 做出贡献!正因为您和社区的支持,才能使 WP-CLI 更加出色! + +**贡献不仅限于代码**,我们鼓励您在能力范围内作出贡献。比如编写教程、在会议上进行演示、帮助其他用户解决他们的问题,或者协助我们修改文档。 + +如果要参与该项目,请仔细阅读手册中的 [Contributing](https://make.wordpress.org/cli/handbook/contributing/) 。遵循这些准则有助于与该项目的其他贡献者进行交流,他们将竭尽全力与您合作。 + +## 管理者 + +WP-CLI 项目维护者: [schlessera](http://github.com/schlessera)。 + +我们将写权限授予[受信任的贡献者](https://make.wordpress.org/cli/handbook/committers-credo/),这些贡献者已经证明他们有能力并有时间开发该项目。 + +阅读手册中的 [Governance](https://make.wordpress.org/cli/handbook/governance/),获取有关该项目的更多操作详细信息。 + +## 参考 + +除了 [composer.json](https://wp-cli.org/composer.json) 中定义的库之外,我们还使用了下面项目中的代码或思想: + +* [Drush](https://github.com/drush-ops/drush) 用于很多事情 +* [wpshell](https://code.trac.wordpress.org/browser/wpshell) 用于 `wp shell` +* [Regenerate Thumbnails](https://wordpress.org/plugins/regenerate-thumbnails/) 用于 `wp media regenerate` +* [Search-Replace-DB](https://github.com/interconnectit/Search-Replace-DB) 用于 `wp search-replace` +* [WordPress-CLI-Exporter](https://github.com/Automattic/WordPress-CLI-Exporter) 用于 `wp export` +* [WordPress-CLI-Importer](https://github.com/Automattic/WordPress-CLI-Importer) 用于 `wp import` +* [wordpress-plugin-tests](https://github.com/benbalter/wordpress-plugin-tests/) 用于 `wp scaffold plugin-tests` \ No newline at end of file From 1becab453be66db921f73f7bbd32385218a6dc5f Mon Sep 17 00:00:00 2001 From: Seaton Jiang Date: Fri, 22 Nov 2019 17:59:44 +0800 Subject: [PATCH 096/232] Fix spelling errors --- zh-cn/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zh-cn/index.md b/zh-cn/index.md index 55277306..a9b562dd 100644 --- a/zh-cn/index.md +++ b/zh-cn/index.md @@ -9,7 +9,7 @@ title: WordPress 的命令行工具 -目前的稳定版本是 [2.4.0](https://make.wordpress.org/cli/2019/11/12/wp-cli-v2-4-0-release-notes/)。如果您想获取最新信息,请在 Twitter 上关注 [@wpcli](https://twitter.com/wpcli) 或者[订阅邮件通知](https://make.wordpress.org/cli/subscribe/)。请参阅 [产品路线图](https://make.wordpress.org/cli/handbook/roadmap/) 来了解未来更新规划。 +目前的稳定版本是 [2.4.0](https://make.wordpress.org/cli/2019/11/12/wp-cli-v2-4-0-release-notes/)。如果您想获取最新信息,请在 Twitter 上关注 [@wpcli](https://twitter.com/wpcli) 或者 [订阅邮件通知](https://make.wordpress.org/cli/subscribe/)。请参阅 [产品路线图](https://make.wordpress.org/cli/handbook/roadmap/) 了解未来更新规划。 [![Build Status](https://travis-ci.org/wp-cli/wp-cli.svg?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![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") @@ -104,7 +104,7 @@ WP-CLI 带有用于 Bash 和 ZSH 的命令行补全脚本。下载 [wp-completio source /FULL/PATH/TO/wp-completion.bash ``` -不要忘了之后运行 `source〜/ .bash_profile` 。 +在此之后不要忘记运行 `source ~/.bash_profile` 。 对于 ZSH,您可能需要在加载 `bashcompinit` 后加载 `wp-completion.bash`,将以下内容放入您的 `.zshrc` 中: @@ -203,4 +203,4 @@ WP-CLI 项目维护者: [schlessera](http://github.com/schlessera)。 * [Search-Replace-DB](https://github.com/interconnectit/Search-Replace-DB) 用于 `wp search-replace` * [WordPress-CLI-Exporter](https://github.com/Automattic/WordPress-CLI-Exporter) 用于 `wp export` * [WordPress-CLI-Importer](https://github.com/Automattic/WordPress-CLI-Importer) 用于 `wp import` -* [wordpress-plugin-tests](https://github.com/benbalter/wordpress-plugin-tests/) 用于 `wp scaffold plugin-tests` \ No newline at end of file +* [wordpress-plugin-tests](https://github.com/benbalter/wordpress-plugin-tests/) 用于 `wp scaffold plugin-tests` From 268dec829f4c8a75fff62edb314eef8973c10cc1 Mon Sep 17 00:00:00 2001 From: Seaton Jiang Date: Wed, 27 Nov 2019 07:31:03 +0800 Subject: [PATCH 097/232] Improve the experience --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index b3024303..6ec402dd 100644 --- a/_config.yml +++ b/_config.yml @@ -61,6 +61,6 @@ languages: - label: Română iso-alpha2: ro path: /ro/ -- label: Chinese Simplified +- label: 简体中文 iso-alpha2: zh-cn - path: /zh-cn/ \ No newline at end of file + path: /zh-cn/ From 29b73c1e805bea2f326c707d9f2b469ab45e8f40 Mon Sep 17 00:00:00 2001 From: Seaton Jiang Date: Wed, 27 Nov 2019 07:46:11 +0800 Subject: [PATCH 098/232] Improve the experience --- zh-cn/index.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/zh-cn/index.md b/zh-cn/index.md index a9b562dd..8f367b3c 100644 --- a/zh-cn/index.md +++ b/zh-cn/index.md @@ -1,9 +1,9 @@ --- layout: default -title: WordPress 的命令行工具 +title: WordPress 命令行交互界面 --- -[WP-CLI](https://wp-cli.org/) 是一款用于管理 [WordPress](https://wordpress.org/) 的命令行工具,无需浏览器即可完成插件更新和多站点设置等许多操作。 +[WP-CLI](https://wp-cli.org/) 是一款用于管理 [WordPress](https://wordpress.org/) 的命令行交互界面,无需浏览器即可完成插件更新,多站点设置等许多操作。 可以通过[以下方式](https://make.wordpress.org/cli/2019/06/27/thanks-to-the-2019-sponsors/)进行持续维护: @@ -13,9 +13,9 @@ title: WordPress 的命令行工具 [![Build Status](https://travis-ci.org/wp-cli/wp-cli.svg?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![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") -导航链接:[使用](#使用方法) | [安装](#安装说明) | [支持](#技术支持) | [扩展](#扩展) | [贡献](#贡献) | [参考](#参考) +导航链接:[使用](#使用) | [安装](#安装) | [支持](#支持) | [扩展](#扩展) | [贡献](#贡献) | [参考](#参考) -## 使用方法 +## 使用 WP-CLI 可以为您在 WordPress 后台管理中执行的许多操作提供命令行工具。例如,使用 `wp plugin install --activate`([说明文档](https://developer.wordpress.org/cli/commands/plugin/install/))安装并激活插件: @@ -40,17 +40,17 @@ Success: 34 transients deleted from the database. 有关如何使用 WP-CLI 的更多内容请阅读《[Quick Start](https://make.wordpress.org/cli/handbook/quick-start/)》。您也可以在 [Shell Friends](https://make.wordpress.org/cli/handbook/shell-friends/) 了解实用的命令行工具。 -如果您已经了解这些基础知识,可以到 [WP-CLI Commands](https://developer.wordpress.org/cli/commands/) 了解更多有关主题和插件管理、数据导入和导出、数据库操作的内容。 +如果您已经熟悉基本命令,可以到 [WP-CLI Commands](https://developer.wordpress.org/cli/commands/) 了解更多有关主题及插件管理、数据导入与导出和数据库操作的内容。 -## 安装说明 +## 安装 -下载 Phar 文件是我们推荐的安装方法,如果需要[其他安装方法](https://make.wordpress.org/cli/handbook/installing/)([Composer](https://make.wordpress.org/cli/handbook/installing/#installing-via-composer), [Homebrew](https://make.wordpress.org/cli/handbook/installing/#installing-via-homebrew), [Docker](https://make.wordpress.org/cli/handbook/installing/#installing-via-docker)),请参阅相关文档。 +我们推荐使用下载 Phar 文件的安装方法,如果需要使用[其他安装方法](https://make.wordpress.org/cli/handbook/installing/)([Composer](https://make.wordpress.org/cli/handbook/installing/#installing-via-composer), [Homebrew](https://make.wordpress.org/cli/handbook/installing/#installing-via-homebrew), [Docker](https://make.wordpress.org/cli/handbook/installing/#installing-via-docker)),请参阅相关文档。 在安装 WP-CLI 之前,请确保您的操作环境满足最低要求: - UNIX 环境(OS X,Linux,FreeBSD,Cygwin),某些功能在 Windows 中将受到限制。 - PHP 5.4 或更高版本。 -- WordPress 3.7 或更高版本,较旧的版本在功能上可能会有所减少。 +- WordPress 3.7 或更高版本,较旧版本在功能上可能会有所减少。 再次检查操作环境,使用 `wget` 或 `curl` 下载 [wp-cli.phar](https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar): @@ -71,7 +71,7 @@ chmod +x wp-cli.phar sudo mv wp-cli.phar /usr/local/bin/wp ``` -如果 WP-CLI 安装成功,使用 `wp --info` 命令应该看到以下输出信息: +如果 WP-CLI 安装成功,使用 `wp --info` 命令,将看到以下输出信息: ```bash $ wp --info @@ -88,13 +88,13 @@ WP-CLI project config: WP-CLI version: 2.4.0 ``` -### 升级 WP-CLI +### 更新 WP-CLI 如果需要更新 WP-CLI ,可以运行 `wp cli update`([说明文档](https://developer.wordpress.org/cli/commands/cli/update/))或者重复上述安装方法。 如果 WP-CLI 的所有者是 root 或其他系统管理员,则需要执行 `sudo wp cli update` 操作。 -WordPress 的发展相当迅速,Nightly Builds 版本可以在开发环境中使用,并且始终包含最新和最出色的 WP-CLI 功能,运行 `wp cli update --nightly` 即可使用。 +如果您想体验最新版本,可以运行 `wp cli update --nightly` 来安装最新的 Nightly Builds 版本(每天更新的版本,不要用到生产环境) WP-CLI 工具。该版本在开发环境中有一定的稳定性,并且始终包含最新和最出色的 WP-CLI 功能。 ### Tab 命令行补全 @@ -114,7 +114,7 @@ bashcompinit source /FULL/PATH/TO/wp-completion.bash ``` -## 技术支持 +## 支持 WP-CLI 的维护者和贡献者只有有限的时间回答常见问题,只有[最新版](https://make.wordpress.org/cli/handbook/roadmap/)的 WP-CLI 受到官方支持。 @@ -131,21 +131,21 @@ WP-CLI 的维护者和贡献者只有有限的时间回答常见问题,只有[ * 加入 [WordPress.org 的 Slack](https://make.wordpress.org/chat/) 中的 `#cli` 频道,与当时可能有空的人聊天(这是最快的方法)。 * 在 [WordPress 支持论坛](https://wordpress.org/support/forum/wp-advanced/#new-post) 上发布新帖子,并用 「wp-cli」标记它(以便被找到)。 -GitHub Issues 用于跟踪现有命令的改进和 BUG,而不是常规支持。在提交 BUG 报告之前,请务必阅读手册中的 [Bug Reports](https://make.wordpress.org/cli/handbook/bug-reports/),以确保及时解决您的问题。 +GitHub Issues 用于跟踪现有命令的改进和 BUG,而不是常规支持。在提交 BUG 报告之前,请务必阅读手册中的 [Bug Reports](https://make.wordpress.org/cli/handbook/bug-reports/),以确保您的问题得到及时解决。 请不要在 Twitter 上提出问题,因为: 1)一般很难用 280 个字符的对话解决问题; -2)不能在其他人的对话中找到相同问题的答案。 +2)如果其他人与您拥有相同的问题,他们不能通过搜索其他人的历史聊天记录来获取答案。 -开源许可证授予您使用和修改的权利,但不授予您浪费别人时间的权利,请尊重他人! +开源许可证授予您使用和修改的权利,但不授予您浪费他人时间的权利。请您保持尊重! ## 扩展 -每个**命令**都被定义为一个 WP-CLI 功能,`wp plugin install`([说明文档](https://developer.wordpress.org/cli/commands/plugin/install/))是一个,而 `wp plugin activate`( [说明文档](https://developer.wordpress.org/cli/commands/plugin/activate/))是另一个。 +每个**命令**都被定义为一个 WP-CLI 功能,`wp plugin install`([说明文档](https://developer.wordpress.org/cli/commands/plugin/install/))是一个,而 `wp plugin activate`([说明文档](https://developer.wordpress.org/cli/commands/plugin/activate/))是另一个。 -在 WP-CLI 中,各种可执行类、函数和闭包都可以作为命令执行。在 PHPdoc 中描述了作为命令执行所需的信息。`WP_CLI::add_command()` ([说明文档](https://make.wordpress.org/cli/handbook/internal-api/wp-cli-add-command/)) 用于注册内部命令和第三方命令。 +WP-CLI 支持各种可执行类、函数和闭包作为命令被执行。其在 PHPdoc 中读取详细的使用信息。使用 `WP_CLI::add_command()`([说明文档](https://make.wordpress.org/cli/handbook/internal-api/wp-cli-add-command/))来注册内部命令和第三方命令。 ```php /** @@ -175,7 +175,7 @@ $delete_option_cmd = function( $args ) { WP_CLI::add_command( 'option delete', $delete_option_cmd ); ``` -创建自定义 WP-CLI 命令看起来比较容易。阅读 [Commands Cookbook](https://make.wordpress.org/cli/handbook/commands-cookbook/) 了解更多内容,浏览 [Internal API](https://make.wordpress.org/cli/handbook/internal-api/) 发现更多较为实用的功能。 +WP-CLI 包含丰富的命令。创建自定义的 WP-CLI 命令比看起来的要更加容易。阅读 [Commands Cookbook](https://make.wordpress.org/cli/handbook/commands-cookbook/) 了解更多内容,浏览 [Internal API](https://make.wordpress.org/cli/handbook/internal-api/) 发现更多创建自定义命令的实用功能。 ## 贡献 From 6cde483ca18f2c7c5731d9750cff86c7fb4f6075 Mon Sep 17 00:00:00 2001 From: akkspros Date: Sat, 18 Jan 2020 18:03:03 +0500 Subject: [PATCH 099/232] fix typos and docs standards --- _includes/languages.html | 4 ++-- _posts/2012-11-05-new-home.md | 2 +- _posts/2012-11-10-wp-shell.md | 2 +- _posts/2013-06-15-version-0.10.1.md | 2 +- _posts/2013-06-26-version-0.10.2.md | 2 +- _posts/2013-08-05-version-0.11.md | 2 +- _posts/2013-08-08-version-0.11.1.md | 2 +- _posts/2013-10-04-version-0.12.md | 2 +- _posts/2013-10-11-version-0.12.1.md | 2 +- _posts/2013-10-24-how-wp-cli-loads-wordpress.md | 2 +- _posts/2013-11-30-version-0.13.md | 4 ++-- _posts/2014-02-06-version-0.14.md | 4 ++-- _posts/2014-04-15-version-0.15.md | 2 +- _posts/2014-05-14-version-0.15.1.md | 2 +- _posts/2014-06-30-version-0.16.md | 2 +- _posts/2014-09-11-version-0.17.md | 2 +- _posts/2014-11-18-version-0.17.1.md | 2 +- assets/css/stylesheet.css | 5 +---- 18 files changed, 21 insertions(+), 24 deletions(-) diff --git a/_includes/languages.html b/_includes/languages.html index 2c44f118..487fc9df 100644 --- a/_includes/languages.html +++ b/_includes/languages.html @@ -10,7 +10,7 @@ 'use strict'; var langs = document.getElementById( 'languages' ); - // Only apply this after we set the Selected option + // Only apply this after we set the Selected option. langs.onchange = function( ev ) { if ( ev.currentTarget && ev.currentTarget.value ) { location.href = ev.currentTarget.value; @@ -25,7 +25,7 @@ count = opts.length; for ( var i = 0; i < count; i++ ){ - // Only happens if you have language path on the start of the location.pathname + // Only happens if you have language path on the start of the location.pathname. if ( 0 === window.location.pathname.indexOf( opts[ i ].value ) ) { opts[ i ].setAttribute( 'selected', 'selected' ); } diff --git a/_posts/2012-11-05-new-home.md b/_posts/2012-11-05-new-home.md index c617d93d..6db9b4e1 100644 --- a/_posts/2012-11-05-new-home.md +++ b/_posts/2012-11-05-new-home.md @@ -8,4 +8,4 @@ Welcome to the new website for the WP-CLI project! wp-cli already has a public [code repository](https://github.com/wp-cli/wp-cli), an [issue tracker](https://github.com/wp-cli/wp-cli/issues) and a [wiki](https://github.com/wp-cli/wp-cli/wiki). The only thing that was missing was a blog for publishing release notes and other news. -Since github has built-in support for [Jekyll](https://github.com/mojombo/jekyll/wiki), I decided to use that. The code for this website is also public: [github.com/wp-cli/wp-cli.github.com](https://github.com/wp-cli/wp-cli.github.com) +Since GitHub has built-in support for [Jekyll](https://github.com/mojombo/jekyll/wiki), I decided to use that. The code for this website is also public: [github.com/wp-cli/wp-cli.github.com](https://github.com/wp-cli/wp-cli.github.com) diff --git a/_posts/2012-11-10-wp-shell.md b/_posts/2012-11-10-wp-shell.md index cb478d35..4a380785 100644 --- a/_posts/2012-11-10-wp-shell.md +++ b/_posts/2012-11-10-wp-shell.md @@ -21,4 +21,4 @@ Here's a contrived example session: wp> exit scribu@air:~/wp/core$ -`wp shell` will be available in the 0.7 release of WP-CLI, but if you want to try it out right now, clone the [latest version](https://github.com/wp-cli/wp-cli) from github. If you have suggestions for making it better, don't hesitate to open issues and pull requests. +`wp shell` will be available in the 0.7 release of WP-CLI, but if you want to try it out right now, clone the [latest version](https://github.com/wp-cli/wp-cli) from GitHub. If you have suggestions for making it better, don't hesitate to open issues and pull requests. diff --git a/_posts/2013-06-15-version-0.10.1.md b/_posts/2013-06-15-version-0.10.1.md index 121168f2..ef0f4e46 100644 --- a/_posts/2013-06-15-version-0.10.1.md +++ b/_posts/2013-06-15-version-0.10.1.md @@ -17,4 +17,4 @@ Internals: * show warning if a URL redirect is attempted while using WP-CLI -You can also browse the list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?milestone=11&state=closed) on Github. +You can also browse the list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?milestone=11&state=closed) on GitHub. diff --git a/_posts/2013-06-26-version-0.10.2.md b/_posts/2013-06-26-version-0.10.2.md index 207b3378..28a59aec 100644 --- a/_posts/2013-06-26-version-0.10.2.md +++ b/_posts/2013-06-26-version-0.10.2.md @@ -16,4 +16,4 @@ Internals: * fix required version for php-cli-tools package -You can also browse the list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?milestone=12&state=closed) on Github. +You can also browse the list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?milestone=12&state=closed) on GitHub. diff --git a/_posts/2013-08-05-version-0.11.md b/_posts/2013-08-05-version-0.11.md index 3499643a..9356b9e2 100644 --- a/_posts/2013-08-05-version-0.11.md +++ b/_posts/2013-08-05-version-0.11.md @@ -51,6 +51,6 @@ Internals: * support passing `--require=` multiple times * deprecated `WP_CLI::add_man_dir()` -You can also browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?milestone=10&state=closed) on Github. +You can also browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?milestone=10&state=closed) on GitHub. Contributors to this release: [dangardner](https://github.com/dangardner), [danielbachhuber](https://github.com/danielbachhuber), [eugeneware](https://github.com/eugeneware), [jmslbam](https://github.com/jmslbam), [johnbillion](https://github.com/johnbillion), [MiteshShah](https://github.com/MiteshShah), [om4james](https://github.com/om4james), [scribu](https://github.com/scribu), [twratajczak](https://github.com/twratajczak), [Veered](https://github.com/Veered). diff --git a/_posts/2013-08-08-version-0.11.1.md b/_posts/2013-08-08-version-0.11.1.md index a85f8253..fd6d60bb 100644 --- a/_posts/2013-08-08-version-0.11.1.md +++ b/_posts/2013-08-08-version-0.11.1.md @@ -20,6 +20,6 @@ Internals: * fixed synopsis parser bug where arguments with vertical bars would be ignored * added support for `WP_CLI_PHP_ARGS` environment variable -You can also browse the list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?milestone=15&state=closed) on Github. +You can also browse the list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?milestone=15&state=closed) on GitHub. Contributors to this release: [c10b10](https://github.com/c10b10), [jmslbam](https://github.com/jmslbam), [scribu](https://github.com/scribu). diff --git a/_posts/2013-10-04-version-0.12.md b/_posts/2013-10-04-version-0.12.md index 3d8917cf..af9d9043 100644 --- a/_posts/2013-10-04-version-0.12.md +++ b/_posts/2013-10-04-version-0.12.md @@ -60,7 +60,7 @@ So, phar archives can be downloaded from the [wp-cli/builds](https://github.com/ * `wp plugin is-installed` and `wp theme is-installed` * `wp user add-cap`, `wp user remove-cap` and `wp user list-caps` -You can browse the full list of [resolved issues](https://github.com/WP-CLI/WP-CLI/issues?milestone=14&state=closed) on Github. +You can browse the full list of [resolved issues](https://github.com/WP-CLI/WP-CLI/issues?milestone=14&state=closed) on GitHub. [1]: https://github.com/wp-cli/wp-cli/issues/792#issuecomment-25376430 [2]: https://github.com/wp-cli/wp-cli/pull/786 diff --git a/_posts/2013-10-11-version-0.12.1.md b/_posts/2013-10-11-version-0.12.1.md index e78eff00..2c15fc59 100644 --- a/_posts/2013-10-11-version-0.12.1.md +++ b/_posts/2013-10-11-version-0.12.1.md @@ -11,6 +11,6 @@ Hot on the heels of the [0.12 release](/blog/version-0.12.html) comes a minor re * made the `--post__in=` parameter in `wp post list` work * added `--match=` argument for `wp rewrite list` + other improvements -You can browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?milestone=18&page=1&state=closed) on Github. +You can browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?milestone=18&page=1&state=closed) on GitHub. Contributors to this release: [danielbachhuber](https://github.com/danielbachhuber), [mattes](https://github.com/mattes), [scribu](https://github.com/scribu) diff --git a/_posts/2013-10-24-how-wp-cli-loads-wordpress.md b/_posts/2013-10-24-how-wp-cli-loads-wordpress.md index bd8ee44a..21ab3374 100644 --- a/_posts/2013-10-24-how-wp-cli-loads-wordpress.md +++ b/_posts/2013-10-24-how-wp-cli-loads-wordpress.md @@ -15,7 +15,7 @@ She figures that if she manages to load the WP environment from a CLI script, th Shelly is pleased; her script even works on multisite installs. Both the host name and the path to the WordPress install are hardcoded, but she can figure ways around that later. -With her geeky curiosity satisfied, she lazily types in a google search, to check if anyone else has solved this problem. The first result is a project called WP-CLI. She installs it and tries out a few commands - it seems to work pretty well. +With her geeky curiosity satisfied, she lazily types in a Google search, to check if anyone else has solved this problem. The first result is a project called WP-CLI. She installs it and tries out a few commands - it seems to work pretty well. She then goes to the WP-CLI source and searches for 'wp-load.php', to see how it handles the WordPress bootstrapping - 0 results. Puzzled, she starts going through the first file that gets executed and eventually reaches one called `wp-setting-cli.php`. This strikes Shelly as peculiar, since she encountered a similar file in WordPress Core. She signs into the project's IRC channel. diff --git a/_posts/2013-11-30-version-0.13.md b/_posts/2013-11-30-version-0.13.md index 332f2390..1a46306f 100644 --- a/_posts/2013-11-30-version-0.13.md +++ b/_posts/2013-11-30-version-0.13.md @@ -32,7 +32,7 @@ We have simplified the process of [setting up and running plugin tests](https:// It fetches the test library from the new `develop.svn.wordpress.org` repository. -Also, the Travis build no longer depends on the Github mirror of WordPress. +Also, the Travis build no longer depends on the GitHub mirror of WordPress. ### Improved downloads @@ -72,6 +72,6 @@ Misc: * removed `wp core init-tests` command ([context](https://github.com/wp-cli/wp-cli/pull/885)) * renamed `WP_CLI::add_action()` to `WP_CLI::add_hook()` ([context](https://github.com/wp-cli/wp-cli/pull/845)) -You can browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?milestone=19&page=1&state=closed) on Github. +You can browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?milestone=19&page=1&state=closed) on GitHub. Contributors to this release: [BoiteAWeb](https://github.com/BoiteAWeb), [ctayloroomphinc](https://github.com/ctayloroomphinc), [danielbachhuber](https://github.com/danielbachhuber), [dd32](https://github.com/dd32), [francescolaffi](https://github.com/francescolaffi), [jonathanbardo](https://github.com/jonathanbardo), [Kevinlearynet](https://github.com/Kevinlearynet), [leewillis77](https://github.com/leewillis77), [nickdaugherty](https://github.com/nickdaugherty), [QWp6t](https://github.com/QWp6t), [rodrigoprimo](https://github.com/rodrigoprimo), [ryanduff](https://github.com/ryanduff), [scribu](https://github.com/scribu), [simonwheatley](https://github.com/simonwheatley), [tiagohillebrandt](https://github.com/tiagohillebrandt), [tlovett1](https://github.com/tlovett1), [wojsmol](https://github.com/wojsmol). diff --git a/_posts/2014-02-06-version-0.14.md b/_posts/2014-02-06-version-0.14.md index 1005954b..c3d1ae32 100644 --- a/_posts/2014-02-06-version-0.14.md +++ b/_posts/2014-02-06-version-0.14.md @@ -16,7 +16,7 @@ To make this not-common-enough scenario work, we had to once again call upon the ### Protection against running as root -If you try to run a WP-CLI command as the superuser, WP-CLI will refuse to run. In production environemnts, most of the commands should actually be run under the same user as the web server. But, in general, running commands as root is a bad idea. +If you try to run a WP-CLI command as the superuser, WP-CLI will refuse to run. In production environments, most of the commands should actually be run under the same user as the web server. But, in general, running commands as root is a bad idea. For example, if you run `wp media regenerate` as `root`, then the newly created thumbnail files will naturally be owned by `root`. If the web server is running under the `www-data` user, it won't be able to change these files (unless they're globally writable, which is less secure). So, the correct command would be `sudo -u www-data wp media regenerate`. @@ -60,7 +60,7 @@ You can also skip only particular plugins: `wp --skip-plugins=admin-blocker,comp * fixed issue with progress bar calling `tput` too often * execution is now aborted if too many positional parameters are passed or if an unknown associative parameter is passed -You can browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?milestone=20&state=closed) on Github. +You can browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?milestone=20&state=closed) on GitHub. diff --git a/_posts/2014-04-15-version-0.15.md b/_posts/2014-04-15-version-0.15.md index 4fa24565..220146a3 100644 --- a/_posts/2014-04-15-version-0.15.md +++ b/_posts/2014-04-15-version-0.15.md @@ -50,7 +50,7 @@ Note that after updating `wp-cli.phar`, you will also have to update the [wp-com * `wp post create`: fixed handling of `--post_category=` parameter * `wp eval-file`: allow passing arbitrary arguments to the file -You can browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?milestone=21&page=1&state=closed) on Github. +You can browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?milestone=21&page=1&state=closed) on GitHub. Contributors to this release: [clemens-tolboom](https://github.com/clemens-tolboom), [danielbachhuber](https://github.com/danielbachhuber), [francescolaffi](https://github.com/francescolaffi), [itsananderson](https://github.com/itsananderson), [johnpbloch](https://github.com/johnpbloch), [mattheu](https://github.com/mattheu), [nyordanov](https://github.com/nyordanov), [Rarst](https://github.com/Rarst), [robertboloc](https://github.com/robertboloc), [rodrigoprimo](https://github.com/rodrigoprimo), [sboisvert](https://github.com/sboisvert), [scribu](https://github.com/scribu), [szepeviktor](https://github.com/szepeviktor), [trepmal](https://github.com/trepmal). diff --git a/_posts/2014-05-14-version-0.15.1.md b/_posts/2014-05-14-version-0.15.1.md index f1347a49..d31cdd2f 100644 --- a/_posts/2014-05-14-version-0.15.1.md +++ b/_posts/2014-05-14-version-0.15.1.md @@ -15,6 +15,6 @@ The longer 0.15 soaked, the more bug fixes it saw. It's finally time to get them * use WordPress' `_n()` instead of `ngettext()` * fix segmentation fault in PHP 5.5.11/12 (and probably other 5.5.x versions) -You can browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?milestone=24&page=1&state=closed) on Github. +You can browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?milestone=24&page=1&state=closed) on GitHub. Contributors to this release: [boonebgorges](https://github.com/boonebgorges), [danielbachhuber](https://github.com/danielbachhuber), [jmslbam](https://github.com/jmslbam), [mboynes](https://github.com/mboynes), [szepeviktor](https://github.com/szepeviktor), [westonruter](https://github.com/westonruter) diff --git a/_posts/2014-06-30-version-0.16.md b/_posts/2014-06-30-version-0.16.md index 834b2bc2..7f714ce7 100644 --- a/_posts/2014-06-30-version-0.16.md +++ b/_posts/2014-06-30-version-0.16.md @@ -83,6 +83,6 @@ Fixes: * Autocompletion file works properly for both bash and ZSH * `wp core update`: can update directly from a ZIP file -You can browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?milestone=23&page=1&state=closed) on Github. +You can browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?milestone=23&page=1&state=closed) on GitHub. Contributors to this release: [boonebgorges](https://github.com/boonebgorges), [danielbachhuber](https://github.com/danielbachhuber), [jmslbam](https://github.com/jmslbam), [johnbillion](https://github.com/johnbillion), [joshlevinson](https://github.com/joshlevinson), [mboynes](https://github.com/mboynes), [rodrigoprimo](https://github.com/rodrigoprimo), [ryanduff](https://github.com/ryanduff), [scribu](https://github.com/scribu), [szepeviktor](https://github.com/szepeviktor), [westonruter](https://github.com/westonruter) diff --git a/_posts/2014-09-11-version-0.17.md b/_posts/2014-09-11-version-0.17.md index c94e3214..9a515d8e 100644 --- a/_posts/2014-09-11-version-0.17.md +++ b/_posts/2014-09-11-version-0.17.md @@ -105,6 +105,6 @@ Fixes: * GUIDs are escaped as URLs for `wp export`. * Thanks to improvements in php-cli-tools, long strings in tables will be wrapped, instead of breaking output. See in action with `wp theme get twentyfourteen`. -You can browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?q=milestone%3A0.17.0+is%3Aclosed) on Github. +You can browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?q=milestone%3A0.17.0+is%3Aclosed) on GitHub. Contributors to this release: [danielbachhuber](https://github.com/danielbachhuber), [dlh01](https://github.com/dlh01), [jeichorn](https://github.com/jeichorn), [johnbillion](https://github.com/johnbillion), [lkwdwrd](https://github.com/lkwdwrd), [mattheu](https://github.com/mattheu), [nschoenholtz](https://github.com/nschoenholtz), [phh](https://github.com/phh), [rodrigoprimo](https://github.com/rodrigoprimo), [santagada](https://github.com/santagada), [scribu](https://github.com/scribu), [szepeviktor](https://github.com/szepeviktor), [tddewey](https://github.com/tddewey), [tollmanz](https://github.com/tollmanz), [trepmal](https://github.com/trepmal), [willmot](https://github.com/willmot). diff --git a/_posts/2014-11-18-version-0.17.1.md b/_posts/2014-11-18-version-0.17.1.md index a4d0da4a..9da1aa59 100644 --- a/_posts/2014-11-18-version-0.17.1.md +++ b/_posts/2014-11-18-version-0.17.1.md @@ -17,6 +17,6 @@ Consider yourself lucky there were less bugs in 0.17 than sugar ants in our kitc * Adds error handling to `Core_Command::_read()`, for when WordPress.org returns bad responses. * php-cli-tools v0.10.2: Fixes supplying empty array to `cli\Table`, and incorrect lengths for colorized strings in `cli\Table` -You can browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?milestone=27&page=1&state=closed) on Github. +You can browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?milestone=27&page=1&state=closed) on GitHub. Contributors to this release: [borekb](https://github.com/borekb), [danielbachhuber](https://github.com/danielbachhuber), [szepeviktor](https://github.com/szepeviktor), [wturrell](https://github.com/wturrell) diff --git a/assets/css/stylesheet.css b/assets/css/stylesheet.css index 3cf7bacd..ad8e86ea 100644 --- a/assets/css/stylesheet.css +++ b/assets/css/stylesheet.css @@ -575,9 +575,6 @@ body.configuration .global-parameters{ } - - - /* Blog */ .hentry + .hentry { @@ -644,7 +641,7 @@ hr:after, padding-bottom: 1em; } -/* Accouncement within posts */ +/* Announcement within posts */ .announcement { padding: 0.3em 1em 0.5em 1em; margin-bottom: 1em; From 8780b0fa52bd3fb8cd85a082e34cd50b7c18fe2a Mon Sep 17 00:00:00 2001 From: Matthias Kittsteiner Date: Tue, 4 Feb 2020 22:32:50 +0100 Subject: [PATCH 100/232] Update translation to match the english version --- de/index.md | 148 +++++++++++++++++++++++++++++----------------------- 1 file changed, 83 insertions(+), 65 deletions(-) diff --git a/de/index.md b/de/index.md index 08ba54e5..aefb14da 100644 --- a/de/index.md +++ b/de/index.md @@ -1,124 +1,146 @@ --- layout: default -title: Kommandozeilen-Interface für WordPress +title: Kommandozeilen-Benutzeroberfläche für WordPress --- -[WP-CLI](https://wp-cli.org/) ist eine Sammlung von Kommandozeilen-Tools zur Verwaltung von [WordPress](https://wordpress.org/) Installationen. Du kannst Plugins aktualisieren, Multisite Installationen konfigurieren und vieles mehr, ohne einen Browser zu verwenden. +[WP-CLI](https://wp-cli.org/) ist das Kommandozeilen-Werkzeug für [WordPress](https://de.wordpress.org/). Du kannst Plugins aktualisieren, Multisite-Installationen konfigurieren und vieles mehr, ohne einen Browser zu benutzen. -Um stets auf dem Laufenden zu bleiben, folge [@wpcli auf Twitter](https://twitter.com/wpcli) oder [abonniere den Newsletter](http://wp-cli.us13.list-manage.com/subscribe?u=0615e4d18f213891fc000adfd&id=8c61d7641e). +Die laufende Pflege wird ermöglicht durch: +a href="https://automattic.com/"> -[![Build Status](https://travis-ci.org/wp-cli/wp-cli.png?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![Durchschnittliche Zeit bis zur Lösung eines Issues](http://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Durchschnittliche Zeit bis zur Lösung eines Issues") [![Prozentsatz noch offener Issues](http://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Prozentsatz noch offener Issues") +Das aktuelle stabile Release ist [Version 2.4.0](https://make.wordpress.org/cli/2019/11/12/wp-cli-v2-4-0-release-notes/) (engl.). Folge für Ankündigungen [@wpcli auf Twitter](https://twitter.com/wpcli) oder [registriere dich für Aktualisierungen per E-Mail](https://make.wordpress.org/cli/subscribe/) (engl.). [Sieh dir die Roadmap an](https://make.wordpress.org/cli/handbook/roadmap/) (engl.), um einen Überblick zu erhalten, was in zukünftigen Releases geplant ist. -Quick links: [Benutzung](#benutzung) | [Installation](#installation) | [Support](#support) | [Erweitern](#erweitern) | [Mitwirken](#mitwirken) | [Credits](#credits) +[![Build-Status](https://travis-ci.org/wp-cli/wp-cli.svg?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![Durchschnittliche Zeit, bis ein Problem behoben wurde](https://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Durchschnittliche Zeit, bis ein Problem behoben wurde") [![Prozentuale Anzahl an offenen Problemen](https://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Prozentuale Anzahl an offenen Problemen") + +Quick links: [Benutzung](#using) | [Installation](#installing) | [Support](#support) | [Erweitern](#extending) | [Mitwirken](#contributing) | [Credits](#credits) ## Benutzung -Das Ziel von WP-CLI ist es, für jede Aktion ein Kommandozeilen-Interface zur Verfügung zu stellen, die man auch über den Adminbereich ausführen kann. Mit `wp plugin install --activate` ([doc](https://wp-cli.org/commands/plugin/install/)) kann man zum Beispiel ein WordPress Plugin installieren und aktivieren: +WP-CLI bietet eine Kommandozeilen-Benutzeroberfläche für viele Aktionen, die du eigentlich im WordPress-Administrationsbereich durchführst. `wp plugin install --activate` ([Dok.](https://developer.wordpress.org/cli/commands/plugin/install/)) lässt dich beispielsweise ein WordPress-Plugin installieren und aktivieren: ```bash -$ wp plugin install rest-api --activate -Installing WordPress REST API (Version 2) (2.0-beta13) -Downloading install package from https://downloads.wordpress.org/plugin/rest-api.2.0-beta13.zip... +$ wp plugin install user-switching --activate +Installing User Switching (1.0.9) +Downloading installation package from https://downloads.wordpress.org/plugin/user-switching.1.0.9.zip... Unpacking the package... Installing the plugin... Plugin installed successfully. -Activating 'rest-api'... -Success: Plugin 'rest-api' activated. +Activating 'user-switching'... +Plugin 'user-switching' activated. +Success: Installed 1 of 1 plugins. ``` -WP-CLI enthält auch Befehle für viele Dinge, die man im Adminbereich nicht tun kann. Mit `wp transient delete-all` ([doc](https://wp-cli.org/commands/transient/delete-all/)) kannst du z.B. bestimmte oder alle Transients löschen: +WP-CLI enthält auch Befehle für viele Dinge, die du im WordPress-Administrationsbereich nicht tun kannst. Mit `wp transient delete-all` ([Dok.](https://developer.wordpress.org/cli/commands/transient/delete/)) kannst du beispielsweise bestimmte oder alle Transients löschen: ```bash -$ wp transient delete-all +$ wp transient delete --all Success: 34 transients deleted from the database. ``` -Für eine umfassendere Einführung in die Benutzung von WP-CLI, lies am besten den [Quick Start guide](https://wp-cli.org/docs/quick-start/). +Für eine umfassendere Einführung in die Benutzung von WP-CLI, lies am besten die [Schnellstartanleitung](https://wp-cli.org/docs/quick-start/) (engl.), oder sieh dir [Shell-Freunde](https://make.wordpress.org/cli/handbook/shell-friends/) (engl.) an, um mehr über die Kommandozeilen-Helferlein zu erfahren. -Bereits genug von den Basics? Sieh dir die [komplette Liste an Befehlen](https://wp-cli.org/commands/) an für detailliertere Informationen zur Verwaltung von Themes und Plugins, Datenimport und -export, Suchen/Ersetzen-Operationen in der Datenbank und mehr. +Bereits genug von den Basics? Sieh dir die [komplette Liste an Befehlen](https://developer.wordpress.org/cli/commands/) (engl.) für detailliertere Informationen zur Verwaltung von Themes und Plugins, Datenimport und -export, Suchen/Ersetzen-Operationen in der Datenbank und mehr an. ## Installation -Das Herunterladen der Phar Datei ist unsere empfohlene Installationsweise. Falls nötig, gibt es auch eine Dokumentation zu [alternativen Installationsmethoden](https://wp-cli.org/docs/installing/). +Das Herunterladen der Phar Datei ist unsere empfohlene Installationsweise. Falls nötig, gibt es auch eine Dokumentation zu [alternativen Installationsmethoden](https://make.wordpress.org/cli/handbook/installing/) (engl.) ([Composer](https://make.wordpress.org/cli/handbook/installing/#installing-via-composer) (engl.), [Homebrew](https://make.wordpress.org/cli/handbook/installing/#installing-via-homebrew) (engl.), [Docker](https://make.wordpress.org/cli/handbook/installing/#installing-via-docker) (engl.)). Bevor du WP-CLI installierst, stell bitte sicher, dass dein System die Mindestanforderungen erfüllt: - UNIX-ähnliche Umgebung (OS X, Linux, FreeBSD, Cygwin); eingeschränkter Support in Windows-Umgebungen -- PHP 5.3.29 oder höher -- WordPress 3.7 oder höher +- PHP 5.4 oder neuer +- WordPress 3.7 oder neuer. Ältere Versionen als das aktuelle WordPress-Release haben funktionelle Einschränkungen -Sobald du die Mindestanforderungen geprüft hast, lade die [wp-cli.phar](https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) Datei mittels `wget` oder `curl` herunter: +Sobald du die Mindestanforderungen geprüft hast, lade die [wp-cli.phar](https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar)-Datei mittels `wget` oder `curl` herunter: ```bash -$ curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar +curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar ``` -Prüfe als nächstes, ob es funktioniert: +Prüfe als nächstes, ob die Phar-Datei funktioniert: ```bash -$ php wp-cli.phar --info +php wp-cli.phar --info ``` -Um WP-CLI auf der Kommandozeile durch blosses Tippen von `wp` zu nutzen, mache die Datei ausführbar und verschiebe es irgendwo hin innerhalb deines PATH. Zum Beispiel: +Um WP-CLI auf der Kommandozeile durch blosses Eintippen von `wp` zu benutzen, mach die Datei ausführbar und verschiebe sie irgendwo hin innerhalb deines PATH. Zum Beispiel: ```bash -$ chmod +x wp-cli.phar -$ sudo mv wp-cli.phar /usr/local/bin/wp +chmod +x wp-cli.phar +sudo mv wp-cli.phar /usr/local/bin/wp ``` Wenn WP-CLI erfolgreich installiert wurde, solltest du bei der Ausführung von `wp --info` etwas wie hier sehen: ```bash $ wp --info -PHP binary: /usr/bin/php5 -PHP version: 5.5.9-1ubuntu4.14 -php.ini used: /etc/php5/cli/php.ini -WP-CLI root dir: /home/wp-cli/.wp-cli +OS: Darwin 16.7.0 Darwin Kernel Version 16.7.0: Thu Jan 11 22:59:40 PST 2018; root:xnu-3789.73.8~1/RELEASE_X86_64 x86_64 +Shell: /bin/zsh +PHP binary: /usr/local/bin/php +PHP version: 7.0.22 +php.ini used: /etc/local/etc/php/7.0/php.ini +WP-CLI root dir: /home/wp-cli/.wp-cli/vendor/wp-cli/wp-cli +WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: /home/wp-cli/.wp-cli/config.yml WP-CLI project config: -WP-CLI version: 0.25.0 +WP-CLI version: 2.4.0 ``` ### Aktualisieren -Du kannst WP-CLI mittels `wp cli update` ([doc](https://wp-cli.org/commands/cli/update/)) aktualisieren oder indem du die obigen Installationsschritte wiederholst. +Du kannst WP-CLI mittels `wp cli update` ([Dok.](https://wp-cli.org/commands/cli/update/) (engl.)) aktualisieren oder indem du die obigen Installationsschritte wiederholst. + +Wenn WP-CLI dem root-Benutzer oder einem anderen Systembenutzer gehört, musst du `sudo wp cli update` ausführen. -Lebst du gerne gefährlich? Führe `wp cli update --nightly` aus um den aktuellsten Nightly Build von WP-CLI zu nutzen. Der Nightly Build ist mehr oder weniger stabil genug für die Nutzung in deiner Entwicklungsumgebung und enthält jeweils die neusten und besten Features von WP-CLI. +Lebst du gerne gefährlich? Führe `wp cli update --nightly` aus, um den letzten Nightly Build von WP-CLI zu benutzen. Der Nightly Build ist mehr oder weniger stabil genug für die Nutzung in deiner Entwicklungsumgebung und enthält jeweils die neusten und besten Funktionen von WP-CLI. ### Tab-Vervollständigung -Für WP-CLI gibt es auch ein Skript zur Autovervollständigung von Befehlen für Bash und ZSH. Lade einfach [wp-completion.bash](https://github.com/wp-cli/wp-cli/raw/master/utils/wp-completion.bash) herunter und referenziere es in der `~/.bash_profile` Datei: +Für WP-CLI gibt es auch ein Skript zur Autovervollständigung von Befehlen für Bash und ZSH. Lade einfach die [wp-completion.bash](https://github.com/wp-cli/wp-cli/raw/master/utils/wp-completion.bash) herunter und referenziere sie in der `~/.bash_profile`-Datei: ```bash -source /FULL/PATH/TO/wp-completion.bash +source /ABSOLUTER/PFAD/ZUR/wp-completion.bash ``` Vergiss nicht, danach `source ~/.bash_profile` auszuführen. +Wenn du zsh für deine Shell benutzt, musst du möglicherweise erst `bashcompinit` laden und starten, bevor du `source`-Befehl nutzt. Füge das folgende in deine `.zshrc` ein: + +```bash +autoload bashcompinit +bashcompinit +source /ABSOLUTER/PFAD/ZUR/wp-completion.bash +``` + ## Support -Die Betreuer und Mitwirkenden hinter WP-CLI sind Freiwillige und haben nur begrenzt Zeit um generelle Supportanfragen zu beantworten. Prüfe zunächst, ob es bereits an einem dieser Orte eine Antwort auf deine Frage gibt: +Die Betreuer und Mitwirkenden hinter WP-CLI sind Freiwillige und haben nur begrenzt Zeit, um generelle Supportanfragen zu beantworten. Die [aktuelle Version von WP-CLI](https://make.wordpress.org/cli/handbook/roadmap/) (engl.) ist die einzig offizielle unterstützte Version. + +Prüfe zunächst, ob es bereits auf einer dieser Seiten eine Antwort auf deine Frage gibt: -- [Gängige Fehler und deren Lösungen](https://wp-cli.org/docs/common-issues/) -- [Best Practices beim Erstellen eines Bug Reports](https://wp-cli.org/docs/bug-reports/) -- [Dokumentationsportal](https://wp-cli.org/docs/) -- [Offene oder geschlossene Issues auf Github](https://github.com/wp-cli/wp-cli/issues?utf8=%E2%9C%93&q=is%3Aissue) -- [WordPress StackExchange Foren](http://wordpress.stackexchange.com/questions/tagged/wp-cli) +- [Gängige Probleme und deren Lösungen](https://make.wordpress.org/cli/handbook/common-issues/) (engl.) +* [WP-CLI-Handbuch](https://make.wordpress.org/cli/handbook/) (engl.) +* [Offene oder geschlossene Probleme in der WP-CLI-GitHub-Organisation](https://github.com/issues?utf8=%E2%9C%93&q=sort%3Aupdated-desc+org%3Awp-cli+is%3Aissue) (engl.) +* [Themen mit dem Tag 'WP-CLI' im WordPress.org-Supportforum](https://wordpress.org/support/topic-tag/wp-cli/) (engl.) +* [Fragen mit dem Tag 'WP-CLI' im WordPress-StackExchange](https://wordpress.stackexchange.com/questions/tagged/wp-cli) (engl.) -Wenn du auf keiner dieser Seiten eine Antwort finden kannst, trete dem `#cli` Channel des [WordPress.org Slack Teams](https://make.wordpress.org/chat/) bei um zu sehen, ob ein Community-Mitglied dir weiterhelfen kann. Professionelle Benutzer können auch [runcommand](https://runcommand.io/) für Premium Support in Betracht ziehen. +Wenn du auf keiner dieser Seiten eine Antwort findest, kannst du folgendes tun: -GitHub Issues sind nur für das Verwalten von Erweiterungen und Bugs existierender Befehle gedacht, nicht allgemeinen Support. Schau dir [unsere Best Practices](https://wp-cli.org/docs/bug-reports/) an, bevor du einen Bug meldest, damit dein Issue in angemessener Zeit bearbeitet werden kann. +* Tritt dem `#cli`-Kanal im [WordPress.org Slack](https://make.wordpress.org/chat/) (engl.) bei, um mit jemandem zu chatten, der gerade da ist. Das ist die beste Möglichkeit für kleine Fragen. +* [Erstelle ein neues Thema](https://wordpress.org/support/forum/wp-advanced/#new-post) (engl.) im WordPress.org-Supportforum und füge den Tag 'WP-CLI' hinzu, sodass die Community es sieht. -Bitte stell keine Supportfragen auf Twitter. Twitter ist kein akzeptabler Ort für Support weil: 1) es ist schwierig Konversationen unter 140 Zeichen zu führen und 2) Twitter ist kein Ort, wo jemand mit der gleichen Frage frühere Antworten in einer Konversation finden kann. +GitHub Issues sind nur für das Verwalten von Erweiterungen und Bugs existierender Befehle gedacht, nicht für allgemeinen Support. Sieh dir [unsere Best Practices](https://make.wordpress.org/cli/handbook/bug-reports/) (engl.) an, bevor du einen Fehler meldest, damit dein Issue in angemessener Zeit bearbeitet werden kann. -Denk daran, frei != gratis. Die Open Source Lizenz garantiert dir die Freiheit zur Nutzung und Bearbeitung, aber nicht anderer Leute Zeit. Bitte sei respektvoll und setze deine Erwartungen dementsprechend. +Bitte stell keine Supportfragen auf Twitter. Twitter ist kein akzeptabler Ort für Support weil: 1) es ist schwierig Konversationen unter 280 Zeichen zu führen und 2) Twitter ist kein Ort, an dem jemand mit der gleichen Frage frühere Antworten in einer Konversation finden kann. + +Denk daran, frei != gratis. Die Open-Source-Lizenz garantiert dir die Freiheit zur Nutzung und Bearbeitung, aber nicht anderer Leute Zeit. Bitte sei respektvoll und setze deine Erwartungen dementsprechend. ## Erweitern -Ein **Befehl** ist die atomare Einheit der WP-CLI Funktionalität. `wp plugin install` ([doc](https://wp-cli.org/commands/plugin/install/)) ist ein solcher Befehl. `wp plugin activate` ([doc](https://wp-cli.org/commands/plugin/activate/)) ein anderer. +Ein **Befehl** ist die atomare Einheit der WP-CLI Funktionalität. `wp plugin install` ([Dok.](https://developer.wordpress.org/cli/commands/plugin/install/) (engl.)) ist ein Befehl. `wp plugin activate` ([Dok.](https://developer.wordpress.org/cli/commands/plugin/activate/) (engl.)) ist ein anderer. -WP-CLI unterstützt das Registrieren jeder aufrufbaren Klasse, Funktion oder Closure als Befehl. Es liest die Informationen zur Nutzung aus der PHPdoc des Callbacks aus. `WP_CLI::add_command()` ([doc](https://wp-cli.org/docs/internal-api/wp-cli-add-command/)) wird sowohl für die Registration interner Befehle als auch für Befehle von Dritten verwendet. +WP-CLI unterstützt das Registrieren jeder aufrufbaren Klasse, Funktion oder Closure als Befehl. Es liest die Informationen zur Nutzung aus der PHPdoc des Callbacks aus. `WP_CLI::add_command()` ([Dok.](https://make.wordpress.org/cli/handbook/internal-api/wp-cli-add-command/) (engl.)) wird sowohl für die Registrierung interner als auch für Befehle von Dritten verwendet. ```php /** @@ -148,36 +170,32 @@ $delete_option_cmd = function( $args ) { WP_CLI::add_command( 'option delete', $delete_option_cmd ); ``` -WP-CLI enthält Dutzende Befehle. Es ist auch sehr einfach eigene Befehle zu erstellen. Lies dazu das [Commands Cookbook](https://wp-cli.org/docs/commands-cookbook/) um mehr zu erfahren. Stöbere in der [internen API-Dokumentation](https://wp-cli.org/docs/internal-api/) um eine Vielzahl hilfreicher Funktionen zu entdecken, welche du in deinem eigenen WP-CLI Befehl nutzen kannst. +WP-CLI enthält Dutzende Befehle. Es ist auch einfacher, als es aussieht, eigene Befehle zu erstellen. Lies dazu das [Befehle-Kochbuch](https://make.wordpress.org/cli/handbook/commands-cookbook/) (engl.), um mehr zu erfahren. Stöbere in der [internen API-Dokumentation](https://make.wordpress.org/cli/handbook/internal-api/) (engl.), um eine Vielzahl hilfreicher Funktionen zu entdecken, die du in deinem eigenen WP-CLI Befehl benutzen kannst. ## Mitwirken -Willkommen und danke! - -Wir schätzen es sehr, dass du interessiert bist an WP-CLI mitzuwirken. Nur wegen dir und der Community um dich herum ist WP-CLI so ein tolles Projekt. +Wir schätzen es sehr, dass du interessiert bist, an WP-CLI mitzuwirken. Nur wegen dir und der Community um dich herum ist WP-CLI so ein tolles Projekt. -**Mitwirken beschränkt sich nicht nur aufs Programmieren.** Wir möchten dich dazu ermutigen, das beizutragen, was du am besten kannst. Sei es durch das Schreiben von Tutorials, das Vorstellen von WP-CLI an einem lokalen Meetup, anderen Nutzern bei ihren Supportfragen zu helfen oder unsere Dokumentation zu pflegen. +**Mitwirken beschränkt sich nicht nur auf’s Programmieren.** Wir möchten dich dazu ermutigen, das beizutragen, was du am besten kannst. Sei es durch das Schreiben von Tutorials, das Vorstellen von WP-CLI bei einem lokalen Meetup, anderen Nutzern bei ihren Supportfragen zu helfen oder unsere Dokumentation zu pflegen. -Nimm dir bitte einen Moment Zeit um [unsere Guidelines in Ruhe durchzulesen](https://wp-cli.org/docs/contributing/). Das Einhalten dieser Guidelines zeigt, dass du die Zeit respektierst, welche andere in dieses Projekt investieren. Im Gegensatz werden andere Betreuer rund um den Globus diesen Respekt erwidern. +Lies unsere [Guidelines im Handbuch](https://make.wordpress.org/cli/handbook/contributing/) (engl.), um eine Einführung zu bekommen, wie du mitwirken kannst. Das Einhalten dieser Guidelines zeigt, dass du die Zeit respektierst, die andere in dieses Projekt investieren. Im Gegensatz werden andere Betreuer rund um den Globus diesen Respekt erwidern. ## Projektleitung -WP-CLI wird von folgenden Personen geleitet: +WP-CLI hat einen Projektbetreuer: [schlessera](http://github.com/schlessera) (engl.). -* [Daniel Bachhuber](https://github.com/danielbachhuber/) - aktueller Betreuer -* [Cristi Burcă](https://github.com/scribu) - vorheriger Betreuer -* [Andreas Creten](https://github.com/andreascreten) - Gründer +Gelegentlich [vergeben wir Schreibzugriff an Mitwirkende](https://make.wordpress.org/cli/handbook/committers-credo/), die über längere Zeit gezeigt haben, dass sie in der Lage sind, in das Projekt zu investieren und es voranzubringen. -Lies mehr über die [Projektstruktur](https://wp-cli.org/docs/governance/) und schau dir die [komplette Liste von Mitwirkenden](https://github.com/wp-cli/wp-cli/contributors) an. +Lies dir das [Verwaltungsdokument im Handbuch](https://make.wordpress.org/cli/handbook/governance/) (engl.) für mehr operative Informationen bezüglich dieses Projekts durch. ## Credits -Neben den Bibliotheken, die in der [composer.json](composer.json) Datei erwähnt werden, nutzen wir Code oder Ideen von folgenden Projekten: +Neben den Bibliotheken, die in der [composer.json](composer.json)-Datei erwähnt werden, benutzen wir Code oder Ideen von folgenden Projekten: -* [Drush](http://drush.ws/) für... viele Dinge -* [wpshell](http://code.trac.wordpress.org/browser/wpshell) für `wp shell` -* [Regenerate Thumbnails](http://wordpress.org/plugins/regenerate-thumbnails/) für `wp media regenerate` -* [Search-Replace-DB](https://github.com/interconnectit/Search-Replace-DB) für `wp search-replace` -* [WordPress-CLI-Exporter](https://github.com/Automattic/WordPress-CLI-Exporter) für `wp export` -* [WordPress-CLI-Importer](https://github.com/Automattic/WordPress-CLI-Importer) für `wp import` -* [wordpress-plugin-tests](https://github.com/benbalter/wordpress-plugin-tests/) für `wp scaffold plugin-tests` +* [Drush](https://github.com/drush-ops/drush) (engl.) für… viele Dinge +* [wpshell](http://code.trac.wordpress.org/browser/wpshell) (engl.) für `wp shell` +* [Regenerate Thumbnails](http://de.wordpress.org/plugins/regenerate-thumbnails/) für `wp media regenerate` +* [Search-Replace-DB](https://github.com/interconnectit/Search-Replace-DB) (engl.) für `wp search-replace` +* [WordPress-CLI-Exporter](https://github.com/Automattic/WordPress-CLI-Exporter) (engl.) für `wp export` +* [WordPress-CLI-Importer](https://github.com/Automattic/WordPress-CLI-Importer) (engl.) für `wp import` +* [wordpress-plugin-tests](https://github.com/benbalter/wordpress-plugin-tests/) (engl.) für `wp scaffold plugin-tests` From 05e4fa69b62116fa82ff03d25e653af6c64e6fa2 Mon Sep 17 00:00:00 2001 From: Matthias Kittsteiner Date: Wed, 5 Feb 2020 08:18:49 +0100 Subject: [PATCH 101/232] Replace every link to point to make.WordPress.org --- de/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/de/index.md b/de/index.md index aefb14da..5e05dacf 100644 --- a/de/index.md +++ b/de/index.md @@ -37,7 +37,7 @@ $ wp transient delete --all Success: 34 transients deleted from the database. ``` -Für eine umfassendere Einführung in die Benutzung von WP-CLI, lies am besten die [Schnellstartanleitung](https://wp-cli.org/docs/quick-start/) (engl.), oder sieh dir [Shell-Freunde](https://make.wordpress.org/cli/handbook/shell-friends/) (engl.) an, um mehr über die Kommandozeilen-Helferlein zu erfahren. +Für eine umfassendere Einführung in die Benutzung von WP-CLI, lies am besten die [Schnellstartanleitung](https://make.wordpress.org/cli/handbook/quick-start/) (engl.), oder sieh dir [Shell-Freunde](https://make.wordpress.org/cli/handbook/shell-friends/) (engl.) an, um mehr über die Kommandozeilen-Helferlein zu erfahren. Bereits genug von den Basics? Sieh dir die [komplette Liste an Befehlen](https://developer.wordpress.org/cli/commands/) (engl.) für detailliertere Informationen zur Verwaltung von Themes und Plugins, Datenimport und -export, Suchen/Ersetzen-Operationen in der Datenbank und mehr an. @@ -89,7 +89,7 @@ WP-CLI version: 2.4.0 ### Aktualisieren -Du kannst WP-CLI mittels `wp cli update` ([Dok.](https://wp-cli.org/commands/cli/update/) (engl.)) aktualisieren oder indem du die obigen Installationsschritte wiederholst. +Du kannst WP-CLI mittels `wp cli update` ([Dok.](https://developer.wordpress.org/cli/commands/cli/update/) (engl.)) aktualisieren oder indem du die obigen Installationsschritte wiederholst. Wenn WP-CLI dem root-Benutzer oder einem anderen Systembenutzer gehört, musst du `sudo wp cli update` ausführen. From 2697899afb79efd97fa3b168371e86b14400947a Mon Sep 17 00:00:00 2001 From: Matthias Kittsteiner Date: Wed, 5 Feb 2020 09:48:39 +0100 Subject: [PATCH 102/232] Add missing word in German translation Co-Authored-By: Alain Schlesser --- de/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/de/index.md b/de/index.md index 5e05dacf..c751f2b1 100644 --- a/de/index.md +++ b/de/index.md @@ -105,7 +105,7 @@ source /ABSOLUTER/PFAD/ZUR/wp-completion.bash Vergiss nicht, danach `source ~/.bash_profile` auszuführen. -Wenn du zsh für deine Shell benutzt, musst du möglicherweise erst `bashcompinit` laden und starten, bevor du `source`-Befehl nutzt. Füge das folgende in deine `.zshrc` ein: +Wenn du zsh für deine Shell benutzt, musst du möglicherweise erst `bashcompinit` laden und starten, bevor du den `source`-Befehl nutzt. Füge das folgende in deine `.zshrc` ein: ```bash autoload bashcompinit From 856c2310ffdd34744f055b0fe85dacf9d7a44680 Mon Sep 17 00:00:00 2001 From: wojsmol Date: Sun, 16 Feb 2020 03:47:23 +0100 Subject: [PATCH 103/232] add partial rtl support --- _includes/header.html | 4 +++- br/index.md | 1 + de/index.md | 1 + es/index.md | 1 + fr/index.md | 1 + gr/index.md | 1 + index.md | 1 + it/index.md | 1 + ja/index.md | 1 + ne/index.md | 1 + ro/index.md | 1 + tr/index.md | 1 + zh-cn/index.md | 1 + 13 files changed, 15 insertions(+), 1 deletion(-) diff --git a/_includes/header.html b/_includes/header.html index dda4a5b6..b06e18f6 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -18,9 +18,11 @@ {% for lang in site.languages %} {% endfor %} - + {% if page.display_global_parameters %} + {% elsif page.dirattr == 'rtl' %} + {% else %} {% endif %} diff --git a/br/index.md b/br/index.md index d282ba89..ded97aa7 100644 --- a/br/index.md +++ b/br/index.md @@ -1,6 +1,7 @@ --- layout: default title: Interface para linha de comando para o WordPress +dirattr: ltr --- [WP-CLI](https://wp-cli.org/) é a interface em linha de comando para o [WordPress](https://br.wordpress.org/). Você pode atualizar plugins, configurar instalações multisite e muito mais, sem utilizar um navegador web. diff --git a/de/index.md b/de/index.md index c751f2b1..7d487579 100644 --- a/de/index.md +++ b/de/index.md @@ -1,6 +1,7 @@ --- layout: default title: Kommandozeilen-Benutzeroberfläche für WordPress +dirattr: ltr --- [WP-CLI](https://wp-cli.org/) ist das Kommandozeilen-Werkzeug für [WordPress](https://de.wordpress.org/). Du kannst Plugins aktualisieren, Multisite-Installationen konfigurieren und vieles mehr, ohne einen Browser zu benutzen. diff --git a/es/index.md b/es/index.md index 491f03d3..542efb88 100644 --- a/es/index.md +++ b/es/index.md @@ -1,6 +1,7 @@ --- layout: default title: Interfaz de línea de comandos para WordPress +dirattr: ltr --- [WP-CLI](https://wp-cli.org/) es la interfaz de línea de comandos para [WordPress](https://wordpress.org/). Puedes actualizar plugins, configurar instalaciones multisitio y mucho más, sin usar un navegador web. diff --git a/fr/index.md b/fr/index.md index a2c9732f..5e8367e0 100644 --- a/fr/index.md +++ b/fr/index.md @@ -1,6 +1,7 @@ --- layout: default title: Interface en ligne de commande pour WordPress +dirattr: ltr --- [WP-CLI](https://wp-cli.org/fr) est un ensemble d'outils en ligne de commande pour gérer vos installations [WordPress](https://fr.wordpress.org/). Vous pouvez mettre à jour les extensions, configurer des installations multisite et beaucoup plus sans avoir recours à un navigateur web. diff --git a/gr/index.md b/gr/index.md index 4add2bd4..856c2eec 100644 --- a/gr/index.md +++ b/gr/index.md @@ -1,6 +1,7 @@ --- layout: default title: Διεπαφή γραμμής εντολών για το WordPress +dirattr: ltr --- Το [WP-CLI](https://wp-cli.org/) είναι ένα σύνολο από εργαλεία γραμμής εντολών για τη διαχείριση εγκαταστάσεων [WordPress](https://wordpress.org/). Μπορείτε να ενημερώνετε πρόσθετα, να ρυθμίζετε εγκαταστάσεις πολλαπλών ιστοτόπων και πολλά περισσότερα, χωρίς τη χρήση περιηγητή. diff --git a/index.md b/index.md index 91a1c80d..e79045b6 100644 --- a/index.md +++ b/index.md @@ -1,6 +1,7 @@ --- layout: default title: Command line interface for WordPress +dirattr: ltr --- [WP-CLI](https://wp-cli.org/) is the command-line interface for [WordPress](https://wordpress.org/). You can update plugins, configure multisite installations and much more, without using a web browser. diff --git a/it/index.md b/it/index.md index b1d5077e..9a42face 100644 --- a/it/index.md +++ b/it/index.md @@ -1,6 +1,7 @@ --- layout: default title: Interfaccia da linea di comando per WordPress +dirattr: ltr --- [WP-CLI](https://wp-cli.org/) è un insieme di strumenti da linea di comando per la gestione delle installazioni [WordPress](https://wordpress.org/). Potete aggiornare plugin, configurare installazioni multisito e molto altro, senza utilizzare un browser web. diff --git a/ja/index.md b/ja/index.md index 45093efe..0e7fc3b3 100644 --- a/ja/index.md +++ b/ja/index.md @@ -1,6 +1,7 @@ --- layout: default title: Command line interface for WordPress +dirattr: ltr --- [WP-CLI](https://wp-cli.org/) は [WordPress](https://wordpress.org/) を管理するためのコマンドラインインターフェースです。 diff --git a/ne/index.md b/ne/index.md index f4e41b20..aaa96bcb 100644 --- a/ne/index.md +++ b/ne/index.md @@ -1,6 +1,7 @@ --- layout: default title: वर्डप्रेसको लागि कमाण्ड लाइन इन्टरफेस +dirattr: ltr --- [WP-CLI](https://wp-cli.org/) कमाण्ड लाइन औजारहरुको संग्रह हो जुन [वर्डप्रेस](https://wordpress.org/) व्यवस्थापन गर्न प्रयोग गरिन्छ । ब्राउजर बिना नै प्लगिन अद्यावधिक गर्न, बहुसाइट कन्फिगर गर्न तथा अन्य धेरै कामको लागि यो प्रयोग गर्न सकिन्छ । diff --git a/ro/index.md b/ro/index.md index 853de632..bd7b96cc 100644 --- a/ro/index.md +++ b/ro/index.md @@ -1,6 +1,7 @@ --- layout: default title: Interfața liniei de comandă pentru WordPress +dirattr: ltr --- [WP-CLI](https://wp-cli.org/) este interfața liniei de comandă pentru [WordPress](https://wordpress.org/). Poți actualiza module, configura instalări multisit și multe altele, fără să folosești un navigator web. diff --git a/tr/index.md b/tr/index.md index 244c984a..4b1cae40 100644 --- a/tr/index.md +++ b/tr/index.md @@ -1,6 +1,7 @@ --- layout: default title: WordPress için Komut Satırı Arayüzü +dirattr: ltr --- [WP-CLI](https://wp-cli.org/), [WordPress](https://wordpress.org/) için komut satırı arayüzüdür. Eklenti güncellemesi, multisite kurulumların yapılandırılması ve daha birçok şeyi web tarayıcısına ihtiyaç duymadan gerçekleştirebilirsiniz. diff --git a/zh-cn/index.md b/zh-cn/index.md index 8f367b3c..7c406c50 100644 --- a/zh-cn/index.md +++ b/zh-cn/index.md @@ -1,6 +1,7 @@ --- layout: default title: WordPress 命令行交互界面 +dirattr: ltr --- [WP-CLI](https://wp-cli.org/) 是一款用于管理 [WordPress](https://wordpress.org/) 的命令行交互界面,无需浏览器即可完成插件更新,多站点设置等许多操作。 From 4e2fb3459b12eda0a175406cdfe0fce81be5029b Mon Sep 17 00:00:00 2001 From: wojsmol Date: Sun, 16 Feb 2020 04:34:50 +0100 Subject: [PATCH 104/232] remove blank line --- _includes/header.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_includes/header.html b/_includes/header.html index b06e18f6..546a21e6 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -17,8 +17,7 @@ {% for lang in site.languages %} {% endfor %} - - + {% if page.display_global_parameters %} {% elsif page.dirattr == 'rtl' %} From f6a532302d3e01f4b611cd44528e5c32eb471869 Mon Sep 17 00:00:00 2001 From: wojsmol Date: Sun, 16 Feb 2020 19:14:59 +0100 Subject: [PATCH 105/232] Add dir attribute to html tag --- _includes/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/header.html b/_includes/header.html index 546a21e6..192794e4 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,5 +1,5 @@ {% assign hreflang = 'en' %}{% for lang in site.languages %}{% if lang.path == page.url %}{% assign hreflang = lang.iso-alpha2 %}{% endif %}{% endfor %} - + From b7bf0e4e291fa0af2fcc87e1dd69e292dd397b0c Mon Sep 17 00:00:00 2001 From: wojsmol Date: Tue, 18 Feb 2020 17:39:46 +0100 Subject: [PATCH 106/232] chenge dirattr to direction --- _includes/header.html | 4 ++-- br/index.md | 2 +- de/index.md | 2 +- es/index.md | 2 +- fr/index.md | 2 +- gr/index.md | 2 +- index.md | 2 +- it/index.md | 2 +- ja/index.md | 2 +- ne/index.md | 2 +- ro/index.md | 2 +- tr/index.md | 2 +- zh-cn/index.md | 2 +- 13 files changed, 14 insertions(+), 14 deletions(-) diff --git a/_includes/header.html b/_includes/header.html index 192794e4..cc3a7b51 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,5 +1,5 @@ {% assign hreflang = 'en' %}{% for lang in site.languages %}{% if lang.path == page.url %}{% assign hreflang = lang.iso-alpha2 %}{% endif %}{% endfor %} - + @@ -20,7 +20,7 @@ {% if page.display_global_parameters %} - {% elsif page.dirattr == 'rtl' %} + {% elsif page.direction == 'rtl' %} {% else %} diff --git a/br/index.md b/br/index.md index ded97aa7..6db1b9b6 100644 --- a/br/index.md +++ b/br/index.md @@ -1,7 +1,7 @@ --- layout: default title: Interface para linha de comando para o WordPress -dirattr: ltr +direction: ltr --- [WP-CLI](https://wp-cli.org/) é a interface em linha de comando para o [WordPress](https://br.wordpress.org/). Você pode atualizar plugins, configurar instalações multisite e muito mais, sem utilizar um navegador web. diff --git a/de/index.md b/de/index.md index 7d487579..a2a49cde 100644 --- a/de/index.md +++ b/de/index.md @@ -1,7 +1,7 @@ --- layout: default title: Kommandozeilen-Benutzeroberfläche für WordPress -dirattr: ltr +direction: ltr --- [WP-CLI](https://wp-cli.org/) ist das Kommandozeilen-Werkzeug für [WordPress](https://de.wordpress.org/). Du kannst Plugins aktualisieren, Multisite-Installationen konfigurieren und vieles mehr, ohne einen Browser zu benutzen. diff --git a/es/index.md b/es/index.md index 542efb88..e33bfe81 100644 --- a/es/index.md +++ b/es/index.md @@ -1,7 +1,7 @@ --- layout: default title: Interfaz de línea de comandos para WordPress -dirattr: ltr +direction: ltr --- [WP-CLI](https://wp-cli.org/) es la interfaz de línea de comandos para [WordPress](https://wordpress.org/). Puedes actualizar plugins, configurar instalaciones multisitio y mucho más, sin usar un navegador web. diff --git a/fr/index.md b/fr/index.md index 5e8367e0..af8cdfc0 100644 --- a/fr/index.md +++ b/fr/index.md @@ -1,7 +1,7 @@ --- layout: default title: Interface en ligne de commande pour WordPress -dirattr: ltr +direction: ltr --- [WP-CLI](https://wp-cli.org/fr) est un ensemble d'outils en ligne de commande pour gérer vos installations [WordPress](https://fr.wordpress.org/). Vous pouvez mettre à jour les extensions, configurer des installations multisite et beaucoup plus sans avoir recours à un navigateur web. diff --git a/gr/index.md b/gr/index.md index 856c2eec..79be3f99 100644 --- a/gr/index.md +++ b/gr/index.md @@ -1,7 +1,7 @@ --- layout: default title: Διεπαφή γραμμής εντολών για το WordPress -dirattr: ltr +direction: ltr --- Το [WP-CLI](https://wp-cli.org/) είναι ένα σύνολο από εργαλεία γραμμής εντολών για τη διαχείριση εγκαταστάσεων [WordPress](https://wordpress.org/). Μπορείτε να ενημερώνετε πρόσθετα, να ρυθμίζετε εγκαταστάσεις πολλαπλών ιστοτόπων και πολλά περισσότερα, χωρίς τη χρήση περιηγητή. diff --git a/index.md b/index.md index e79045b6..02359307 100644 --- a/index.md +++ b/index.md @@ -1,7 +1,7 @@ --- layout: default title: Command line interface for WordPress -dirattr: ltr +direction: ltr --- [WP-CLI](https://wp-cli.org/) is the command-line interface for [WordPress](https://wordpress.org/). You can update plugins, configure multisite installations and much more, without using a web browser. diff --git a/it/index.md b/it/index.md index 9a42face..c8cbc2a8 100644 --- a/it/index.md +++ b/it/index.md @@ -1,7 +1,7 @@ --- layout: default title: Interfaccia da linea di comando per WordPress -dirattr: ltr +direction: ltr --- [WP-CLI](https://wp-cli.org/) è un insieme di strumenti da linea di comando per la gestione delle installazioni [WordPress](https://wordpress.org/). Potete aggiornare plugin, configurare installazioni multisito e molto altro, senza utilizzare un browser web. diff --git a/ja/index.md b/ja/index.md index 0e7fc3b3..ad3ee703 100644 --- a/ja/index.md +++ b/ja/index.md @@ -1,7 +1,7 @@ --- layout: default title: Command line interface for WordPress -dirattr: ltr +direction: ltr --- [WP-CLI](https://wp-cli.org/) は [WordPress](https://wordpress.org/) を管理するためのコマンドラインインターフェースです。 diff --git a/ne/index.md b/ne/index.md index aaa96bcb..15e0c558 100644 --- a/ne/index.md +++ b/ne/index.md @@ -1,7 +1,7 @@ --- layout: default title: वर्डप्रेसको लागि कमाण्ड लाइन इन्टरफेस -dirattr: ltr +direction: ltr --- [WP-CLI](https://wp-cli.org/) कमाण्ड लाइन औजारहरुको संग्रह हो जुन [वर्डप्रेस](https://wordpress.org/) व्यवस्थापन गर्न प्रयोग गरिन्छ । ब्राउजर बिना नै प्लगिन अद्यावधिक गर्न, बहुसाइट कन्फिगर गर्न तथा अन्य धेरै कामको लागि यो प्रयोग गर्न सकिन्छ । diff --git a/ro/index.md b/ro/index.md index bd7b96cc..ac204011 100644 --- a/ro/index.md +++ b/ro/index.md @@ -1,7 +1,7 @@ --- layout: default title: Interfața liniei de comandă pentru WordPress -dirattr: ltr +direction: ltr --- [WP-CLI](https://wp-cli.org/) este interfața liniei de comandă pentru [WordPress](https://wordpress.org/). Poți actualiza module, configura instalări multisit și multe altele, fără să folosești un navigator web. diff --git a/tr/index.md b/tr/index.md index 4b1cae40..0ece8b23 100644 --- a/tr/index.md +++ b/tr/index.md @@ -1,7 +1,7 @@ --- layout: default title: WordPress için Komut Satırı Arayüzü -dirattr: ltr +direction: ltr --- [WP-CLI](https://wp-cli.org/), [WordPress](https://wordpress.org/) için komut satırı arayüzüdür. Eklenti güncellemesi, multisite kurulumların yapılandırılması ve daha birçok şeyi web tarayıcısına ihtiyaç duymadan gerçekleştirebilirsiniz. diff --git a/zh-cn/index.md b/zh-cn/index.md index 7c406c50..7efe8bd0 100644 --- a/zh-cn/index.md +++ b/zh-cn/index.md @@ -1,7 +1,7 @@ --- layout: default title: WordPress 命令行交互界面 -dirattr: ltr +direction: ltr --- [WP-CLI](https://wp-cli.org/) 是一款用于管理 [WordPress](https://wordpress.org/) 的命令行交互界面,无需浏览器即可完成插件更新,多站点设置等许多操作。 From 4e99a2119c6998ba0a88a39f42116dbdd26c149f Mon Sep 17 00:00:00 2001 From: akkspros Date: Tue, 25 Feb 2020 21:06:52 +0500 Subject: [PATCH 107/232] fix some typos --- _posts/2015-10-14-version-0.20.2.md | 2 +- _posts/2015-10-30-version-0.20.3.md | 2 +- _posts/2015-11-04-version-0.21.0.md | 2 +- _posts/2015-12-01-survey-results-2015.md | 2 +- _posts/2016-01-07-version-0.22.0.md | 2 +- _posts/2016-02-04-restful-wp-cli-update-2.md | 4 ++-- _posts/2016-03-22-version-0.23.0.md | 4 ++-- _posts/2016-04-14-restful-wp-cli-update-3.md | 4 ++-- _posts/2016-04-28-version-0.23.1.md | 2 +- _posts/2016-06-23-future-wp-cli.md | 4 ++-- _posts/2016-07-27-version-0.24.0.md | 4 ++-- _posts/2016-08-09-support-policy.md | 2 +- _posts/2016-08-09-version-0.24.1.md | 2 +- _posts/2016-10-25-version-0.25.0.md | 2 +- _posts/2016-11-29-version-1.0.0.md | 2 +- _posts/2016-12-28-supporting-the-future-of-wp-cli.md | 2 +- 16 files changed, 21 insertions(+), 21 deletions(-) diff --git a/_posts/2015-10-14-version-0.20.2.md b/_posts/2015-10-14-version-0.20.2.md index ead5ff9a..0ea6b0be 100644 --- a/_posts/2015-10-14-version-0.20.2.md +++ b/_posts/2015-10-14-version-0.20.2.md @@ -8,6 +8,6 @@ Since the beginning, `install-wp-tests.sh` (the setup script for plugin unit tes We've updated `install-wp-tests.sh` provided by WP-CLI to use an appropriately-tagged version of the WordPress testing framework. However, because `install-wp-tests.sh` is added to a plugin during the scaffolding process, plugin authors will need to update the plugin copy of the script to fix failing tests. We weren't able to get to the entire internet, but here are some plugins that have already been updated: [pantheon-systems/wp-native-php-sessions](https://github.com/pantheon-systems/wp-native-php-sessions/pull/20), [washingtonstateuniversity/WSUWP-Plugin-Color-Palette](https://github.com/washingtonstateuniversity/WSUWP-Plugin-Color-Palette/pull/5), [ethymos/delibera](https://github.com/ethymos/delibera/pull/45) -You can browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?q=is%3Aclosed+milestone%3A0.20.2) on Github. +You can browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?q=is%3Aclosed+milestone%3A0.20.2) on GitHub. Contributors to this release: [danielbachhuber](https://github.com/danielbachhuber), [torounit](https://github.com/torounit) diff --git a/_posts/2015-10-30-version-0.20.3.md b/_posts/2015-10-30-version-0.20.3.md index 74f53805..c568503c 100644 --- a/_posts/2015-10-30-version-0.20.3.md +++ b/_posts/2015-10-30-version-0.20.3.md @@ -10,6 +10,6 @@ WordPress 4.4 loads a few new files in `wp-settings.php` relating to oEmbed and Stay tuned next week for WP-CLI v0.21.0 (which is also compatible with WordPress 4.4), the results of the [user survey](https://wp-cli.org/blog/user-survey-2015.html), and a special announcement. -You can browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?q=is%3Aclosed+milestone%3A0.20.2) on Github. +You can browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?q=is%3Aclosed+milestone%3A0.20.2) on GitHub. Contributors to this release: [danielbachhuber](https://github.com/danielbachhuber), [kraftbj](https://github.com/kraftbj), [rmccue](https://github.com/rmccue) diff --git a/_posts/2015-11-04-version-0.21.0.md b/_posts/2015-11-04-version-0.21.0.md index 5aea30eb..342b1195 100644 --- a/_posts/2015-11-04-version-0.21.0.md +++ b/_posts/2015-11-04-version-0.21.0.md @@ -84,7 +84,7 @@ Make your own commands more helpful by including `WP_CLI::debug( $debug_message Enhancements: * Use `wp core update-db --network` to upgrade databases across an entire network; also improves verbosity for this command by providing the `from` and `to` database versions. -* Adds a `wp comment recount` command for recalcuating a post's comment count. +* Adds a `wp comment recount` command for recalculating a post's comment count. * Includes `wp taxonomy list`, `wp taxonomy get`, `wp post-type list` and `wp post-type get` for getting details about registered taxonomies and post types. * Use `--defer-term-counting` with `wp post update` or `wp post delete` to recalculate term count at the end of the operation for increased performance. * Returns a more useful error message when running `wp scaffold plugin-tests` with an invalid plugin slug. diff --git a/_posts/2015-12-01-survey-results-2015.md b/_posts/2015-12-01-survey-results-2015.md index 61097dce..4d8b639f 100644 --- a/_posts/2015-12-01-survey-results-2015.md +++ b/_posts/2015-12-01-survey-results-2015.md @@ -65,6 +65,6 @@ Feel like contributing to WP-CLI over the holidays? Here's a grab bag of enhance * Add option to exclude specific tables in `wp search-replace`. * Provide a way to log in with a one-time link. -If you can't find an [existing Github issue](https://github.com/wp-cli/wp-cli/issues), please create one and we can begin discussing implementation. +If you can't find an [existing GitHub issue](https://github.com/wp-cli/wp-cli/issues), please create one and we can begin discussing implementation. Thanks again to everyone who took the time to complete our user survey! May WP-CLI continue to be a shining light for your WordPress development needs. diff --git a/_posts/2016-01-07-version-0.22.0.md b/_posts/2016-01-07-version-0.22.0.md index f707d89e..1f913b24 100644 --- a/_posts/2016-01-07-version-0.22.0.md +++ b/_posts/2016-01-07-version-0.22.0.md @@ -100,4 +100,4 @@ Bug fixes across the board: Contributors to this release: [2ndkauboy](https://github.com/2ndkauboy), [coreyworrell](https://github.com/coreyworrell), [danielbachhuber](https://github.com/danielbachhuber), [davidleach](https://github.com/davidleach), [duncanjbrown](https://github.com/duncanjbrown), [ernilambar](https://github.com/ernilambar), [fjarrett](https://github.com/fjarrett), [gilbitron](https://github.com/gilbitron), [greg-1-anderson](https://github.com/greg-1-anderson), [iandunn](https://github.com/iandunn), [jjeaton](https://github.com/jjeaton), [modelm](https://github.com/modelm), [rodrigoprimo](https://github.com/rodrigoprimo), [ryanshoover](https://github.com/ryanshoover), [stevector](https://github.com/stevector), [szepeviktor](https://github.com/szepeviktor), [tristanpenman](https://github.com/tristanpenman), [x1024](https://github.com/x1024) -You can browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?q=milestone%3A0.22.0+is%3Aclosed) on Github. +You can browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?q=milestone%3A0.22.0+is%3Aclosed) on GitHub. diff --git a/_posts/2016-02-04-restful-wp-cli-update-2.md b/_posts/2016-02-04-restful-wp-cli-update-2.md index ee7441f6..0c331103 100644 --- a/_posts/2016-02-04-restful-wp-cli-update-2.md +++ b/_posts/2016-02-04-restful-wp-cli-update-2.md @@ -124,7 +124,7 @@ I'd much prefer: wp @wpapi tag create -In the example preceeding, `@wpapi` is an alias for both the target and authentication. +In the example preceding, `@wpapi` is an alias for both the target and authentication. In this hypothetical universe, aliases would also be injected into the WP-CLI runtime: @@ -145,4 +145,4 @@ In this hypothetical universe, aliases would also be injected into the WP-CLI ru There's a bit of thinking to do, and code to write, to get from here to there, though. -Feeling inspired? I want to hear from you! Particularly if you've written custom endpoints I can test against. Please [open a Github issue](https://github.com/danielbachhuber/wp-rest-cli/issues) with questions, feedback, and violent dissent, or [email me directly](mailto:daniel@handbuilt.co). +Feeling inspired? I want to hear from you! Particularly if you've written custom endpoints I can test against. Please [open a GitHub issue](https://github.com/danielbachhuber/wp-rest-cli/issues) with questions, feedback, and violent dissent, or [email me directly](mailto:daniel@handbuilt.co). diff --git a/_posts/2016-03-22-version-0.23.0.md b/_posts/2016-03-22-version-0.23.0.md index 5ad1590b..7bcf7522 100644 --- a/_posts/2016-03-22-version-0.23.0.md +++ b/_posts/2016-03-22-version-0.23.0.md @@ -13,7 +13,7 @@ If you don't make it all of the way through, here's what you absolutely need to * There are many new tools for registering commands. Ain't no more need to extend `WP_CLI_Command`. See the [commands cookbook](https://wp-cli.org/docs/commands-cookbook/) to learn more. * All of the wiki pages moved to a [documentation portal on the website](https://wp-cli.org/docs/), including new pages documenting [internal APIs](https://wp-cli.org/docs/internal-api/) you can use in your own commands. Pull requests encouraged. -Now that I've given away all of the surpises, let's get on with the release post. +Now that I've given away all of the surprises, let's get on with the release post. Oh darn, I forgot two more things: @@ -220,4 +220,4 @@ Bug fixes across the board: Contributors to this release: [anantshri](https://github.com/anantshri), [danielbachhuber](https://github.com/danielbachhuber), [edueo](https://github.com/edueo), [GaryJones](https://github.com/GaryJones), [gilbitron](https://github.com/gilbitron), [hina](https://github.com/hina), [hinoue-work](https://github.com/hinoue-work), [jacobischwartz](https://github.com/jacobischwartz), [marco-c](https://github.com/marco-c), [markjaquith](https://github.com/markjaquith), [markkimsal](https://github.com/markkimsal), [mbovel](https://github.com/mbovel), [ottok](https://github.com/ottok), [rodrigoprimo](https://github.com/rodrigoprimo), [sourcerer-mike](https://github.com/sourcerer-mike), [staude](https://github.com/staude), [szepeviktor](https://github.com/szepeviktor), [za-creature](https://github.com/za-creature) -You can browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?q=milestone%3A0.23.0+is%3Aclosed) on Github. +You can browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?q=milestone%3A0.23.0+is%3Aclosed) on GitHub. diff --git a/_posts/2016-04-14-restful-wp-cli-update-3.md b/_posts/2016-04-14-restful-wp-cli-update-3.md index 3f26fc53..94f919de 100644 --- a/_posts/2016-04-14-restful-wp-cli-update-3.md +++ b/_posts/2016-04-14-restful-wp-cli-update-3.md @@ -74,7 +74,7 @@ Profiling works for any CRUD operation. Debug (rest): REST command executed 31 queries in 0.023309 seconds. Use --debug=rest to see all queries. (1.634s) Success: Updated post. -Hopefully this feature becomes an invaluable part of your REST endpoint development process, as it has mine. Hit me with feedback on [its Github issue](https://github.com/danielbachhuber/wp-rest-cli/issues/42). +Hopefully this feature becomes an invaluable part of your REST endpoint development process, as it has mine. Hit me with feedback on [its GitHub issue](https://github.com/danielbachhuber/wp-rest-cli/issues/42). ### Use `wp rest * edit` to edit a resource in your system editor @@ -130,4 +130,4 @@ I'd love your input on the dozens of ideas I have for a more RESTful WP-CLI: * Introduce `wp rest * diff` to be able to diff the state of two different WordPresses, a la [Dictator](https://github.com/danielbachhuber/dictator) [[#56](https://github.com/danielbachhuber/wp-rest-cli/issues/56)]. * Figure out an elegant aliases implementation, so `--http=http://daniel:daniel@wordpress-develop.dev` becomes `@wpdev` [[#2039](https://github.com/wp-cli/wp-cli/issues/2039)] -And I want to hear your ideas too! As well as any feedback, questions, or violent dissent. [Let's chat on Github](https://github.com/danielbachhuber/wp-rest-cli/issues). +And I want to hear your ideas too! As well as any feedback, questions, or violent dissent. [Let's chat on GitHub](https://github.com/danielbachhuber/wp-rest-cli/issues). diff --git a/_posts/2016-04-28-version-0.23.1.md b/_posts/2016-04-28-version-0.23.1.md index 9ed1225e..3e128300 100644 --- a/_posts/2016-04-28-version-0.23.1.md +++ b/_posts/2016-04-28-version-0.23.1.md @@ -10,4 +10,4 @@ If you're using the Phar distribution of WP-CLI, you *should* `wp cli update`, b Contributors to this release: [danielbachhuber](https://github.com/danielbachhuber) -You can browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?q=milestone%3A0.23.1+is%3Aclosed) on Github. +You can browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?q=milestone%3A0.23.1+is%3Aclosed) on GitHub. diff --git a/_posts/2016-06-23-future-wp-cli.md b/_posts/2016-06-23-future-wp-cli.md index 7fc79034..6f62578b 100644 --- a/_posts/2016-06-23-future-wp-cli.md +++ b/_posts/2016-06-23-future-wp-cli.md @@ -6,7 +6,7 @@ title: The future of WP-CLI As you might be aware, WP-CLI is an indispensable tool for many individuals and companies. We very much appreciate our community of users (although we have no idea how many of you there actually are), and want to ensure our relationship is strong for the years to come. -Just over a month ago, I [started a Github issue](https://github.com/wp-cli/wp-cli/issues/2743) with this question: +Just over a month ago, I [started a GitHub issue](https://github.com/wp-cli/wp-cli/issues/2743) with this question: > how do I reduce WP-CLI's bus factor, and more generally lay a foundation for WP-CLI's long-term organizational stability? @@ -16,7 +16,7 @@ Based on our conversation, we think the most important task is to reduce WP-CLI' * Documentation - Help ensure WP-CLI's documentation is world-class. * Marketing / community management - Help spread the word about WP-CLI. -* Support - Help WP-CLI users where they're asking questions, let it be Github, WordPress.org, Stack Exchange, or elsewhere. +* Support - Help WP-CLI users where they're asking questions, let it be GitHub, WordPress.org, Stack Exchange, or elsewhere. Contributions in these areas will always be welcome. Maintainership is a longer-term commitment to the project, focused on ongoing improvements to the specific area. WP-CLI expects its maintainers to commit a few hours per week to the project. diff --git a/_posts/2016-07-27-version-0.24.0.md b/_posts/2016-07-27-version-0.24.0.md index 15cd644a..99ea9a4e 100644 --- a/_posts/2016-07-27-version-0.24.0.md +++ b/_posts/2016-07-27-version-0.24.0.md @@ -143,7 +143,7 @@ Bug fixes across the board: * Fixes listing user meta associated with a given username [[#2700](https://github.com/wp-cli/wp-cli/pull/2700)]. * Differentiates output when moving comments to trash from output when deleting comments [[#2701](https://github.com/wp-cli/wp-cli/pull/2701)]. * Prevents runaway memory usage from `wp export` by clearing object cache after each file [[#2716](https://github.com/wp-cli/wp-cli/pull/2716)]. -* Ignores ambigious empty plugin and theme slugs when installing [[#2715](https://github.com/wp-cli/wp-cli/pull/2715)]. +* Ignores ambiguous empty plugin and theme slugs when installing [[#2715](https://github.com/wp-cli/wp-cli/pull/2715)]. * Takes all digits when running commands that use the comment id [[#2714](https://github.com/wp-cli/wp-cli/pull/2714), [#2901](https://github.com/wp-cli/wp-cli/pull/2901)]. * Only displays packages directory path when it exists [[#2773](https://github.com/wp-cli/wp-cli/pull/2773)]. * Bails early in theme commands if theme is broken or has error [[#2798](https://github.com/wp-cli/wp-cli/pull/2798)]. @@ -158,6 +158,6 @@ Bug fixes across the board: Contributors to this release: [andyexeter](https://github.com/andyexeter), [bordoni](https://github.com/bordoni), [danielbachhuber](https://github.com/danielbachhuber), [diggy](https://github.com/diggy), [enrico-sorcinelli](https://github.com/enrico-sorcinelli), [ernilambar](https://github.com/ernilambar), [geo4orce](https://github.com/geo4orce), [gedex](https://github.com/gedex), [gilbitron](https://github.com/gilbitron), [hideokamoto](https://github.com/hideokamoto), [apertureless](https://github.com/apertureless), [JRGould](https://github.com/JRGould), [johnbillion](https://github.com/johnbillion), [kkoppenhaver](https://github.com/kkoppenhaver), [kouratoras](https://github.com/kouratoras), [markjaquith](https://github.com/markjaquith), [miya0001](https://github.com/miya0001), [mustafauysal](https://github.com/mustafauysal), [NateWr](https://github.com/NateWr), [Nikschavan](https://github.com/Nikschavan), [ocean90](https://github.com/ocean90), [petenelson](https://github.com/petenelson), [phh](https://github.com/phh), [rachelbaker](https://github.com/rachelbaker), [PatelUtkarsh](https://github.com/PatelUtkarsh), [PeterDaveHello](https://github.com/PeterDaveHello), [robhenley](https://github.com/robhenley) [rodrigoprimo](https://github.com/rodrigoprimo), [roelveldhuizen](https://github.com/roelveldhuizen), [ShinichiNishikawa](https://github.com/ShinichiNishikawa), [shulard](https://github.com/shulard), [stephenharris](https://github.com/stephenharris), [stevenkword](https://github.com/stevenkword), [swissspidy](https://github.com/swissspidy), [taianunes](https://github.com/taianunes), [villevuor](https://github.com/villevuor), [voldemortensen](https://github.com/voldemortensen), [wesm87](https://github.com/wesm87), [8bitodyssey](https://github.com/8bitodyssey) -You can browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?q=milestone%3A0.24.0+is%3Aclosed) on Github. +You can browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?q=milestone%3A0.24.0+is%3Aclosed) on GitHub. Back to work! diff --git a/_posts/2016-08-09-support-policy.md b/_posts/2016-08-09-support-policy.md index e59f4cde..6142fd6a 100644 --- a/_posts/2016-08-09-support-policy.md +++ b/_posts/2016-08-09-support-policy.md @@ -10,7 +10,7 @@ Have a question about something related to WP-CLI? You might find an answer in o - [Common issues and their fixes](https://wp-cli.org/docs/common-issues/) - [Documentation portal](https://wp-cli.org/docs/) -- [Open or closed issues on Github](https://github.com/wp-cli/wp-cli/issues?utf8=%E2%9C%93&q=is%3Aissue) +- [Open or closed issues on GitHub](https://github.com/wp-cli/wp-cli/issues?utf8=%E2%9C%93&q=is%3Aissue) - [runcommand Excerpts](https://runcommand.io/excerpts/) - [WordPress StackExchange forums](http://wordpress.stackexchange.com/questions/tagged/wp-cli) diff --git a/_posts/2016-08-09-version-0.24.1.md b/_posts/2016-08-09-version-0.24.1.md index 3f0d5c91..917b549c 100644 --- a/_posts/2016-08-09-version-0.24.1.md +++ b/_posts/2016-08-09-version-0.24.1.md @@ -8,6 +8,6 @@ Curious as to why you're getting a warning message when updating an option? Or w These two bugs, regressions from v0.24.0, are fixed in v0.24.1. -You can browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?q=is%3Aclosed+milestone%3A0.24.1) on Github. +You can browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?q=is%3Aclosed+milestone%3A0.24.1) on GitHub. Contributors to this release: [danielbachhuber](https://github.com/danielbachhuber) diff --git a/_posts/2016-10-25-version-0.25.0.md b/_posts/2016-10-25-version-0.25.0.md index 3b22c1be..7982485c 100644 --- a/_posts/2016-10-25-version-0.25.0.md +++ b/_posts/2016-10-25-version-0.25.0.md @@ -152,4 +152,4 @@ Bug fixes across the board: Contributors to this release (pull requests, documentation, and package authors): [2ndkauboy](https://github.com/2ndkauboy), [aaemnnosttv](https://github.com/aaemnnosttv), [alessandrotesoro](https://github.com/alessandrotesoro), [anhskohbo](https://github.com/anhskohbo), [balbuf](https://github.com/balbuf), [BeAPI](https://github.com/BeAPI), [binarygary](https://github.com/binarygary), [bradp](https://github.com/bradp), [brightoak](https://github.com/brightoak), [danielbachhuber](https://github.com/danielbachhuber), [danilomaccioni](https://github.com/danilomaccioni), [diggy](https://github.com/diggy), [getshifter](https://github.com/getshifter), [eriktorsner](https://github.com/eriktorsner), [ernilambar](https://github.com/ernilambar), [fisele](https://github.com/fisele), [grappler](https://github.com/grappler), [guillaumemolter](https://github.com/guillaumemolter), [iandunn](https://github.com/iandunn), [johnbillion](https://github.com/johnbillion), [jorgeatorres](https://github.com/jorgeatorres), [kouratoras](https://github.com/kouratoras), [markri](https://github.com/markri), [mattgrshaw](https://github.com/mattgrshaw), [miya0001](https://github.com/miya0001), [mustafauysal](https://github.com/mustafauysal), [nyordanov](https://github.com/nyordanov), [ocean90](https://github.com/ocean90), [petenelson](https://github.com/petenelson), [polevaultweb](https://github.com/polevaultweb), [pressbooks](https://github.com/pressbooks), [rahulsprajapati](https://github.com/rahulsprajapati), [runcommand](https://github.com/runcommand), [rxnlabs](https://github.com/rxnlabs), [shulard](https://github.com/shulard), [swissspidy](https://github.com/swissspidy), [szepeviktor](https://github.com/szepeviktor), [taianunes](https://github.com/taianunes), [tnorthcutt](https://github.com/tnorthcutt), [trendwerk](https://github.com/trendwerk), [trepmal](https://github.com/trepmal), [veganista](https://github.com/veganista), [welaika](https://github.com/welaika) -You can browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?q=milestone%3A0.25.0+is%3Aclosed) on Github. +You can browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?q=milestone%3A0.25.0+is%3Aclosed) on GitHub. diff --git a/_posts/2016-11-29-version-1.0.0.md b/_posts/2016-11-29-version-1.0.0.md index a12cb19d..0dd8ba7d 100644 --- a/_posts/2016-11-29-version-1.0.0.md +++ b/_posts/2016-11-29-version-1.0.0.md @@ -97,4 +97,4 @@ Framework enhancements: Contributors to this release (pull requests, documentation, and package authors): [abea](https://github.com/abea), [anttiviljami](https://github.com/anttiviljami), [cobyan](https://github.com/cobyan), [danielbachhuber](https://github.com/danielbachhuber), [diggy](https://github.com/diggy), [ernilambar](https://github.com/ernilambar), [franz-josef-kaiser](https://github.com/franz-josef-kaiser), [greatislander](https://github.com/greatislander), [itspriddle](https://github.com/itspriddle), [miya0001](https://github.com/miya0001), [mmcev106](https://github.com/mmcev106), [mopquill](https://github.com/mopquill), [ocean90](https://github.com/ocean90), [pj-dave](https://github.com/pj-dave), [pkarjala](https://github.com/pkarjala), [richardbuff](https://github.com/richardbuff), [sommarnatt](https://github.com/sommarnatt), [szepeviktor](https://github.com/szepeviktor), [torounit](https://github.com/torounit) -You can browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?q=milestone%3A1.0.0+is%3Aclosed) on Github. +You can browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?q=milestone%3A1.0.0+is%3Aclosed) on GitHub. diff --git a/_posts/2016-12-28-supporting-the-future-of-wp-cli.md b/_posts/2016-12-28-supporting-the-future-of-wp-cli.md index 5679138a..41613db4 100644 --- a/_posts/2016-12-28-supporting-the-future-of-wp-cli.md +++ b/_posts/2016-12-28-supporting-the-future-of-wp-cli.md @@ -10,7 +10,7 @@ wp-cli is a command-line interface that is deployed and relied upon by almost ev To that end there are two big announcements: -1. The website of wp-cli.org, the code / Github, Twitter, and such are all coming in under the WordPress.org umbrella and there will be a CLI Make site with a P2 and all of the resources that used to be under wp-cli.org. There is already #cli on Slack and that will continue. (Will live at [https://make.wordpress.org/cli](https://make.wordpress.org/cli).) +1. The website of wp-cli.org, the code / GitHub, Twitter, and such are all coming in under the WordPress.org umbrella and there will be a CLI Make site with a P2 and all of the resources that used to be under wp-cli.org. There is already #cli on Slack and that will continue. (Will live at [https://make.wordpress.org/cli](https://make.wordpress.org/cli).) 2. I’m going to be bringing together a number of companies in the WordPress ecosystem to solidify their financial support of runcommand so that Daniel and others can devote more time to making wp-cli better and better through 2017. This is a continuation of [the fundraising started a few weeks ago](https://wp-cli.org/blog/the-big-question.html). From 3ccd0d062c864d46ec50d382c67083a96632423e Mon Sep 17 00:00:00 2001 From: Matthias Kittsteiner Date: Sat, 7 Mar 2020 16:32:49 +0100 Subject: [PATCH 108/232] Add missing opening square bracket in link --- de/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/de/index.md b/de/index.md index a2a49cde..9c830c6f 100644 --- a/de/index.md +++ b/de/index.md @@ -7,7 +7,7 @@ direction: ltr [WP-CLI](https://wp-cli.org/) ist das Kommandozeilen-Werkzeug für [WordPress](https://de.wordpress.org/). Du kannst Plugins aktualisieren, Multisite-Installationen konfigurieren und vieles mehr, ohne einen Browser zu benutzen. Die laufende Pflege wird ermöglicht durch: -a href="https://automattic.com/"> + Das aktuelle stabile Release ist [Version 2.4.0](https://make.wordpress.org/cli/2019/11/12/wp-cli-v2-4-0-release-notes/) (engl.). Folge für Ankündigungen [@wpcli auf Twitter](https://twitter.com/wpcli) oder [registriere dich für Aktualisierungen per E-Mail](https://make.wordpress.org/cli/subscribe/) (engl.). [Sieh dir die Roadmap an](https://make.wordpress.org/cli/handbook/roadmap/) (engl.), um einen Überblick zu erhalten, was in zukünftigen Releases geplant ist. From 14f252a59b5fa94950b7a33af63d4c0f4b3180ea Mon Sep 17 00:00:00 2001 From: Morteza Date: Fri, 27 Mar 2020 00:49:42 +0430 Subject: [PATCH 109/232] Add Persian language --- fa/index.md | 204 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 204 insertions(+) create mode 100644 fa/index.md diff --git a/fa/index.md b/fa/index.md new file mode 100644 index 00000000..448499ba --- /dev/null +++ b/fa/index.md @@ -0,0 +1,204 @@ +--- +layout: default +title: Command line interface for WordPress +direction: rtl +--- + +[WP-CLI](https://wp-cli.org/) رابط خط فرمان برای [وردپرس](https://wordpress.org/) است. به‌روزرسانی افزونه‌ها، پیکربندی نصب چندسایته و چیزهای بیشتر را بدون استفاده از مرورگر وب انجام دهید. + +نگهداری مداوم توسط حامیان امکان پذیر شده است: + + + +نگارش پایدار فعلی [version 2.4.0](https://make.wordpress.org/cli/2019/11/12/wp-cli-v2-4-0-release-notes/)است. برای پیگیری اعلانات، [@wpcli on Twitter](https://twitter.com/wpcli) را دنبال کنید یا [برای دریافت ایمیل ثبت‌نام کنید](https://make.wordpress.org/cli/subscribe/). برای بررسی برنامه‌ریزی‌های آینده انتشار [نقشه راه را برررسی کنید](https://make.wordpress.org/cli/handbook/roadmap/). + +[![وضعیت ساخت](https://travis-ci.org/wp-cli/wp-cli.svg?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![زمان متوسط برای رفع مشکل](https://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "زمان متوسط برای رفع مشکل") [![درصد مشکلات باز](https://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "درصد مشکلات باز") + +پیوندهای سریع: [استفاده](#using) | [نصب](#installing) | [پشتیبانی](#support) | [گسترش](#extending) | [مشارکت](#contributing) | [همکاران](#credits) + +## استفاده + +WP-CLI یک رابط برپایه خط فرمان برای عملیاتی است که شما در محیط مدیریت وردپرس انجام می‌دهید. برای مثال `wp plugin install --activate` ([doc](https://developer.wordpress.org/cli/commands/plugin/install/)) به شما امکان نصب و فعال‌سازی افزونه وردپرس را می‌دهد: + +```bash +$ wp plugin install user-switching --activate +Installing User Switching (1.0.9) +Downloading installation package from https://downloads.wordpress.org/plugin/user-switching.1.0.9.zip... +Unpacking the package... +Installing the plugin... +Plugin installed successfully. +Activating 'user-switching'... +Plugin 'user-switching' activated. +Success: Installed 1 of 1 plugins. +``` + +WP-CLI همچنین حاوی دستوراتی برای بسیاری چیزهاست که نمی‌توانید در مدیریت وردپرس انجام دهید. برای مثال، `wp transient delete --all` ([doc](https://developer.wordpress.org/cli/commands/transient/delete/)) به شما امکان حذف یکی یا همه transients را می‌دهد: + +```bash +$ wp transient delete --all +Success: 34 transients deleted from the database. +``` + +برای پیش‌درآمد کامل استفاده از WP-CLI، [راهنمای سریع](https://make.wordpress.org/cli/handbook/quick-start/) را مطالعه کنید. یا، برای آموزش دستورات مفید خط فرمان [دوستان شل](https://make.wordpress.org/cli/handbook/shell-friends/) را مطالعه کنید. + +در مورد مدیریت پوسته‌ها و افزونه‌ها، درون‌ریزی و برون‌بری، جستجو و جایگزینی در پایگاه‌داده و چیزهای بیشتر به [لیست کامل دستورات](https://developer.wordpress.org/cli/commands/) مراجعه کنید. + +## نصب + +دریافت پرونده Pahr روش پیشنهادی ما برای نصب به بیشتر کاربران است. در صورت نیاز، مستندات ما را برای [روش‌های جایگزین نصب](https://make.wordpress.org/cli/handbook/installing/) ([کمپوزر](https://make.wordpress.org/cli/handbook/installing/#installing-via-composer), [هوم‌بریو](https://make.wordpress.org/cli/handbook/installing/#installing-via-homebrew), [داکر](https://make.wordpress.org/cli/handbook/installing/#installing-via-docker)). ببینید. + +قبل از نصب WP-CLI، لطفا از دارا بودن حداقل امکانات مورد نیاز مطمئن شوید: + +- سیستم‌های یونیکسی (OS X, Linux, FreeBSD, Cygwin); در ویندوز کمتر پشتیبانی می‌شود +- PHP 5.4 or later +- وردپرس 3.7 به بالا. در نسخه‌های قدیمی‌تر ممکن است با مشکل روبرو شوید + + وقتی از داشتن حداقل امکانات مطمئن شدید، پرونده [wp-cli.phar](https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) را بصورت `wget` یا `curl` دریافت کیند: + +```bash +curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar +``` + +سپس پرونده Phar را از نظر کارکرد معتبرسازی کنید: + +```bash +php wp-cli.phar --info +``` + +جهت استفاده WP-CLI در خط فرمان `wp` را بنویسید، پرونده را قابل اجرا و سپس در PATH خود بگذارید. برای مثال: + +```bash +chmod +x wp-cli.phar +sudo mv wp-cli.phar /usr/local/bin/wp +``` + +اگر WP-CLI به درستی نصب شده باشد، شما در صورت اجرای `wp --info` باید چیزی شبیه به این را ببینید: + +```bash +$ wp --info +OS: Darwin 16.7.0 Darwin Kernel Version 16.7.0: Thu Jan 11 22:59:40 PST 2018; root:xnu-3789.73.8~1/RELEASE_X86_64 x86_64 +Shell: /bin/zsh +PHP binary: /usr/local/bin/php +PHP version: 7.0.22 +php.ini used: /etc/local/etc/php/7.0/php.ini +WP-CLI root dir: /home/wp-cli/.wp-cli/vendor/wp-cli/wp-cli +WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor +WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ +WP-CLI global config: /home/wp-cli/.wp-cli/config.yml +WP-CLI project config: +WP-CLI version: 2.4.0 +``` + +### به‌روزرسانی + +شما می‌توانید WP-CLI را با `wp cli update` ([doc](https://developer.wordpress.org/cli/commands/cli/update/))، یا با اجرای دوباره مراحل نصب به‌روزرسانی کنید. + +اگر دسترسی به WP-CLI با روت است یا کاربر سیستمی دیگری است، شما احتیاج به اجرای `sudo wp cli update` دارید. + +به‌روزرسانی زنده می‌خواهید؟ برای استفاده از آخرین نسخه‌های شبانه دستور `wp cli update --nightly` را اجرا کنید. نسخه‌های شبانه به جهت پایداری کمتر برای کار در محیط توسعه مناسب نیستند، اما حاوی آخرین و بهترین امکانات WP-CLI هستند. + +### کامل‌سازی با تب + +WP-CLI دارای قابلیت کامل‌سازی با تب برای بش و ZSH است. کافیست [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.4.0/utils/wp-completion.bash) را دریافت و از `~/.bash_profile` سورس کنید: + +```bash +source /FULL/PATH/TO/wp-completion.bash +``` + +فراموش نکنید که بعد از آن `source ~/.bash_profile` را اجرا کنید. + +اگر از zsh برای شل استفاده می‌کنید، شاید به `bashcompinit` برای شروع قبل از سورس کردن نیاز داشته باشید. کد زیر را در `.zshrc` خود قرار دهید: + +```bash +autoload bashcompinit +bashcompinit +source /FULL/PATH/TO/wp-completion.bash +``` + +## پشتیبانی + +توسعه‌دهندگان و مشارکت کنندگان WP-CLI برای پاسخ‌دهی به سوالات زمان محدودی دارند. نسخه فعلی [WP-CLI](https://make.wordpress.org/cli/handbook/roadmap/) تنها نسخه قابل پشتیبانی رسمی است. + +قبل از سوال، لطفا در مورد مشکل خود جستجو کنید: + +* [مشکلات عمومی و رفع آنها](https://make.wordpress.org/cli/handbook/common-issues/) +* [کتابچه WP-CLI](https://make.wordpress.org/cli/handbook/) +* [مشکلات باز و بسته WP-CLI در گیتهاب رسمی](https://github.com/issues?utf8=%E2%9C%93&q=sort%3Aupdated-desc+org%3Awp-cli+is%3Aissue) +* [تاپیک‌های مرتبط با 'WP-CLI' در انجمن پشتیبانی وردپرس](https://wordpress.org/support/topic-tag/wp-cli/) +* [سوالات مطرح شده مرتبط با 'WP-CLI' در StackExchange](https://wordpress.stackexchange.com/questions/tagged/wp-cli) + +اگر جواب خود را از طریق راه‌های بالا پیدا نکردید، می‌توانید: + +* وارد کانال `#cli` در [اسلک WordPress.org](https://make.wordpress.org/chat/) شوید تا شاید به جواب سوالاتتان برسید. این راه برای سوالات کوتاه مناسب است. +* در انجمن پشتیبانی وردپرس [تاپیک چدید ایجاد کنید](https://wordpress.org/support/forum/wp-advanced/#new-post) و برچسب 'WP-CLI' بزنید. + +مشکلات گیتهاب برای پیگیری بهینه کردن و رفع باگ‌های موجود است، نه برای پشتیبانی عمومی. قبل از ارسال گزارش باگ، لطفا [بخش تمرین را بررسی کنید](https://make.wordpress.org/cli/handbook/bug-reports/)تا گزارش شما به درستی آدرس داده شده باشد و کمک شود که در زمان صرفه جویی شود. + +لطفا در توییتر درخواست پشتیبانی نکنید. توییتر جای مناسبی برای پشتیبانی نیست چون: 1) نگه داشتن صحبت با 200 کاراکتر و کمتر سخت است 2) توییتری جای مناسبی برای سوال شما نیست چون شخصی که سوالی مشابه شما دارد امکان جستجوی آن را ندارد. + +بخاطر داشته باشید، آزادی != رایگان؛ گواهی کدباز به شما دسترسی آزاد به استفاده و ویرایس را می‌دهد، اما نه الزاما با زمان افراد دیگر. لطفا باوقار باشید و انتظارات خود را براین اساس تنظیم کنید. + +## گسترش + +یک **دستور** یک بخش کوچک از عملکرد WP-CLI است. `wp plugin install` ([doc](https://developer.wordpress.org/cli/commands/plugin/install/)) یک دستور است. `wp plugin activate` ([doc](https://developer.wordpress.org/cli/commands/plugin/activate/)) یک دستور دیگر است. + +WP-CLI قابلیت ثبت هر کلاس، تابع یا بسته قابل فراخوانی را بصورت دستور دارد. جزئیات استفاده را از بخش توضیحات مندرج شده می‌خواند. `WP_CLI::add_command()` ([doc](https://make.wordpress.org/cli/handbook/internal-api/wp-cli-add-command/)) برای هر دو حالت ثبت دستور داخلی و ثالث استفاده می‌شود. + +```php +/** + * Delete an option from the database. + * + * Returns an error if the option didn't exist. + * + * ## OPTIONS + * + * + * : Key for the option. + * + * ## EXAMPLES + * + * $ wp option delete my_option + * Success: Deleted 'my_option' option. + */ +$delete_option_cmd = function( $args ) { + list( $key ) = $args; + + if ( ! delete_option( $key ) ) { + WP_CLI::error( "Could not delete '$key' option. Does it exist?" ); + } else { + WP_CLI::success( "Deleted '$key' option." ); + } +}; +WP_CLI::add_command( 'option delete', $delete_option_cmd ); +``` + +WP-CLI دارای ده‌ها دستور است. ایجاد یک دستور بسیار ساده‌تر از چیزی است که بنظر می‌رسد. بخش [کتابچه دستورات](https://make.wordpress.org/cli/handbook/commands-cookbook/) را برای آموزش مطالعه کنید. [API داخلی docs](https://make.wordpress.org/cli/handbook/internal-api/) را برای آشنایی با انواع عملکردهای مفید که می‌توانید در دستور دلخواه WP-CLI استفاده کنید را ببینید. + +## مشارکت + +ما از شما برای مشارکت در WP-CLI قدردانی می‌کنیم. به خاطر شما و جامعه اطراف شماست که WP-CLI چنین پروژه‌ای عالی است. + +**مشارکت فقط به یک کد محدود نمی‌شود.** ما شما را تشویق می‌کنیم تا به روشی که متناسب با توانایی‌های شما است مشارکت کنید +با نوشتن آموزش, ارائه یک نسخه‌ی نمایشی در میتاپ شما، کمک به کاربران دیگر با پشتیبانی و پاسخگویی و یا بررسی مستندات ما. + +برای معرفی کامل نحوه مشارکت [راهنمای مشارکت در ددفترچه راهنما](https://make.wordpress.org/cli/handbook/contributing/) را مطالعه کنید. پیروی از این دستورالعمل‌ها به شما برای احترام به زمان دیگر مشارکت کنندگان پروژه کمک می‌کند. به نوبه خود، آنها همه تلاش خود را برای تکرار این احترام هنگام همکاری با شما، در مناطق زمانی مختلف و سراسر جهان انجام می دهند. + +## رهبری + +WP-CLI یک نگهدارنده دارد: [schlessera](http://github.com/schlessera). + +به تناسب، ما [دسترسی برا نوشتن به مشارکت کنندگان می‌دهیم](https://make.wordpress.org/cli/handbook/committers-credo/)،آنهایی که توانایی خود را در طی زمان برای جلو بردن پروژه نشان دمی‌دهند. + +توضیحات [سند مدیریت در کتابچه راهنمای کاربر](https://make.wordpress.org/cli/handbook/governance/) را برای جزئیات عملیاتی در مورد پروژه بخوانید. + +## همکاران + +علاوه بر کتابخانه های تعریف شده در [composer.json](composer.json) ما از پروژه‌ها یا کدهای زیر استفاده کرده‌ایم: + +* [Drush](https://github.com/drush-ops/drush) برای خیلی چیزها +* [wpshell](https://code.trac.wordpress.org/browser/wpshell) برای `wp shell` +* [Regenerate Thumbnails](https://wordpress.org/plugins/regenerate-thumbnails/) برای `wp media regenerate` +* [Search-Replace-DB](https://github.com/interconnectit/Search-Replace-DB) برای `wp search-replace` +* [WordPress-CLI-Exporter](https://github.com/Automattic/WordPress-CLI-Exporter) برای `wp export` +* [WordPress-CLI-Importer](https://github.com/Automattic/WordPress-CLI-Importer) برای `wp import` +* [wordpress-plugin-tests](https://github.com/benbalter/wordpress-plugin-tests/) برای `wp scaffold plugin-tests` From 3ea08d5747b7131ccf026821c4852fc82604981e Mon Sep 17 00:00:00 2001 From: Morteza Date: Fri, 27 Mar 2020 00:52:06 +0430 Subject: [PATCH 110/232] Add Persian to list --- _config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_config.yml b/_config.yml index 6ec402dd..99a9a947 100644 --- a/_config.yml +++ b/_config.yml @@ -34,6 +34,9 @@ languages: - label: Japanese iso-alpha2: ja path: /ja/ +- label: Persian (Farsi) + iso-alpha2: fa + path: /fa/ - label: Français iso-alpha2: fr path: /fr/ From 5991d9dbcfb867ff140e29c1381e56257227c815 Mon Sep 17 00:00:00 2001 From: schlessera Date: Tue, 26 May 2020 06:11:07 +0000 Subject: [PATCH 111/232] Update file(s) from wp-cli/.github --- .github/workflows/code-quality.yml | 76 ++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 .github/workflows/code-quality.yml diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml new file mode 100644 index 00000000..949714ec --- /dev/null +++ b/.github/workflows/code-quality.yml @@ -0,0 +1,76 @@ +name: Code Quality Checks + +on: pull_request + +jobs: + lint: + name: Linter + runs-on: ubuntu-latest + steps: + - name: Check out source code + uses: actions/checkout@v2 + - name: Check existence of composer.json file + id: check_composer_file + uses: andstor/file-existence-action@v1 + with: + files: "composer.json" + - name: Get Composer cache Directory + if: steps.check_composer_file.outputs.files_exists == 'true' + id: composer-cache + run: | + echo "::set-output name=dir::$(composer config cache-files-dir)" + - name: Use Composer cache + if: steps.check_composer_file.outputs.files_exists == 'true' + uses: actions/cache@v1 + with: + path: ${{ steps.composer-cache.outputs.dir }} + key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }} + restore-keys: | + ${{ runner.os }}-composer- + - name: Install dependencies + if: steps.check_composer_file.outputs.files_exists == 'true' + run: composer install --dev --prefer-dist --no-progress --no-suggest + - name: Check existence of vendor/bin/parallel-lint file + id: check_linter_file + uses: andstor/file-existence-action@v1 + with: + files: "vendor/bin/parallel-lint" + - name: Run Linter + if: steps.check_linter_file.outputs.files_exists == 'true' + run: vendor/bin/parallel-lint -j 10 . --exclude vendor --checkstyle | cs2pr --graceful-warnings + + phpcs: + name: PHPCS + runs-on: ubuntu-latest + steps: + - name: Check out source code + uses: actions/checkout@v2 + - name: Check existence of composer.json & phpcs.xml.dist files + id: check_files + uses: andstor/file-existence-action@v1 + with: + files: "composer.json, phpcs.xml.dist" + - name: Get Composer cache Directory + if: steps.check_files.outputs.files_exists == 'true' + id: composer-cache + run: | + echo "::set-output name=dir::$(composer config cache-files-dir)" + - name: Use Composer cache + if: steps.check_files.outputs.files_exists == 'true' + uses: actions/cache@v1 + with: + path: ${{ steps.composer-cache.outputs.dir }} + key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }} + restore-keys: | + ${{ runner.os }}-composer- + - name: Install dependencies + if: steps.check_files.outputs.files_exists == 'true' + run: composer install --dev --prefer-dist --no-progress --no-suggest + - name: Check existence of vendor/bin/phpcs file + id: check_phpcs_binary_file + uses: andstor/file-existence-action@v1 + with: + files: "vendor/bin/parallel-lint" + - name: Run PHPCS + if: steps.check_phpcs_binary_file.outputs.files_exists == 'true' + run: vendor/bin/phpcs -q --report=checkstyle | cs2pr --graceful-warnings From 4e584a70ef6929090c9a7f39845090d4c3954eba Mon Sep 17 00:00:00 2001 From: schlessera Date: Tue, 26 May 2020 08:59:05 +0000 Subject: [PATCH 112/232] Update file(s) from wp-cli/.github --- .actrc | 3 ++ .github/workflows/code-quality.yml | 44 ++++++++++++++++++++++++------ 2 files changed, 38 insertions(+), 9 deletions(-) create mode 100644 .actrc diff --git a/.actrc b/.actrc new file mode 100644 index 00000000..99e6b7ec --- /dev/null +++ b/.actrc @@ -0,0 +1,3 @@ +# Configuration file for nektos/act. +# See https://github.com/nektos/act#configuration +-P ubuntu-latest=shivammathur/node:latest diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 949714ec..6f678187 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -3,58 +3,81 @@ name: Code Quality Checks on: pull_request jobs: - lint: - name: Linter + + lint: #----------------------------------------------------------------------- + name: Lint PHP files runs-on: ubuntu-latest steps: - name: Check out source code uses: actions/checkout@v2 + - name: Check existence of composer.json file id: check_composer_file uses: andstor/file-existence-action@v1 with: files: "composer.json" + + - name: Set up PHP envirnoment + uses: shivammathur/setup-php@v2 + with: + php-version: '7.4' + tools: cs2pr + - name: Get Composer cache Directory if: steps.check_composer_file.outputs.files_exists == 'true' id: composer-cache run: | echo "::set-output name=dir::$(composer config cache-files-dir)" + - name: Use Composer cache if: steps.check_composer_file.outputs.files_exists == 'true' uses: actions/cache@v1 with: - path: ${{ steps.composer-cache.outputs.dir }} + path: ${{ steps['composer-cache'].outputs.dir }} key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }} restore-keys: | ${{ runner.os }}-composer- + - name: Install dependencies if: steps.check_composer_file.outputs.files_exists == 'true' - run: composer install --dev --prefer-dist --no-progress --no-suggest + run: COMPOSER_ROOT_VERSION=dev-master composer install --prefer-dist --no-progress --no-suggest + - name: Check existence of vendor/bin/parallel-lint file id: check_linter_file uses: andstor/file-existence-action@v1 with: files: "vendor/bin/parallel-lint" + - name: Run Linter if: steps.check_linter_file.outputs.files_exists == 'true' - run: vendor/bin/parallel-lint -j 10 . --exclude vendor --checkstyle | cs2pr --graceful-warnings + run: vendor/bin/parallel-lint -j 10 . --exclude vendor --checkstyle | cs2pr - phpcs: + phpcs: #---------------------------------------------------------------------- name: PHPCS runs-on: ubuntu-latest + steps: - name: Check out source code uses: actions/checkout@v2 + - name: Check existence of composer.json & phpcs.xml.dist files id: check_files uses: andstor/file-existence-action@v1 with: files: "composer.json, phpcs.xml.dist" + + - name: Set up PHP envirnoment + uses: shivammathur/setup-php@v2 + with: + php-version: '7.4' + tools: cs2pr + - name: Get Composer cache Directory if: steps.check_files.outputs.files_exists == 'true' id: composer-cache run: | echo "::set-output name=dir::$(composer config cache-files-dir)" + - name: Use Composer cache if: steps.check_files.outputs.files_exists == 'true' uses: actions/cache@v1 @@ -63,14 +86,17 @@ jobs: key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }} restore-keys: | ${{ runner.os }}-composer- + - name: Install dependencies if: steps.check_files.outputs.files_exists == 'true' - run: composer install --dev --prefer-dist --no-progress --no-suggest + run: COMPOSER_ROOT_VERSION=dev-master composer install --prefer-dist --no-progress --no-suggest + - name: Check existence of vendor/bin/phpcs file id: check_phpcs_binary_file uses: andstor/file-existence-action@v1 with: - files: "vendor/bin/parallel-lint" + files: "vendor/bin/phpcs" + - name: Run PHPCS if: steps.check_phpcs_binary_file.outputs.files_exists == 'true' - run: vendor/bin/phpcs -q --report=checkstyle | cs2pr --graceful-warnings + run: vendor/bin/phpcs -q --report=checkstyle | cs2pr From e81af1b582eb8ab52617885d45fb5395442fca2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vl=C4=83du=C8=9B=20Ilie?= Date: Thu, 4 Jun 2020 18:15:15 +0300 Subject: [PATCH 113/232] Romanian translation - version updated from 2.3.0 to 2.4.0 - some typos fixed --- ro/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ro/index.md b/ro/index.md index ac204011..4fa79b04 100644 --- a/ro/index.md +++ b/ro/index.md @@ -10,11 +10,11 @@ direction: ltr -Lansarea stabilă curentă este [versiunea 2.3.0](https://make.wordpress.org/cli/2019/08/14/wp-cli-v2-3-0-release-notes/). Pentru anunțuri, urmărește [@wpcli pe Twitter](https://twitter.com/wpcli) sau [înregistrează-te pentru actualizări pe email](https://make.wordpress.org/cli/subscribe/). [Consultă foaia de parcurs](https://make.wordpress.org/cli/handbook/roadmap/) pentru o prezentare generală a ceea ce este plănuit pentru lansările viitoare. +Lansarea stabilă curentă este [versiunea 2.4.0](https://make.wordpress.org/cli/2019/11/12/wp-cli-v2-4-0-release-notes/). Pentru anunțuri, urmărește [@wpcli pe Twitter](https://twitter.com/wpcli) sau [înregistrează-te pentru actualizări pe email](https://make.wordpress.org/cli/subscribe/). [Consultă foaia de parcurs](https://make.wordpress.org/cli/handbook/roadmap/) pentru o prezentare generală a ceea ce este plănuit pentru lansările viitoare. [![Stare compilare](https://travis-ci.org/wp-cli/wp-cli.svg?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![Durata medie pentru rezolvarea unei probleme](https://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Durata medie pentru rezolvarea unei probleme") [![Procentul problemelor încă deschise](https://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Procentul problemelor încă deschise") -Legături rapide: [Folosire](#folosire) | [Instalare](#instalare) | [Asistență](#asistenta) | [Extindere](#extindere) | [Contribuire](#contribuire) | [Credite](#credite) +Legături rapide: [Folosire](#folosire) | [Instalare](#instalare) | [Asistență](#asistenta) | [Extindere](#extindere) | [Contribuție](#contribuire) | [Credite](#credite) ## Folosire @@ -86,7 +86,7 @@ WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: /home/wp-cli/.wp-cli/config.yml WP-CLI project config: -WP-CLI version: 2.3.0 +WP-CLI version: 2.4.0 ``` ### Actualizare @@ -99,7 +99,7 @@ Vrei să trăiești viața la limită? Rulează `wp cli update --nightly` pentru ### Auto-completare -WP-CLI vine de asemenea cu un script de auto-completare pentru Bash și ZSH. Doar descarcă [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.3.0/utils/wp-completion.bash) și rulează source pe el din `~/.bash_profile`: +WP-CLI vine de asemenea cu un script de auto-completare pentru Bash și ZSH. Doar descarcă [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.4.0/utils/wp-completion.bash) și rulează source pe el din `~/.bash_profile`: ```bash source /FULL/PATH/TO/wp-completion.bash @@ -174,7 +174,7 @@ WP_CLI::add_command( 'option delete', $delete_option_cmd ); WP-CLI vine cu zeci de comenzi. Este mai ușor decât pare să creezi o comandă personalizată WP-CLI. Citește [cartea de bucate a comenzilor](https://make.wordpress.org/cli/handbook/commands-cookbook/) pentru a afla mai multe. Răsfoiește [documentația internă API](https://make.wordpress.org/cli/handbook/internal-api/) pentru a descoperi o varietate de funcții ajutătoare pe care le poți folosi în comanda ta personalizată WP-CLI. -## Contribuire +## Contribuție Apreciem că ai inițiativa de a contribui la WP-CLI. Datorită ție și comunității din jurul tău, acest WP-CLI este un proiect grozav. From 44887c4a33c5022668bd249afd108ce4edfbc13d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Smoli=C5=84ski?= Date: Fri, 6 Nov 2020 20:28:40 +0100 Subject: [PATCH 114/232] Update minimum php --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 02359307..23a70ad2 100644 --- a/index.md +++ b/index.md @@ -50,7 +50,7 @@ Downloading the Phar file is our recommended installation method for most users. Before installing WP-CLI, please make sure your environment meets the minimum requirements: - UNIX-like environment (OS X, Linux, FreeBSD, Cygwin); limited support in Windows environment -- PHP 5.4 or later +- PHP 5.6 or later - WordPress 3.7 or later. Versions older than the latest WordPress release may have degraded functionality Once you've verified requirements, download the [wp-cli.phar](https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) file using `wget` or `curl`: From 4e92e2701acaab5b4d13c5075e9e2cf8c80f4209 Mon Sep 17 00:00:00 2001 From: schlessera Date: Tue, 8 Dec 2020 16:06:50 +0000 Subject: [PATCH 115/232] Update file(s) from wp-cli/.github --- .github/workflows/code-quality.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 6f678187..c21389d4 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -17,13 +17,14 @@ jobs: with: files: "composer.json" - - name: Set up PHP envirnoment + - name: Set up PHP environment + if: steps.check_composer_file.outputs.files_exists == 'true' uses: shivammathur/setup-php@v2 with: php-version: '7.4' tools: cs2pr - - name: Get Composer cache Directory + - name: Get Composer cache directory if: steps.check_composer_file.outputs.files_exists == 'true' id: composer-cache run: | @@ -66,13 +67,14 @@ jobs: with: files: "composer.json, phpcs.xml.dist" - - name: Set up PHP envirnoment + - name: Set up PHP environment + if: steps.check_composer_file.outputs.files_exists == 'true' uses: shivammathur/setup-php@v2 with: php-version: '7.4' tools: cs2pr - - name: Get Composer cache Directory + - name: Get Composer cache directory if: steps.check_files.outputs.files_exists == 'true' id: composer-cache run: | From c78574c78cf29f167e0956194ea320d0a96f0f23 Mon Sep 17 00:00:00 2001 From: schlessera Date: Tue, 8 Dec 2020 18:51:40 +0000 Subject: [PATCH 116/232] Update file(s) from wp-cli/.github --- .github/workflows/code-quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index c21389d4..802e09b8 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -68,7 +68,7 @@ jobs: files: "composer.json, phpcs.xml.dist" - name: Set up PHP environment - if: steps.check_composer_file.outputs.files_exists == 'true' + if: steps.check_files.outputs.files_exists == 'true' uses: shivammathur/setup-php@v2 with: php-version: '7.4' From e95614f33dddf2382a054f20c924be948be47ff3 Mon Sep 17 00:00:00 2001 From: Matthias Kittsteiner Date: Sat, 16 Jan 2021 08:32:16 +0100 Subject: [PATCH 117/232] Update minimum php --- de/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/de/index.md b/de/index.md index 9c830c6f..30e2d2f5 100644 --- a/de/index.md +++ b/de/index.md @@ -49,7 +49,7 @@ Das Herunterladen der Phar Datei ist unsere empfohlene Installationsweise. Falls Bevor du WP-CLI installierst, stell bitte sicher, dass dein System die Mindestanforderungen erfüllt: - UNIX-ähnliche Umgebung (OS X, Linux, FreeBSD, Cygwin); eingeschränkter Support in Windows-Umgebungen -- PHP 5.4 oder neuer +- PHP 5.6 oder neuer - WordPress 3.7 oder neuer. Ältere Versionen als das aktuelle WordPress-Release haben funktionelle Einschränkungen Sobald du die Mindestanforderungen geprüft hast, lade die [wp-cli.phar](https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar)-Datei mittels `wget` oder `curl` herunter: From ac3c073f1532cea05f5c627ad79022cfe3001b9c Mon Sep 17 00:00:00 2001 From: wojsmol Date: Sun, 17 Jan 2021 14:03:01 +0100 Subject: [PATCH 118/232] Update php requirements in translations excluding de - for de please merge #409. --- br/index.md | 2 +- es/index.md | 2 +- fa/index.md | 2 +- fr/index.md | 2 +- ja/index.md | 2 +- ro/index.md | 2 +- tr/index.md | 2 +- zh-cn/index.md | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/br/index.md b/br/index.md index 6db1b9b6..f0943b82 100644 --- a/br/index.md +++ b/br/index.md @@ -50,7 +50,7 @@ Baixar o arquivo Phar é o método de instalação que recomendamos para a maior Antes de instalar a WP-CLI, tenha certeza de que seu ambiente cumpre os requisitos mínimos: - Ambiente UNIX-like (OS X, Linux, FreeBSD, Cygwin); suporte limitado para ambientes Windows -- PHP 5.4 ou superior +- PHP 5.6 ou superior - WordPress 3.7 ou superior. Versões do WordPress anteriores à mais recente podem ter funcionalidade reduzida Após verificar os requisitos, baixe o arquivo [wp-cli.phar](https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) usando `wget` ou `curl`: diff --git a/es/index.md b/es/index.md index e33bfe81..8233af61 100644 --- a/es/index.md +++ b/es/index.md @@ -50,7 +50,7 @@ La descarga del archivo Phar es nuestro método de instalación recomendado para Antes de instalar WP-CLI, asegúrate de que tu entorno cumple con los requisitos mínimos: - Entorno de tipo UNIX (OS X, Linux, FreeBSD, Cygwin); soporte limitado en el entorno de Windows -- PHP 5.4 o posterior +- PHP 5.6 o posterior - WordPress 3.7 o posterior. Las versiones anteriores a la última versión de WordPress pueden tener funcionalidad degradada Una vez que hayas verificado los requisitos, descarga el archivo [wp-cli.phar](https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) usando `wget` o `curl` : diff --git a/fa/index.md b/fa/index.md index 448499ba..f229d118 100644 --- a/fa/index.md +++ b/fa/index.md @@ -50,7 +50,7 @@ Success: 34 transients deleted from the database. قبل از نصب WP-CLI، لطفا از دارا بودن حداقل امکانات مورد نیاز مطمئن شوید: - سیستم‌های یونیکسی (OS X, Linux, FreeBSD, Cygwin); در ویندوز کمتر پشتیبانی می‌شود -- PHP 5.4 or later +- PHP 5.6 or later - وردپرس 3.7 به بالا. در نسخه‌های قدیمی‌تر ممکن است با مشکل روبرو شوید وقتی از داشتن حداقل امکانات مطمئن شدید، پرونده [wp-cli.phar](https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) را بصورت `wget` یا `curl` دریافت کیند: diff --git a/fr/index.md b/fr/index.md index af8cdfc0..7231b7a0 100644 --- a/fr/index.md +++ b/fr/index.md @@ -49,7 +49,7 @@ Télécharger le Phar est la méthode d'installation que nous recommandons. Si v Avant d'installer WP-CLI, veuillez vous assurer que votre environnement répond aux exigences minimales : - Environnement de type UNIX (OS X, Linux, FreeBSD, Cygwin); le soutien est limité sur les environnements Windows -- PHP 5.4 ou plus récent +- PHP 5.6 ou plus récent - WordPress 3.7 ou plus récent Une fois que vous avez vérifié ces exigences, téléchargez le fichier [wp-cli.phar](https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) en utilisant `wget` ou `curl` : diff --git a/ja/index.md b/ja/index.md index ad3ee703..0449c6e8 100644 --- a/ja/index.md +++ b/ja/index.md @@ -52,7 +52,7 @@ Phar ファイルをダウンロードする方法が、私たちが推奨する WP-CLI をインストールする前に、動作環境を確認してください。 - UNIX 系の環境 (OS X, Linux, FreeBSD, Cygwin); Windows では一部の機能に制限があります。 -- PHP 5.4 またはそれ以降のバージョン +- PHP 5.6 またはそれ以降のバージョン - WordPress 3.7 またはそれ以降のバージョン。WordPress 最新版ではない古いバージョンでは、機能が低下する可能性があります。 動作条件を再度確認してから、`wget`または`curl`を使用して [wp-cli.phar](https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) をダウンロードしてください。 diff --git a/ro/index.md b/ro/index.md index 4fa79b04..3553e519 100644 --- a/ro/index.md +++ b/ro/index.md @@ -50,7 +50,7 @@ Descărcarea fișierului Phar este metoda noastră de instalare recomandată pen Înainte să instalezi WP-CLI, te rog asigură-te că mediul tău respectă cerințele minime: - Mediu asemănător UNIX (OS X, Linux, FreeBSD, Cygwin); asistență limitată pentru mediul Windows -- PHP 5.4 sau mai recent +- PHP 5.6 sau mai recent - WordPress 3.7 sau mai recent. Versiuniile mai vechi decât ultima versiune WordPress ar putea avea funcționalități degradate Odată ce ai verificat cerințele, descarcă fișierul [wp-cli.phar](https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) folosind `wget` sau `curl`: diff --git a/tr/index.md b/tr/index.md index 0ece8b23..01721712 100644 --- a/tr/index.md +++ b/tr/index.md @@ -55,7 +55,7 @@ Temel şeyleri zaten biliyorum diyorsanız, direkt [komutlara](https://developer Lütfen WP-CLI'i kurmadan önce minimum ortam gereksinimlerin karşılandığından emin olunuz: - UNIX-benzeri işletim sistemi (OS X, Linux, FreeBSD, Cygwin); Windows kısıtlı desteklenir -- PHP 5.4 veya sonrası +- PHP 5.6 veya sonrası - WordPress 3.7 veya daha üst sürüm. Son WordPress sürümden eski sürümler daha az işlevsellik sunabilir Gerensinimleri karşıladıktan sonra, [wp-cli.phar](https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) dosyasını `wget` veya `curl` ile indirin: diff --git a/zh-cn/index.md b/zh-cn/index.md index 7efe8bd0..69ca53a9 100644 --- a/zh-cn/index.md +++ b/zh-cn/index.md @@ -50,7 +50,7 @@ Success: 34 transients deleted from the database. 在安装 WP-CLI 之前,请确保您的操作环境满足最低要求: - UNIX 环境(OS X,Linux,FreeBSD,Cygwin),某些功能在 Windows 中将受到限制。 -- PHP 5.4 或更高版本。 +- PHP 5.6 或更高版本。 - WordPress 3.7 或更高版本,较旧版本在功能上可能会有所减少。 再次检查操作环境,使用 `wget` 或 `curl` 下载 [wp-cli.phar](https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar): From 738401900898e2f0cfa303f6e0b920c16d60a925 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Tue, 2 Feb 2021 18:02:24 +0000 Subject: [PATCH 119/232] Add Cloudways to the list of sponsors --- index.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/index.md b/index.md index 23a70ad2..6475843f 100644 --- a/index.md +++ b/index.md @@ -6,9 +6,14 @@ direction: ltr [WP-CLI](https://wp-cli.org/) is the command-line interface for [WordPress](https://wordpress.org/). You can update plugins, configure multisite installations and much more, without using a web browser. -Ongoing maintenance is made possible by: - - +Ongoing maintenance is made possible by: + + + + + + + The current stable release is [version 2.4.0](https://make.wordpress.org/cli/2019/11/12/wp-cli-v2-4-0-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. From 2387410eb42137c8ef54075594a93add44f8e3be Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Tue, 2 Feb 2021 18:10:27 +0000 Subject: [PATCH 120/232] Adapt sizes for logo image aspect ratios --- index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.md b/index.md index 6475843f..28a6f3a4 100644 --- a/index.md +++ b/index.md @@ -8,12 +8,12 @@ direction: ltr Ongoing maintenance is made possible by: - - - - - - + + + + + + The current stable release is [version 2.4.0](https://make.wordpress.org/cli/2019/11/12/wp-cli-v2-4-0-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. From 7ffddb20b428b09d03f7ece17ed4e6a46de1df2a Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Tue, 2 Feb 2021 18:12:22 +0000 Subject: [PATCH 121/232] Reduce width of logo images --- index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.md b/index.md index 28a6f3a4..29e185b7 100644 --- a/index.md +++ b/index.md @@ -8,12 +8,12 @@ direction: ltr Ongoing maintenance is made possible by: - - - - - - + + + + + + The current stable release is [version 2.4.0](https://make.wordpress.org/cli/2019/11/12/wp-cli-v2-4-0-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. From 784576d8c7cd584ebc999b7271637b8dcb6a9fe7 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Tue, 2 Feb 2021 18:14:11 +0000 Subject: [PATCH 122/232] Use auto height for logo images --- index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.md b/index.md index 29e185b7..4e7d462f 100644 --- a/index.md +++ b/index.md @@ -8,12 +8,12 @@ direction: ltr Ongoing maintenance is made possible by: - - - - - - + + + + + + The current stable release is [version 2.4.0](https://make.wordpress.org/cli/2019/11/12/wp-cli-v2-4-0-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. From 9bd4de518139619fb22b75f7bf08d56c950785e5 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Tue, 2 Feb 2021 18:15:57 +0000 Subject: [PATCH 123/232] Reduce height of logo image frame --- index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.md b/index.md index 4e7d462f..2f7e4066 100644 --- a/index.md +++ b/index.md @@ -8,12 +8,12 @@ direction: ltr Ongoing maintenance is made possible by: - - - - - - + + + + + + The current stable release is [version 2.4.0](https://make.wordpress.org/cli/2019/11/12/wp-cli-v2-4-0-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. From ad02d68c9e9011b33e632e14a89089abd12c82a6 Mon Sep 17 00:00:00 2001 From: wojsmol Date: Wed, 28 Apr 2021 18:41:43 +0200 Subject: [PATCH 124/232] Update build status badge --- br/index.md | 2 +- es/index.md | 2 +- gr/index.md | 2 +- index.md | 2 +- it/index.md | 2 +- ja/index.md | 2 +- ne/index.md | 2 +- tr/index.md | 2 +- zh-cn/index.md | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/br/index.md b/br/index.md index f0943b82..76c81c34 100644 --- a/br/index.md +++ b/br/index.md @@ -12,7 +12,7 @@ A manutenção contínua é possível Date: Mon, 10 May 2021 09:37:28 +0000 Subject: [PATCH 125/232] Update file(s) from wp-cli/.github --- .github/workflows/regenerate-readme.yml | 107 ++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 .github/workflows/regenerate-readme.yml diff --git a/.github/workflows/regenerate-readme.yml b/.github/workflows/regenerate-readme.yml new file mode 100644 index 00000000..7fed9ee1 --- /dev/null +++ b/.github/workflows/regenerate-readme.yml @@ -0,0 +1,107 @@ +name: Regenerate README file + +on: + workflow_dispatch: + push: + branches: + - master + paths-ignore: + - 'features/**' + - 'README.md' + +jobs: + + regenerate-readme: #---------------------------------------------------------- + name: Regenerate README.md file + runs-on: ubuntu-latest + if: ${{ ! contains(fromJson('[".github", "wp-cli", "php-cli-tools", "wp-config-transformer"]'), github.event.repository.name) }} + steps: + - name: Check out source code + uses: actions/checkout@v2 + + - name: Set up PHP envirnoment + uses: shivammathur/setup-php@v2 + with: + php-version: '7.4' + + - name: Check existence of composer.json file + id: check_composer_file + uses: andstor/file-existence-action@v1 + with: + files: "composer.json" + + - name: Get Composer cache directory + if: steps.check_composer_file.outputs.files_exists == 'true' + id: composer-cache + run: | + echo "::set-output name=dir::$(composer config cache-files-dir)" + + - name: Use Composer cache + if: steps.check_composer_file.outputs.files_exists == 'true' + uses: actions/cache@v1 + with: + path: ${{ steps['composer-cache'].outputs.dir }} + key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }} + restore-keys: | + ${{ runner.os }}-composer- + + - name: Install dependencies + if: steps.check_composer_file.outputs.files_exists == 'true' + run: COMPOSER_ROOT_VERSION=dev-master composer install --prefer-dist --no-progress --no-suggest + + - name: Configure git user + run: | + git config --global user.email "alain.schlesser@gmail.com" + git config --global user.name "Alain Schlesser" + + - name: Check if remote branch exists + id: remote-branch + run: echo ::set-output name=exists::$([[ -z $(git ls-remote --heads origin regenerate-readme) ]] && echo "0" || echo "1") + + - name: Create branch to base pull request on + if: steps.remote-branch.outputs.exists == 0 + run: | + git checkout -b regenerate-readme + + - name: Fetch existing branch to add commits to + if: steps.remote-branch.outputs.exists == 1 + run: | + git fetch --all --prune + git checkout regenerate-readme + git pull --no-rebase + + - name: Install WP-CLI + run: | + curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli-nightly.phar + sudo mv wp-cli-nightly.phar /usr/local/bin/wp + sudo chmod +x /usr/local/bin/wp + + - name: Regenerate README.md file + run: | + wp package install "wp-cli/scaffold-package-command:^2" + wp scaffold package-readme --force . + + - name: Check if there are changes + id: changes + run: echo ::set-output name=changed::$([[ -z $(git status --porcelain) ]] && echo "0" || echo "1") + + - name: Commit changes + if: steps.changes.outputs.changed == 1 + run: | + git add README.md + git commit -m "Regenerate README file - $(date +'%Y-%m-%d')" + git push origin regenerate-readme + + - name: Create pull request + if: | + steps.changes.outputs.changed == 1 && + steps.remote-branch.outputs.exists == 0 + uses: repo-sync/pull-request@v2 + with: + source_branch: regenerate-readme + destination_branch: master + github_token: ${{ secrets.GITHUB_TOKEN }} + pr_title: Regenerate README file + pr_body: "**This is an automated pull-request**\n\nRefreshes the `README.md` file with the latest changes to the docblocks in the source code." + pr_reviewer: schlessera + pr_label: scope:documentation From eac83f720fd3c9996b3a6049cf64417db276ba2a Mon Sep 17 00:00:00 2001 From: schlessera Date: Mon, 10 May 2021 10:10:59 +0000 Subject: [PATCH 126/232] Update file(s) from wp-cli/.github --- .github/workflows/regenerate-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regenerate-readme.yml b/.github/workflows/regenerate-readme.yml index 7fed9ee1..d44dbc92 100644 --- a/.github/workflows/regenerate-readme.yml +++ b/.github/workflows/regenerate-readme.yml @@ -14,7 +14,7 @@ jobs: regenerate-readme: #---------------------------------------------------------- name: Regenerate README.md file runs-on: ubuntu-latest - if: ${{ ! contains(fromJson('[".github", "wp-cli", "php-cli-tools", "wp-config-transformer"]'), github.event.repository.name) }} + if: ${{ ! contains(fromJson('[".github", "wp-cli", "wp-cli-bundle", "wp-super-cache-cli", "php-cli-tools", "wp-config-transformer"]'), github.event.repository.name) }} steps: - name: Check out source code uses: actions/checkout@v2 From 6f866ce62bf36758a0ca43a17d92433be86ecfb5 Mon Sep 17 00:00:00 2001 From: schlessera Date: Wed, 12 May 2021 06:27:40 +0000 Subject: [PATCH 127/232] Update file(s) from wp-cli/.github --- .github/workflows/code-quality.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 802e09b8..1fb981ec 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -1,6 +1,10 @@ name: Code Quality Checks -on: pull_request +on: + pull_request: + push: + branches: + - master jobs: From 8bacae853be4c4b678af1b0d04aa05e380426d5b Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Wed, 19 May 2021 16:57:08 +0100 Subject: [PATCH 128/232] Update for release v2.5.0 --- index.md | 51 ++++++++++++++++++++++++++------------------------- 1 file changed, 26 insertions(+), 25 deletions(-) diff --git a/index.md b/index.md index 5a4a91f8..06613043 100644 --- a/index.md +++ b/index.md @@ -1,23 +1,20 @@ ---- -layout: default -title: Command line interface for WordPress -direction: ltr ---- +WP-CLI +====== [WP-CLI](https://wp-cli.org/) is the command-line interface for [WordPress](https://wordpress.org/). You can update plugins, configure multisite installations and much more, without using a web browser. Ongoing maintenance is made possible by: - - - - - - + + + + + + -The current stable release is [version 2.4.0](https://make.wordpress.org/cli/2019/11/12/wp-cli-v2-4-0-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. +The current stable release is [version 2.5.0](https://make.wordpress.org/cli/2021/05/19/wp-cli-v2-5-0-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. -[![Testing](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml/badge.svg)](https://github.com/wp-cli/wp-cli/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") +[![Build Status](https://travis-ci.org/wp-cli/wp-cli.svg?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![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") Quick links: [Using](#using) | [Installing](#installing) | [Support](#support) | [Extending](#extending) | [Contributing](#contributing) | [Credits](#credits) @@ -55,7 +52,7 @@ Downloading the Phar file is our recommended installation method for most users. Before installing WP-CLI, please make sure your environment meets the minimum requirements: - UNIX-like environment (OS X, Linux, FreeBSD, Cygwin); limited support in Windows environment -- PHP 5.6 or later +- PHP 5.4 or later - WordPress 3.7 or later. Versions older than the latest WordPress release may have degraded functionality Once you've verified requirements, download the [wp-cli.phar](https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) file using `wget` or `curl`: @@ -81,17 +78,21 @@ If WP-CLI was installed successfully, you should see something like this when yo ```bash $ wp --info -OS: Darwin 16.7.0 Darwin Kernel Version 16.7.0: Thu Jan 11 22:59:40 PST 2018; root:xnu-3789.73.8~1/RELEASE_X86_64 x86_64 -Shell: /bin/zsh -PHP binary: /usr/local/bin/php -PHP version: 7.0.22 -php.ini used: /etc/local/etc/php/7.0/php.ini -WP-CLI root dir: /home/wp-cli/.wp-cli/vendor/wp-cli/wp-cli -WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor +OS: Linux 4.19.128-microsoft-standard #1 SMP Tue Jun 23 12:58:10 UTC 2020 x86_64 +Shell: /usr/bin/zsh +PHP binary: /usr/bin/php +PHP version: 8.0.5 +php.ini used: /etc/php/8.0/cli/php.ini +MySQL binary: /usr/bin/mysql +MySQL version: mysql Ver 8.0.23-0ubuntu0.20.04.1 for Linux on x86_64 ((Ubuntu)) +SQL modes: +WP-CLI root dir: /home/wp-cli/ +WP-CLI vendor dir: /home/wp-cli/vendor +WP_CLI phar path: WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ -WP-CLI global config: /home/wp-cli/.wp-cli/config.yml -WP-CLI project config: -WP-CLI version: 2.4.0 +WP-CLI global config: +WP-CLI project config: /home/wp-cli/wp-cli.yml +WP-CLI version: 2.5.0 ``` ### Updating @@ -104,7 +105,7 @@ Want to live life on the edge? Run `wp cli update --nightly` to use the latest n ### Tab completions -WP-CLI also comes with a tab completion script for Bash and ZSH. Just download [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.4.0/utils/wp-completion.bash) and source it from `~/.bash_profile`: +WP-CLI also comes with a tab completion script for Bash and ZSH. Just download [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.5.0/utils/wp-completion.bash) and source it from `~/.bash_profile`: ```bash source /FULL/PATH/TO/wp-completion.bash From b620e2a33936533c154041902a4b60d297ce2b75 Mon Sep 17 00:00:00 2001 From: tecking Date: Thu, 20 May 2021 11:07:11 +0900 Subject: [PATCH 129/232] Update Japanese translation --- ja/index.md | 101 ++++++++++++++++++++++++++++------------------------ 1 file changed, 55 insertions(+), 46 deletions(-) diff --git a/ja/index.md b/ja/index.md index 50c65804..1c288c0f 100644 --- a/ja/index.md +++ b/ja/index.md @@ -5,15 +5,20 @@ direction: ltr --- [WP-CLI](https://wp-cli.org/) は [WordPress](https://wordpress.org/) を管理するためのコマンドラインインターフェースです。 -プラグインのアップデートやマルチサイトのセットアップなどの多くのことをブラウザ無しで行うことができます。 +プラグインのアップデートやマルチサイトのセットアップなどの多くのことをブラウザなしで行うことができます。 -現在のメンテナンスは、以下の企業のサポートにより支えられています。 +下記のサポーターの協力で継続的なメンテナンスが行われています。 - + + + + + + -現在の最新バージョンは [2.4.0](https://make.wordpress.org/cli/2019/11/12/wp-cli-v2-4-0-release-notes/) です。 最新情報を得たい人は、[@wpcli on Twitter](https://twitter.com/wpcli) をフォローするか、[メーリングリストにサインアップ](https://make.wordpress.org/cli/subscribe/)してください。[ロードマップ](https://make.wordpress.org/cli/handbook/roadmap/)で、今後のリリースの予定を知ることができます。 +現在の安定バージョンは [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/)で、今後のリリースの予定を知ることができます。 -[![Testing](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml/badge.svg)](https://github.com/wp-cli/wp-cli/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") +[![Build Status](https://travis-ci.org/wp-cli/wp-cli.svg?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![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") Quick links: [使い方](#使い方) | [インストール方法](#インストール方法) | [サポート](#サポート) | [拡張](#拡張) | [貢献](#貢献) | [クレジット](#クレジット) @@ -34,74 +39,78 @@ Plugin 'user-switching' activated. Success: Installed 1 of 1 plugins. ``` -さらに WP-CLI は、WordPress の管理画面ではできない多くのことが可能です。たとえば、`wp transient delete --all` ([ドキュメント](https://developer.wordpress.org/cli/commands/transient/delete/)) は、Transient に保存されているすべてのデータを削除することを可能にしています。 +さらに WP-CLI では、WordPress の管理画面ではできない多くのことを行えます。たとえば、`wp transient delete --all` ([ドキュメント](https://developer.wordpress.org/cli/commands/transient/delete/)) は、一時的に保存されているすべてのデータを削除することを可能にしています。 ```bash $ wp transient delete --all Success: 34 transients deleted from the database. ``` -WP-CLI の使い方に関するさらに詳しい情報は、[クイックスタートガイド](https://make.wordpress.org/cli/handbook/quick-start/)を読んでください。または、[shell friends](https://make.wordpress.org/cli/handbook/shell-friends/) で便利なコマンドラインユーティリティについて学ぶことができます。 +WP-CLI の使い方について詳しく知りたいときは、[クイックスタートガイド](https://make.wordpress.org/cli/handbook/quick-start/)を読んでください。[Shell friends](https://make.wordpress.org/cli/handbook/shell-friends/) で便利なコマンドラインユーティリティについて学ぶこともできます。 -もし、すでに基本的なことを理解しているなら、[コマンドリスト](https://developer.wordpress.org/cli/commands/)にジャンプして、テーマやプラグインの管理、データのインポートやエクスポート、データベースの操作などについての詳細をみてください。 +基本的なことをすでに理解しているなら、[コマンドリスト](https://developer.wordpress.org/cli/commands/)にジャンプして、テーマやプラグインの管理、データのインポートやエクスポート、データベースの検索・置換操作などについての詳細を見てください。 ## インストール方法 -Phar ファイルをダウンロードする方法が、私たちが推奨するインストール方法です。必要なら[上級者向けインストール方法](https://make.wordpress.org/cli/handbook/installing/)(英語)を見てください。 +Phar ファイルのダウンロードによるインストールを推奨します。必要に応じて[上級者向けインストール方法](https://make.wordpress.org/cli/handbook/installing/) ([Composer](https://make.wordpress.org/cli/handbook/installing/#installing-via-composer), [Homebrew](https://make.wordpress.org/cli/handbook/installing/#installing-via-homebrew), [Docker](https://make.wordpress.org/cli/handbook/installing/#installing-via-docker)) も見てください。 WP-CLI をインストールする前に、動作環境を確認してください。 -- UNIX 系の環境 (OS X, Linux, FreeBSD, Cygwin); Windows では一部の機能に制限があります。 -- PHP 5.6 またはそれ以降のバージョン +- UNIX 系の環境 (OS X, Linux, FreeBSD, Cygwin) ; Windows では一部の機能に制限があります。 +- PHP 5.4 またはそれ以降のバージョン - WordPress 3.7 またはそれ以降のバージョン。WordPress 最新版ではない古いバージョンでは、機能が低下する可能性があります。 -動作条件を再度確認してから、`wget`または`curl`を使用して [wp-cli.phar](https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) をダウンロードしてください。 +動作条件を再度確認してから、`wget` または `curl` を使用して [wp-cli.phar](https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) をダウンロードしてください。 ```bash -$ curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar +curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar ``` 次に、Phar ファイルが動作していることを確認してください。 ```bash -$ php wp-cli.phar --info +php wp-cli.phar --info ``` -WP-CLI コマンドを`wp`で実行するには、それに実行権限があることと環境変数`PATH`に登録されていることが必要です。 +WP-CLI コマンドを `wp` で実行するには、wp-cli.phar が実行可能であることと、環境変数 `PATH` に登録された場所に置かれていることが必要です。例を示します。 ```bash -$ chmod +x wp-cli.phar -$ sudo mv wp-cli.phar /usr/local/bin/wp +chmod +x wp-cli.phar +sudo mv wp-cli.phar /usr/local/bin/wp ``` -もし、WP-CLI のインストールが成功していれば、`wp --info`を実行したら以下のように出力されるはずです。 +もし、WP-CLI のインストールが成功していれば、`wp --info` の実行で以下のように出力されるはずです。 ```bash $ wp --info -OS: Darwin 16.7.0 Darwin Kernel Version 16.7.0: Thu Jan 11 22:59:40 PST 2018; root:xnu-3789.73.8~1/RELEASE_X86_64 x86_64 -Shell: /bin/zsh -PHP binary: /usr/local/bin/php -PHP version: 7.0.22 -php.ini used: /etc/local/etc/php/7.0/php.ini -WP-CLI root dir: /home/wp-cli/.wp-cli/vendor/wp-cli/wp-cli -WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor +OS: Linux 4.19.128-microsoft-standard #1 SMP Tue Jun 23 12:58:10 UTC 2020 x86_64 +Shell: /usr/bin/zsh +PHP binary: /usr/bin/php +PHP version: 8.0.5 +php.ini used: /etc/php/8.0/cli/php.ini +MySQL binary: /usr/bin/mysql +MySQL version: mysql Ver 8.0.23-0ubuntu0.20.04.1 for Linux on x86_64 ((Ubuntu)) +SQL modes: +WP-CLI root dir: /home/wp-cli/ +WP-CLI vendor dir: /home/wp-cli/vendor +WP_CLI phar path: WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ -WP-CLI global config: /home/wp-cli/.wp-cli/config.yml -WP-CLI project config: -WP-CLI version: 2.4.0 +WP-CLI global config: +WP-CLI project config: /home/wp-cli/wp-cli.yml +WP-CLI version: 2.5.0 ``` ## アップデート -WP-CLI をアップデートするには、`wp cli update` ([ドキュメント](https://developer.wordpress.org/cli/commands/cli/update/)) を実行するか、上述のインストール方法を再度行う必要があります。 +WP-CLI のアップデートは、`wp cli update` ([ドキュメント](https://developer.wordpress.org/cli/commands/cli/update/)) の実行、または上述のインストール方法を再度行うことで可能です。 WP-CLI のオーナーが root もしくは他のシステム管理者になっている場合は、`sudo wp cli update` と実行する必要があります。 -もっととんがった生き方をしたい? `wp cli update --nightly` を実行すれば、最新の開発者向けバージョンの WP-CLI を使用することができます。開発者向けバージョンは、あなたの開発環境で使用するのに十分な信頼性があり、つねに最新の機能を使用することができます。 +もっととんがった生き方をしたい ? `wp cli update --nightly` を実行すれば、最新の開発者向けバージョンの WP-CLI を使用できます。開発者向けバージョンは、あなたの開発環境で使用するのに十分な信頼性があり、常に最新の機能を含んでいます。 ## タブ補完 -WP-CLI には、Bash 及び ZSH 用のタブ補完用のスクリプトがあります。 [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.4.0/utils/wp-completion.bash) をダウンロードして、`~/.bash_profile` から読み込んでください。 +WP-CLI には、Bash および ZSH 向けのタブ補完スクリプトがあります。 [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.5.0/utils/wp-completion.bash) をダウンロードして、`~/.bash_profile` で読み込んでください。 ```bash source /FULL/PATH/TO/wp-completion.bash @@ -109,7 +118,7 @@ source /FULL/PATH/TO/wp-completion.bash `source ~/.bash_profile` を実行するのを忘れないでください。 -ZSH の場合は、`bashcompinit` を読み込ませたあとに `wp-completion.bash` を読み込ませる必要があるかもしれません。`.zshrc` へ次のコードを追加してください。 +ZSH の場合は、`bashcompinit` をロードした後に `wp-completion.bash` を読み込ませる必要があるかもしれません。`.zshrc` へ次のコードを追加してください。 ```bash autoload bashcompinit @@ -119,9 +128,9 @@ source /FULL/PATH/TO/wp-completion.bash ## サポート -WP-CLI のメンテナーとその貢献者たちが一般的な質問に答えられる時間は限られています。[最新版](https://make.wordpress.org/cli/handbook/roadmap/) のみが公式にサポートされるバージョンです。 +WP-CLI のメンテナーとその貢献者たちが一般的な質問に答えられる時間は限られています。[最新版](https://make.wordpress.org/cli/handbook/roadmap/)のみが公式にサポートされるバージョンです。 -もしサポートを探しているなら、まず初めに以下のリソースの中から答えを探してください。 +サポートを受けたいときは、まず、以下のリソースの中から答えを探してみてください。 * [Common issues and their fixes](https://make.wordpress.org/cli/handbook/common-issues/) * [WP-CLI handbook](https://make.wordpress.org/cli/handbook/) @@ -131,20 +140,20 @@ WP-CLI のメンテナーとその貢献者たちが一般的な質問に答え もし、上のいずれかの方法で回答を見つけられなかった場合は: -* [WordPress.org Slack](https://make.wordpress.org/chat/) の `#cli` に参加して、そこにいる人に尋ねてみてください。これがもっとも手っ取り早い方法です。 -* [WordPress サポートフォーラムで新しいスレッドを投稿](https://wordpress.org/support/forum/wp-advanced/#new-post) して、'wp-cli' というタグをつけてコミュニティが見つけやすくしてください。 +* [WordPress.org Slack](https://make.wordpress.org/chat/) の `#cli` チャンネルに参加して、そこにいる人に尋ねてみてください。これがもっとも手っ取り早い方法です。 +* WordPress サポートフォーラムに[新しいスレッドを投稿](https://wordpress.org/support/forum/wp-advanced/#new-post)し、'wp-cli' というタグを付けてコミュニティ内で見つけやすくします。 GitHub Issues は、既存のコマンドの改良やバグを追跡するために使用されており、一般的なサポートのためには使用されていません。バグレポートを投稿する際には、[ベストプラクティス](https://make.wordpress.org/cli/handbook/bug-reports/)を確認して、あなたが抱える問題が適時確実に伝わるように心がけてください。 -Twitterでサポート用の質問をたずねるのはおやめください。Twitterは、文字数が140文字以下であり会話を行うのが難しい、過去の会話から他の人の同じ質問を検索することが難しい、等の理由によりサポートを行う場としてふさわしくありません。 +Twitter でサポート用の質問を尋ねるのはおやめください。Twitter は、1) 文字数が280文字以下であり会話を行うのが難しい、2) 過去の会話から他の人の同じ質問を検索することが難しい、などの理由によりサポートを行う場としてふさわしくありません。 自由は無料とは違います。オープンソースはあなたに自由に使ったり編集したりする権利を保証しますが、他の誰かの時間を浪費することを保証しているわけではありません。敬意をもって、過度な期待をしないように心がけてください。 ## 拡張 -それぞれの **コマンド** は、WP-CLI の関数の一つとして定義されています。`wp plugin install` ([ドキュメント](https://developer.wordpress.org/cli/commands/plugin/install/)) はそのうちのひとつであり、`wp plugin activate` ([ドキュメント](https://developer.wordpress.org/cli/commands/plugin/activate/)) は別のもうひとつです。 +それぞれの **コマンド** は、WP-CLI の関数の一つとして定義されています。`wp plugin install` ([ドキュメント](https://developer.wordpress.org/cli/commands/plugin/install/)) はそのうちの一つで、`wp plugin activate` ([ドキュメント](https://developer.wordpress.org/cli/commands/plugin/activate/)) もまたそのうちの一つです。 -WP-CLI では、様々な実行可能なクラス、関数、クロージャをコマンドとして実行することが可能です。コマンドとして実行されるために必要な情報は、PHPdoc によって記述します。 `WP_CLI::add_command()` ([ドキュメント](https://make.wordpress.org/cli/handbook/internal-api/wp-cli-add-command/)) は、内部コマンド及びサードパーティコマンドの登録に使用されています。 +WP-CLI では、さまざまな実行可能なクラス、関数、クロージャをコマンドとして実行することが可能です。コマンドとして実行されるために必要な情報は、PHPdoc によって記述します。 `WP_CLI::add_command()` ([ドキュメント](https://make.wordpress.org/cli/handbook/internal-api/wp-cli-add-command/)) は、内部コマンドおよびサードパーティコマンドの登録に使用されています。 ```php /** @@ -174,25 +183,25 @@ $delete_option_cmd = function( $args ) { WP_CLI::add_command( 'option delete', $delete_option_cmd ); ``` -WP-CLI は、多くのコマンドにより構成されており、カスタムコマンドを作ることは意外と簡単です。[commands cookbook](https://make.wordpress.org/cli/handbook/commands-cookbook/)を読んでください。 +WP-CLI は、多くのコマンドにより構成されており、カスタムコマンドを作ることは意外と簡単です。詳しくは [commands cookbook](https://make.wordpress.org/cli/handbook/commands-cookbook/) を読んでください。[内部 API のドキュメント](https://make.wordpress.org/cli/handbook/references/internal-api/)を参照すると、カスタムコマンドで使用できるさまざまな便利機能が見つかります。 ## 貢献 -ようこそ、そしてありがとう! +ようこそ、そしてありがとう ! -私たちは、みなさんが率先して貢献してくれることに感謝しています。あなたやあなたのまわりのコミュニティによって、WP-CLIはすばらしいプロジェクトになります。 +私たちは、みなさんが率先して貢献してくれることに感謝しています。あなたやあなたのまわりのコミュニティによって、WP-CLI はすばらしいプロジェクトになります。 -**貢献は単にコードだけではありません。** 私たちは、チュートリアルを書く、地元のミートアップでデモを行う、ユーザーの質問への回答、ドキュメントの改訂など、あなたの日々の活動に応じた貢献をお願いしています。 +**貢献は単にコードだけではありません。** 私たちは、チュートリアルを書いたり、地元のミートアップでデモを行ったり、ユーザーの質問に回答したり、ドキュメントを改訂したりと、あなたの能力に合った方法で貢献していただきたいと思っています。 -プロジェクトに参加するには、ハンドブックの[貢献者向けガイドライン](https://make.wordpress.org/cli/handbook/contributing/)をよく読んでください。ここに書かれていることに従うことで、本プロジェクトの他の貢献者たちとのコミュニケーションを円滑にすることができます。彼らは、世界をまたがってあなたと一緒に働くことに、最大限の敬意を払う努力をします。 +ハンドブックに掲載されている[貢献者向けガイドライン](https://make.wordpress.org/cli/handbook/contributions/contributing/)を読めば、あなたがどのように参加できるか詳しく知ることができます。このガイドラインに従うことで、本プロジェクトの他の貢献者たちとのコミュニケーションを円滑にすることができます。彼らは、世界をまたがってあなたと一緒に働くことに、最大限の敬意を払う努力をします。 ### プロジェクトリーダー WP-CLI にはプロジェクトメンテナーがいます: [schlessera](http://github.com/schlessera) です。 -能力があり、プロジェクトを発展させるために、時間をかけて投資していることを示してくれたコントリビューターへ、[コミット権限を与えることがあります](https://make.wordpress.org/cli/handbook/committers-credo/)。 +能力があり、プロジェクトを発展させるために時間をかけて投資していることを示してくれたコントリビューターへ、[コミット権限を与えることがあります](https://make.wordpress.org/cli/handbook/committers-credo/)。 -プロジェクトの運営に関する詳細については、[ハンドブック内のガバナンス](https://make.wordpress.org/cli/handbook/governance/) を読んで下さい。 +プロジェクトの運営に関する詳細については、[ハンドブック内のガバナンス](https://make.wordpress.org/cli/handbook/governance/)を読んでください。 ## クレジット From c6e2477a84a35bc353e80a0d235e013be724c57e Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Thu, 20 May 2021 07:25:45 +0100 Subject: [PATCH 130/232] Use GitHub Actions badge of wp-cli/automated-tests --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 06613043..4c57d2db 100644 --- a/index.md +++ b/index.md @@ -14,7 +14,7 @@ Ongoing maintenance is made possible by: The current stable release is [version 2.5.0](https://make.wordpress.org/cli/2021/05/19/wp-cli-v2-5-0-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. -[![Build Status](https://travis-ci.org/wp-cli/wp-cli.svg?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![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") +[![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") Quick links: [Using](#using) | [Installing](#installing) | [Support](#support) | [Extending](#extending) | [Contributing](#contributing) | [Credits](#credits) From f8e392711d4496cbb06ef8fc97db2e22c3ec52d7 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Thu, 20 May 2021 08:02:32 +0100 Subject: [PATCH 131/232] Adapt logo sizing --- index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.md b/index.md index 4c57d2db..5df9aaaf 100644 --- a/index.md +++ b/index.md @@ -5,12 +5,12 @@ WP-CLI Ongoing maintenance is made possible by: - - - - - - + + + + + + The current stable release is [version 2.5.0](https://make.wordpress.org/cli/2021/05/19/wp-cli-v2-5-0-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. From 9b1aec2ab55ca202d55892778c5dd9d2b376434e Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Thu, 20 May 2021 08:07:38 +0100 Subject: [PATCH 132/232] Remove margin from logo link --- index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.md b/index.md index 5df9aaaf..5f9d16e7 100644 --- a/index.md +++ b/index.md @@ -5,12 +5,12 @@ WP-CLI Ongoing maintenance is made possible by: - - - + + + - - + + The current stable release is [version 2.5.0](https://make.wordpress.org/cli/2021/05/19/wp-cli-v2-5-0-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. From e7aa06af55e71c33135f69ba8a982dc31d95b5e0 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Thu, 20 May 2021 08:30:52 +0100 Subject: [PATCH 133/232] Remove margin that was missed --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 5f9d16e7..557c8ca4 100644 --- a/index.md +++ b/index.md @@ -8,7 +8,7 @@ Ongoing maintenance is made possible by: - + From 028656059f9450b13d11230446b001fd28c92333 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Thu, 20 May 2021 09:24:27 +0100 Subject: [PATCH 134/232] Update testing badge --- ja/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ja/index.md b/ja/index.md index 1c288c0f..eaf94dd4 100644 --- a/ja/index.md +++ b/ja/index.md @@ -18,7 +18,7 @@ direction: ltr 現在の安定バージョンは [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/)で、今後のリリースの予定を知ることができます。 -[![Build Status](https://travis-ci.org/wp-cli/wp-cli.svg?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![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") +[![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") Quick links: [使い方](#使い方) | [インストール方法](#インストール方法) | [サポート](#サポート) | [拡張](#拡張) | [貢献](#貢献) | [クレジット](#クレジット) @@ -214,4 +214,3 @@ WP-CLI にはプロジェクトメンテナーがいます: [schlessera](http:// * [WordPress-CLI-Exporter](https://github.com/Automattic/WordPress-CLI-Exporter) for `wp export` * [WordPress-CLI-Importer](https://github.com/Automattic/WordPress-CLI-Importer) for `wp import` * [wordpress-plugin-tests](https://github.com/benbalter/wordpress-plugin-tests/) for `wp scaffold plugin-tests` - From fee43cd096ae9a42452d36eb946b090bcd4895aa Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Thu, 20 May 2021 09:24:42 +0100 Subject: [PATCH 135/232] Update logo inline styles --- ja/index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ja/index.md b/ja/index.md index eaf94dd4..adeac268 100644 --- a/ja/index.md +++ b/ja/index.md @@ -9,12 +9,12 @@ direction: ltr 下記のサポーターの協力で継続的なメンテナンスが行われています。 - - - - - - + + + + + + 現在の安定バージョンは [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/)で、今後のリリースの予定を知ることができます。 From a85f2d48c5719a992480093b3b2e52d813d7e589 Mon Sep 17 00:00:00 2001 From: Yordan Soares <38109855+YordanSoares@users.noreply.github.com> Date: Fri, 28 May 2021 15:39:11 -0400 Subject: [PATCH 136/232] Update Spanish translation (up to 2.5.0) --- es/index.md | 87 +++++++++++++++++++++++++++++------------------------ 1 file changed, 48 insertions(+), 39 deletions(-) diff --git a/es/index.md b/es/index.md index cd4756f2..33344cf4 100644 --- a/es/index.md +++ b/es/index.md @@ -4,21 +4,26 @@ title: Interfaz de línea de comandos para WordPress direction: ltr --- -[WP-CLI](https://wp-cli.org/) es la interfaz de línea de comandos para [WordPress](https://wordpress.org/). Puedes actualizar plugins, configurar instalaciones multisitio y mucho más, sin usar un navegador web. +[WP-CLI](https://wp-cli.org/) es la interfaz de línea de comandos para [WordPress](https://es.wordpress.org/). Puedes actualizar plugins, configurar instalaciones multisitio y mucho más, sin usar un navegador web. -El mantenimiento continuo es posible gracias a: +El mantenimiento continuo es posible gracias a: - + + + + + + -La versión estable actual es la [2.1.0](https://make.wordpress.org/cli/2018/12/18/wp-cli-v2-1-0-release-notes/). Para estar al día, sigue [@wpcli en Twitter](https://twitter.com/wpcli) o [regístrate para recibir actualizaciones por correo electrónico](https://make.wordpress.org/cli/subscribe/). [Consulta la hoja de ruta](https://make.wordpress.org/cli/handbook/roadmap/) para una visión general de lo que está planeado para las próximas versiones. +La versión estable actual es la [2.5.0](https://make.wordpress.org/cli/2021/05/19/wp-cli-v2-5-0-release-notes/). Para estar al día, sigue [@wpcli en Twitter](https://twitter.com/wpcli) o [regístrate para recibir actualizaciones por correo electrónico](https://make.wordpress.org/cli/subscribe/). [Consulta la hoja de ruta](https://make.wordpress.org/cli/handbook/roadmap/) para una visión general de lo que está planeado para las próximas versiones. -[![Testing](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml/badge.svg)](https://github.com/wp-cli/wp-cli/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") +[![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") -Enlaces rápidos: [Uso](#uso) | [Instalación](#instalación) | [Soporte](#soporte) | [Extendiendo](#extendiendo) | [Contribuyendo](#contribuyendo) | [Créditos](#créditos) +Enlaces rápidos: [Uso](#uso) | [Instalación](#instalación) | [Soporte](#soporte) | [Extender](#extender) | [Contribuir](#contribuir) | [Créditos](#créditos) ## Uso -WP-CLI proporciona una interfaz de línea de comandos para muchas acciones que puedes realizar en el administrador de WordPress. Por ejemplo, `wp plugin install --activate` ([doc](https://developer.wordpress.org/cli/commands/plugin/install/)) te permite instalar y activar un plugin de WordPress: +WP-CLI proporciona una interfaz de línea de comandos para muchas acciones que puedes realizar en el escritorio de WordPress. Por ejemplo, `wp plugin install --activate` ([doc](https://developer.wordpress.org/cli/commands/plugin/install/)) te permite instalar y activar un plugin de WordPress: ```bash $ wp plugin install user-switching --activate @@ -32,20 +37,20 @@ Plugin 'user-switching' activated. Success: Installed 1 of 1 plugins. ``` -WP-CLI también incluye comandos para muchas cosas que no puedes hacer en el administrador de WordPress. Por ejemplo, `wp transient delete --all` ([doc](https://developer.wordpress.org/cli/commands/transient/delete/)) te permite eliminar uno o todos los datos transitorios: +WP-CLI también incluye comandos para muchas cosas que no puedes hacer en el escritorio de WordPress. Por ejemplo, `wp transient delete --all` ([doc](https://developer.wordpress.org/cli/commands/transient/delete/)) te permite eliminar uno o todos los datos transitorios: ```bash $ wp transient delete --all Success: 34 transients deleted from the database. ``` -Para una introducción más completa al usar WP-CLI, lee la [guía de inicio rápido](https://make.wordpress.org/cli/handbook/quick-start/). O bien, ponte al día con [shell friends](https://make.wordpress.org/cli/handbook/shell-friends/) para aprender acerca de las utilidades de línea de comandos. +Para una introducción más completa para usar WP-CLI, lee la [guía de inicio rápido](https://make.wordpress.org/cli/handbook/quick-start/). O bien, ponte al día con los [*shell friends*](https://make.wordpress.org/cli/handbook/shell-friends/) para aprender acerca de las utilidades de línea de comandos. -¿Ya te sientes cómodo con lo básico? Ve a la [lista completa de comandos](https://developer.wordpress.org/cli/commands/) para obtener información detallada sobre la gestión de temas y plugins, importación y exportación de datos, realización de operaciones de búsqueda y reemplazo de bases de datos y más. +¿Ya te sientes cómodo con lo básico? Ve a la [lista completa de comandos](https://developer.wordpress.org/cli/commands/) para obtener información detallada sobre la gestión de temas y plugins, importación y exportación de datos, realización de operaciones de búsqueda y reemplazo de bases de datos, y más. ## Instalación -La descarga del archivo Phar es nuestro método de instalación recomendado para la mayoría de usuarios. Si lo necesitas, consulta también nuestra documentación acerca de [métodos de instalación alternativos](https://wp-cli.org/docs/installing/). +La descarga del archivo Phar es nuestro método de instalación recomendado para la mayoría de usuarios. Si lo necesitas, consulta también nuestra documentación acerca de [métodos de instalación alternativos](https://wp-cli.org/docs/installing/) ([Composer](https://make.wordpress.org/cli/handbook/installing/#installing-via-composer), [Homebrew](https://make.wordpress.org/cli/handbook/installing/#installing-via-homebrew), [Docker](https://make.wordpress.org/cli/handbook/installing/#installing-via-docker)). Antes de instalar WP-CLI, asegúrate de que tu entorno cumple con los requisitos mínimos: @@ -76,17 +81,21 @@ Si WP-CLI se instaló correctamente, deberías ver algo como esto cuando ejecuta ```bash $ wp --info -OS: Darwin 16.7.0 Darwin Kernel Version 16.7.0: Thu Jan 11 22:59:40 PST 2018; root:xnu-3789.73.8~1/RELEASE_X86_64 x86_64 -Shell: /bin/zsh -PHP binary: /usr/local/bin/php -PHP version: 7.0.22 -php.ini used: /etc/local/etc/php/7.0/php.ini -WP-CLI root dir: /home/wp-cli/.wp-cli -WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor +OS: Linux 4.19.128-microsoft-standard #1 SMP Tue Jun 23 12:58:10 UTC 2020 x86_64 +Shell: /usr/bin/zsh +PHP binary: /usr/bin/php +PHP version: 8.0.5 +php.ini used: /etc/php/8.0/cli/php.ini +MySQL binary: /usr/bin/mysql +MySQL version: mysql Ver 8.0.23-0ubuntu0.20.04.1 for Linux on x86_64 ((Ubuntu)) +SQL modes: +WP-CLI root dir: /home/wp-cli/ +WP-CLI vendor dir: /home/wp-cli/vendor +WP_CLI phar path: WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ -WP-CLI global config: /home/wp-cli/.wp-cli/config.yml -WP-CLI project config: -WP-CLI version: 2.1.0 +WP-CLI global config: +WP-CLI project config: /home/wp-cli/wp-cli.yml +WP-CLI version: 2.5.0 ``` ### Actualización @@ -95,7 +104,7 @@ Puedes actualizar WP-CLI con `wp cli update` ([doc](https://developer.wordpress. Si WP-CLI es propiedad de root u otro usuario del sistema, necesitarás ejecutar `sudo wp cli update`. -¿Quieres vivir la vida al límite? Ejecuta `wp cli update --nightly` para usar la última nightly build de WP-CLI. Una nightly build es más o menos lo suficientemente estable como para que puedas utilizarla en tu entorno de desarrollo, y siempre incluye las últimas y mejores características de WP-CLI. +¿Quieres vivir la vida al límite? Ejecuta `wp cli update --nightly` para usar la última compilación nocturna (nightly build) de WP-CLI. Una compilación nocturna es más o menos lo suficientemente estable como para que puedas utilizarla en tu entorno de desarrollo, y siempre incluye las últimas y mejores características de WP-CLI. ### Autocompletar con el tabulador @@ -105,36 +114,36 @@ WP-CLI también viene con un scripts para autocompletar con el tabulador para Ba source /FULL/PATH/TO/wp-completion.bash ``` -No te olvides de ejecutar `source ~ / .bash_profile` después. +No te olvides de ejecutar `source ~/.bash_profile` después. Si usa la shell zsh, es posible que debas cargar e iniciar `bashcompinit` antes de usar el comando `source`. Pon lo siguiente en tu `.zshrc`: ```bash autoload bashcompinit bashcompinit -source /FULL/PATH/TO/wp-completion.bash +source /RUTA/COMPLETA/HASTA/wp-completion.bash ``` ## Soporte -Tanto los que mantienen WP-CLI como sus colaboradores tienen disponibilidad limitada para responder preguntas generales de soporte. La [versión actual de WP-CLI](https://make.wordpress.org/cli/handbook/roadmap/) es la única versión oficialmente admitida. +Tanto los que mantienen WP-CLI como sus colaboradores tienen disponibilidad limitada para responder preguntas generales de soporte. La [versión actual de WP-CLI](https://make.wordpress.org/cli/handbook/roadmap/) es la única versión oficialmente soportada. Cuando busques ayuda, primero busca tu pregunta en estos lugares: * [Problemas comunes y sus soluciones](https://make.wordpress.org/cli/handbook/common-issues/) -* [WP-CLI handbook](https://make.wordpress.org/cli/handbook/) -* [Issues abiertos o cerrados en la organización de WP-CLI GitHub](https://github.com/issues?utf8=%E2%9C%93&q=sort%3Aupdated-desc+org%3Awp-cli+is%3Aissue) -* [Hilos etiquetados con 'WP-CLI' en el foro de soporte de WordPress.org](https://wordpress.org/support/topic-tag/wp-cli/) -* [Preguntas etiquetadas con 'WP-CLI' en el WordPress StackExchange](https://wordpress.stackexchange.com/questions/tagged/wp-cli) +* [Manual de WP-CLI (Handbook)](https://make.wordpress.org/cli/handbook/) +* [*Issues* abiertos o cerrados en la organización de WP-CLI en GitHub](https://github.com/issues?utf8=%E2%9C%93&q=sort%3Aupdated-desc+org%3Awp-cli+is%3Aissue) +* [Hilos etiquetados con «WP-CLI» en el foro de soporte de WordPress.org](https://wordpress.org/support/topic-tag/wp-cli/) +* [Preguntas etiquetadas con «WP-CLI» en WordPress Development Stack Exchange](https://wordpress.stackexchange.com/questions/tagged/wp-cli) Si no encontraste una respuesta en uno de los lugares anteriores, puedes: -* Únete al canal `#cli` en el [Slack de WordPress.org](https://make.wordpress.org/chat/) para chatear con quien esté disponible en ese momento. Esta opción es la mejor para preguntas rápidas. -* [Publicar un nuevo hilo](https://wordpress.org/support/forum/wp-advanced/#new-post) en el foro de soporte de WordPress.org y etiquetarlo como 'WP-CLI' para que lo vea la comunidad. +* Únirte al canal `#cli` en el [Slack de WordPress.org](https://make.wordpress.org/chat/) para chatear con quien esté disponible en ese momento. Esta opción es la mejor para preguntas rápidas. +* [Publicar un nuevo hilo](https://wordpress.org/support/forum/wp-advanced/#new-post) en el foro de soporte de WordPress.org y etiquetarlo como «WP-CLI» para que lo vea la comunidad. -Los issues de GitHub están destinados al seguimiento de mejoras y errores de los comandos existentes, no para soporte general. Antes de enviar un informe de errores, por favor [revise nuestras mejores prácticas](https://make.wordpress.org/cli/handbook/bug-reports/) para ayudar a garantizar que tu issue se resuelve de manera oportuna. +Los *issues* de GitHub están destinados al seguimiento de mejoras y errores de los comandos existentes, no para soporte general. Antes de enviar un informe de errores, por favor, [revisa nuestras mejores prácticas](https://make.wordpress.org/cli/handbook/bug-reports/) para ayudar a garantizar que tu *issue* se resuelva de manera oportuna. -Por favor, no hagas preguntas de soporte en Twitter. Twitter no es un lugar aceptable para el soporte porque: Twitter no es un sitio conveniente para hacer soporte: 1) es difícil mantener conversaciones con menos de 140 caracteres, y 2) Twitter no es un lugar donde alguien con tu misma pregunta pueda buscar una respuesta en una conversación previa. +Por favor, no hagas preguntas de soporte en Twitter. Twitter no es un lugar aceptable para el soporte porque: 1) es difícil mantener conversaciones con menos de 280 caracteres, y 2) Twitter no es un lugar donde alguien con tu misma pregunta pueda buscar una respuesta en una conversación previa. Recuerda, libre != gratis; la licencia open source te da la libertad de usar y modificar, pero no a expensas del tiempo de otras personas. Por favor, se respetuoso y establece tus expectativas en consecuencia. @@ -142,7 +151,7 @@ Recuerda, libre != gratis; la licencia open source te da la libertad de usar y m Un **comando** es la unidad atómica de la funcionalidad de WP-CLI. `wp plugin install` ([doc](https://developer.wordpress.org/cli/commands/plugin/install/)) es un comando. `wp plugin activate` ([doc](https://developer.wordpress.org/cli/commands/plugin/activate/)) es otro. -WP-CLI permite registrar cualquier clase, función o closure invocable como un comando. Lee los detalles de uso del PHPdoc de la devolución de llamada. `WP_CLI::add_command()` ([doc](https://make.wordpress.org/cli/handbook/internal-api/wp-cli-add-command/)) se utiliza tanto para el registro de comandos internos y de terceros. +WP-CLI permite registrar cualquier clase, función o *closure* invocable como un comando. Este lee los detalles de uso del PHPdoc de la devolución de llamada. `WP_CLI::add_command()` ([doc](https://make.wordpress.org/cli/handbook/internal-api/wp-cli-add-command/)) se utiliza tanto para el registro de comandos internos como de terceros. ```php /** @@ -172,15 +181,15 @@ $delete_option_cmd = function( $args ) { WP_CLI::add_command( 'option delete', $delete_option_cmd ); ``` -WP-CLI viene con docenas de comandos. Es más fácil de lo que parece crear un comando WP-CLI personalizado. Lee el [commands cookbook](https://make.wordpress.org/cli/handbook/commands-cookbook/) para obtener más información. Explore los [documentos del API interno](https://make.wordpress.org/cli/handbook/internal-api/) para descubrir una variedad de funciones útiles que puedes usar en su comando WP-CLI personalizado. +WP-CLI viene con docenas de comandos. Crear un comando personalizado para WP-CLI es más fácil de lo que parece. Lee el [libro de recetas de comandos](https://make.wordpress.org/cli/handbook/commands-cookbook/) para obtener más información. Explora los [documentos de la API interna](https://make.wordpress.org/cli/handbook/internal-api/) para descubrir una variedad de funciones útiles que puedes usar en su comando WP-CLI personalizado. -## Contribuyendo +## Contribuir -Apreciamos que tomes la iniciativa de contribuir con WP-CLI. Es gracias a ti y la comunidad que lo rodea, que WP-CLI es un gran proyecto. +Apreciamos que tomes la iniciativa de contribuir a WP-CLI. Es gracias a ti y la comunidad que lo rodea, que WP-CLI es un gran proyecto. **Contribuir no se limita únicamente al código.** Te animamos a contribuir de la forma que mejor se adapte a tus habilidades, escribiendo tutoriales, haciendo una demostraciones en tu meetup local, ayudando a los demás con sus preguntas de soporte, o revisando nuestra documentación. -Lee atentamente nuestras [pautas de colaboración en el handbook](https://make.wordpress.org/cli/handbook/contributing/) para una introducción completa sobre cómo puedes involucrarte. Seguir estas pautas ayuda a comunicar que respetas el tiempo de otros colaboradores en el proyecto. A su vez, harán todo lo posible para corresponder a ese respeto cuando trabajen contigo, en zonas horarias y en todo el mundo. +Lee atentamente nuestras [pautas de colaboración en el manual](https://make.wordpress.org/cli/handbook/contributing/) para una introducción completa sobre cómo puedes involucrarte. Seguir estas pautas ayuda a comunicar que respetas el tiempo de otros colaboradores en el proyecto. A su vez, ellos harán todo lo posible para corresponder a ese respeto cuando trabajen contigo, a través de diferentes zonas horarias alrededor del mundo. ## Liderazgo @@ -188,7 +197,7 @@ WP-CLI tiene un encargado del mantenimiento del proyecto: [schlessera](http://gi En ocasiones, [concedemos permisos de escritura a los colaboradores](https://make.wordpress.org/cli/handbook/committers-credo/) que han demostrado, durante un período de tiempo, que son capaces e invirtieron en avanzar el proyecto. -Lee el [documento de gobierno en el handbook](https://make.wordpress.org/cli/handbook/governance/) para obtener más detalles operativos acerca del proyecto. +Lee el [documento de gobernanza en el manual](https://make.wordpress.org/cli/handbook/governance/) para obtener más detalles operativos sobre el proyecto. ## Créditos From 631f0f7524806f91e00c8eca19f1199e4d2dd097 Mon Sep 17 00:00:00 2001 From: Yordan Soares <38109855+YordanSoares@users.noreply.github.com> Date: Fri, 28 May 2021 15:58:26 -0400 Subject: [PATCH 137/232] Small wording to fix anchor link --- es/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es/index.md b/es/index.md index 33344cf4..3604ae66 100644 --- a/es/index.md +++ b/es/index.md @@ -147,7 +147,7 @@ Por favor, no hagas preguntas de soporte en Twitter. Twitter no es un lugar acep Recuerda, libre != gratis; la licencia open source te da la libertad de usar y modificar, pero no a expensas del tiempo de otras personas. Por favor, se respetuoso y establece tus expectativas en consecuencia. -## Extendiendo +## Extender Un **comando** es la unidad atómica de la funcionalidad de WP-CLI. `wp plugin install` ([doc](https://developer.wordpress.org/cli/commands/plugin/install/)) es un comando. `wp plugin activate` ([doc](https://developer.wordpress.org/cli/commands/plugin/activate/)) es otro. From 179d7f7a53b0a61745ea7946346b01e55d1fefbf Mon Sep 17 00:00:00 2001 From: Steffen Zieger Date: Tue, 22 Jun 2021 16:04:36 +0200 Subject: [PATCH 138/232] Fix quick links anchors --- de/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/de/index.md b/de/index.md index 30e2d2f5..b463a85a 100644 --- a/de/index.md +++ b/de/index.md @@ -13,7 +13,7 @@ Das aktuelle stabile Release ist [Version 2.4.0](https://make.wordpress.org/cli/ [![Build-Status](https://travis-ci.org/wp-cli/wp-cli.svg?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![Durchschnittliche Zeit, bis ein Problem behoben wurde](https://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Durchschnittliche Zeit, bis ein Problem behoben wurde") [![Prozentuale Anzahl an offenen Problemen](https://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Prozentuale Anzahl an offenen Problemen") -Quick links: [Benutzung](#using) | [Installation](#installing) | [Support](#support) | [Erweitern](#extending) | [Mitwirken](#contributing) | [Credits](#credits) +Quick links: [Benutzung](#benutzung) | [Installation](#installation) | [Support](#support) | [Erweitern](#erweitern) | [Mitwirken](#mitwirken) | [Credits](#credits) ## Benutzung From 70416fe3d16ef9c7004f30b5cb8cabe2eee7f13f Mon Sep 17 00:00:00 2001 From: schlessera Date: Fri, 23 Jul 2021 16:50:08 +0000 Subject: [PATCH 139/232] Update file(s) from wp-cli/.github --- .github/workflows/testing.yml | 179 ++++++++++++++++++++++++++++++++++ 1 file changed, 179 insertions(+) create mode 100644 .github/workflows/testing.yml diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml new file mode 100644 index 00000000..bc25c938 --- /dev/null +++ b/.github/workflows/testing.yml @@ -0,0 +1,179 @@ +name: Testing + +on: pull_request + +jobs: + + unit: #----------------------------------------------------------------------- + name: Unit test / PHP ${{ matrix.php }} + strategy: + fail-fast: false + matrix: + php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0'] + runs-on: ubuntu-20.04 + + steps: + - name: Check out source code + uses: actions/checkout@v2 + + - name: Check existence of composer.json file + id: check_files + uses: andstor/file-existence-action@v1 + with: + files: "composer.json, phpunit.xml.dist" + + - name: Set up PHP environment + if: steps.check_files.outputs.files_exists == 'true' + uses: shivammathur/setup-php@v2 + with: + php-version: '${{ matrix.php }}' + coverage: none + tools: composer,cs2pr + + - name: Get Composer cache Directory + if: steps.check_files.outputs.files_exists == 'true' + id: composer-cache + run: | + echo "::set-output name=dir::$(composer config cache-files-dir)" + + - name: Use Composer cache + if: steps.check_files.outputs.files_exists == 'true' + uses: actions/cache@master + with: + path: ${{ steps['composer-cache'].outputs.dir }} + key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }} + restore-keys: | + ${{ runner.os }}-composer- + + - name: Install dependencies + if: steps.check_files.outputs.files_exists == 'true' + run: COMPOSER_ROOT_VERSION=dev-master composer install --prefer-dist --no-progress --no-suggest + + - name: Setup problem matcher to provide annotations for PHPUnit + if: steps.check_files.outputs.files_exists == 'true' + run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json" + + - name: Run PHPUnit + if: steps.check_files.outputs.files_exists == 'true' + run: composer phpunit + + functional: #---------------------------------------------------------------------- + name: Functional - WP ${{ matrix.wp }} on PHP ${{ matrix.php }} with MySQL ${{ matrix.mysql }} + strategy: + fail-fast: false + matrix: + php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0'] + wp: ['latest'] + mysql: ['8.0'] + include: + - php: '5.6' + wp: 'trunk' + mysql: '8.0' + - php: '5.6' + wp: 'trunk' + mysql: '5.7' + - php: '5.6' + wp: 'trunk' + mysql: '5.6' + - php: '7.4' + wp: 'trunk' + mysql: '8.0' + - php: '8.0' + wp: 'trunk' + mysql: '8.0' + - php: '8.0' + wp: 'trunk' + mysql: '5.7' + - php: '8.0' + wp: 'trunk' + mysql: '5.6' + - php: '5.6' + wp: '3.7' + mysql: '5.6' + runs-on: ubuntu-20.04 + + services: + mysql: + image: mysql:${{ matrix.mysql }} + ports: + - 3306 + options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 -e MYSQL_ROOT_PASSWORD=root -e MYSQL_DATABASE=wp_cli_test --entrypoint sh mysql:${{ matrix.mysql }} -c "exec docker-entrypoint.sh mysqld --default-authentication-plugin=mysql_native_password" + + steps: + - name: Check out source code + uses: actions/checkout@v2 + + - name: Check existence of composer.json & behat.yml files + id: check_files + uses: andstor/file-existence-action@v1 + with: + files: "composer.json, behat.yml" + + - name: Install Ghostscript + if: steps.check_files.outputs.files_exists == 'true' + run: | + sudo apt-get update + sudo apt-get install ghostscript -y + + - name: Set up PHP envirnoment + if: steps.check_files.outputs.files_exists == 'true' + uses: shivammathur/setup-php@v2 + with: + php-version: '${{ matrix.php }}' + extensions: gd, imagick, mysql, zip + coverage: none + tools: composer + + - name: Get Composer cache Directory + if: steps.check_files.outputs.files_exists == 'true' + id: composer-cache + run: | + echo "::set-output name=dir::$(composer config cache-files-dir)" + + - name: Use Composer cache + if: steps.check_files.outputs.files_exists == 'true' + uses: actions/cache@master + with: + path: ${{ steps['composer-cache'].outputs.dir }} + key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }} + restore-keys: | + ${{ runner.os }}-composer- + + - name: Change ImageMagick policy to allow pdf->png conversion. + if: steps.check_files.outputs.files_exists == 'true' + run: | + sudo sed -i 's/^.*policy.*coder.*none.*PDF.*//' /etc/ImageMagick-6/policy.xml + + - name: Install dependencies + if: steps.check_files.outputs.files_exists == 'true' + run: COMPOSER_ROOT_VERSION=dev-master composer install --prefer-dist --no-progress --no-suggest + + - name: Start MySQL server + if: steps.check_files.outputs.files_exists == 'true' + run: sudo systemctl start mysql + + - name: Configure DB environment + if: steps.check_files.outputs.files_exists == 'true' + run: | + export MYSQL_HOST=127.0.0.1 + export MYSQL_TCP_PORT=${{ job.services.mysql.ports['3306'] }} + echo "WP_CLI_TEST_DBROOTUSER=root" >> $GITHUB_ENV + echo "WP_CLI_TEST_DBROOTPASS=root" >> $GITHUB_ENV + echo "WP_CLI_TEST_DBNAME=wp_cli_test" >> $GITHUB_ENV + echo "WP_CLI_TEST_DBUSER=wp_cli_test" >> $GITHUB_ENV + echo "WP_CLI_TEST_DBPASS=password1" >> $GITHUB_ENV + echo "WP_CLI_TEST_DBHOST=$MYSQL_HOST:$MYSQL_TCP_PORT" >> $GITHUB_ENV + + - name: Prepare test database + if: steps.check_files.outputs.files_exists == 'true' + run: composer prepare-tests + + - name: Check Behat environment + if: steps.check_files.outputs.files_exists == 'true' + run: WP_CLI_TEST_DEBUG_BEHAT_ENV=1 composer behat + + - name: Run Behat + if: steps.check_files.outputs.files_exists == 'true' + env: + WP_VERSION: '${{ matrix.wp }}' + run: composer behat || composer behat-rerun From b35026c47d2813d345e3f20103c1ba5b40f634bd Mon Sep 17 00:00:00 2001 From: schlessera Date: Thu, 12 Aug 2021 15:11:15 +0000 Subject: [PATCH 140/232] Update file(s) from wp-cli/.github --- .github/workflows/regenerate-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regenerate-readme.yml b/.github/workflows/regenerate-readme.yml index d44dbc92..242dd33e 100644 --- a/.github/workflows/regenerate-readme.yml +++ b/.github/workflows/regenerate-readme.yml @@ -14,7 +14,7 @@ jobs: regenerate-readme: #---------------------------------------------------------- name: Regenerate README.md file runs-on: ubuntu-latest - if: ${{ ! contains(fromJson('[".github", "wp-cli", "wp-cli-bundle", "wp-super-cache-cli", "php-cli-tools", "wp-config-transformer"]'), github.event.repository.name) }} + if: ${{ github.repository_owner == 'wp-cli' && ! contains(fromJson('[".github", "wp-cli", "wp-cli-bundle", "wp-super-cache-cli", "php-cli-tools", "wp-config-transformer"]'), github.event.repository.name) }} steps: - name: Check out source code uses: actions/checkout@v2 From 1c9ac450560faeafe0746b436bb86876d79b3756 Mon Sep 17 00:00:00 2001 From: schlessera Date: Thu, 12 Aug 2021 15:20:28 +0000 Subject: [PATCH 141/232] Update file(s) from wp-cli/.github --- .github/workflows/testing.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index bc25c938..68406436 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -1,6 +1,10 @@ name: Testing -on: pull_request +on: + pull_request: + push: + branches: + - master jobs: @@ -155,14 +159,14 @@ jobs: - name: Configure DB environment if: steps.check_files.outputs.files_exists == 'true' run: | - export MYSQL_HOST=127.0.0.1 - export MYSQL_TCP_PORT=${{ job.services.mysql.ports['3306'] }} + echo "MYSQL_HOST=127.0.0.1" >> $GITHUB_ENV + echo "MYSQL_TCP_PORT=${{ job.services.mysql.ports['3306'] }}" >> $GITHUB_ENV echo "WP_CLI_TEST_DBROOTUSER=root" >> $GITHUB_ENV echo "WP_CLI_TEST_DBROOTPASS=root" >> $GITHUB_ENV echo "WP_CLI_TEST_DBNAME=wp_cli_test" >> $GITHUB_ENV echo "WP_CLI_TEST_DBUSER=wp_cli_test" >> $GITHUB_ENV echo "WP_CLI_TEST_DBPASS=password1" >> $GITHUB_ENV - echo "WP_CLI_TEST_DBHOST=$MYSQL_HOST:$MYSQL_TCP_PORT" >> $GITHUB_ENV + echo "WP_CLI_TEST_DBHOST=127.0.0.1:${{ job.services.mysql.ports['3306'] }}" >> $GITHUB_ENV - name: Prepare test database if: steps.check_files.outputs.files_exists == 'true' From b4d8faffd875ab1a0baac91a2e5c36c883985354 Mon Sep 17 00:00:00 2001 From: schlessera Date: Thu, 2 Sep 2021 15:08:25 +0000 Subject: [PATCH 142/232] Update file(s) from wp-cli/.github --- .github/workflows/code-quality.yml | 42 +++++-------------------- .github/workflows/regenerate-readme.yml | 21 +++---------- .github/workflows/testing.yml | 42 +++++-------------------- 3 files changed, 20 insertions(+), 85 deletions(-) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 1fb981ec..2ea10981 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -28,24 +28,11 @@ jobs: php-version: '7.4' tools: cs2pr - - name: Get Composer cache directory + - name: Install Composer dependencies & cache dependencies if: steps.check_composer_file.outputs.files_exists == 'true' - id: composer-cache - run: | - echo "::set-output name=dir::$(composer config cache-files-dir)" - - - name: Use Composer cache - if: steps.check_composer_file.outputs.files_exists == 'true' - uses: actions/cache@v1 - with: - path: ${{ steps['composer-cache'].outputs.dir }} - key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }} - restore-keys: | - ${{ runner.os }}-composer- - - - name: Install dependencies - if: steps.check_composer_file.outputs.files_exists == 'true' - run: COMPOSER_ROOT_VERSION=dev-master composer install --prefer-dist --no-progress --no-suggest + uses: "ramsey/composer-install@v1" + env: + COMPOSER_ROOT_VERSION: 'dev-master' - name: Check existence of vendor/bin/parallel-lint file id: check_linter_file @@ -78,24 +65,11 @@ jobs: php-version: '7.4' tools: cs2pr - - name: Get Composer cache directory - if: steps.check_files.outputs.files_exists == 'true' - id: composer-cache - run: | - echo "::set-output name=dir::$(composer config cache-files-dir)" - - - name: Use Composer cache - if: steps.check_files.outputs.files_exists == 'true' - uses: actions/cache@v1 - with: - path: ${{ steps.composer-cache.outputs.dir }} - key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }} - restore-keys: | - ${{ runner.os }}-composer- - - - name: Install dependencies + - name: Install Composer dependencies & cache dependencies if: steps.check_files.outputs.files_exists == 'true' - run: COMPOSER_ROOT_VERSION=dev-master composer install --prefer-dist --no-progress --no-suggest + uses: "ramsey/composer-install@v1" + env: + COMPOSER_ROOT_VERSION: 'dev-master' - name: Check existence of vendor/bin/phpcs file id: check_phpcs_binary_file diff --git a/.github/workflows/regenerate-readme.yml b/.github/workflows/regenerate-readme.yml index 242dd33e..173e93e5 100644 --- a/.github/workflows/regenerate-readme.yml +++ b/.github/workflows/regenerate-readme.yml @@ -30,24 +30,11 @@ jobs: with: files: "composer.json" - - name: Get Composer cache directory + - name: Install Composer dependencies & cache dependencies if: steps.check_composer_file.outputs.files_exists == 'true' - id: composer-cache - run: | - echo "::set-output name=dir::$(composer config cache-files-dir)" - - - name: Use Composer cache - if: steps.check_composer_file.outputs.files_exists == 'true' - uses: actions/cache@v1 - with: - path: ${{ steps['composer-cache'].outputs.dir }} - key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }} - restore-keys: | - ${{ runner.os }}-composer- - - - name: Install dependencies - if: steps.check_composer_file.outputs.files_exists == 'true' - run: COMPOSER_ROOT_VERSION=dev-master composer install --prefer-dist --no-progress --no-suggest + uses: "ramsey/composer-install@v1" + env: + COMPOSER_ROOT_VERSION: 'dev-master' - name: Configure git user run: | diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 68406436..78f82aa7 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -34,24 +34,11 @@ jobs: coverage: none tools: composer,cs2pr - - name: Get Composer cache Directory + - name: Install Composer dependencies & cache dependencies if: steps.check_files.outputs.files_exists == 'true' - id: composer-cache - run: | - echo "::set-output name=dir::$(composer config cache-files-dir)" - - - name: Use Composer cache - if: steps.check_files.outputs.files_exists == 'true' - uses: actions/cache@master - with: - path: ${{ steps['composer-cache'].outputs.dir }} - key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }} - restore-keys: | - ${{ runner.os }}-composer- - - - name: Install dependencies - if: steps.check_files.outputs.files_exists == 'true' - run: COMPOSER_ROOT_VERSION=dev-master composer install --prefer-dist --no-progress --no-suggest + uses: "ramsey/composer-install@v1" + env: + COMPOSER_ROOT_VERSION: 'dev-master' - name: Setup problem matcher to provide annotations for PHPUnit if: steps.check_files.outputs.files_exists == 'true' @@ -128,29 +115,16 @@ jobs: coverage: none tools: composer - - name: Get Composer cache Directory - if: steps.check_files.outputs.files_exists == 'true' - id: composer-cache - run: | - echo "::set-output name=dir::$(composer config cache-files-dir)" - - - name: Use Composer cache - if: steps.check_files.outputs.files_exists == 'true' - uses: actions/cache@master - with: - path: ${{ steps['composer-cache'].outputs.dir }} - key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }} - restore-keys: | - ${{ runner.os }}-composer- - - name: Change ImageMagick policy to allow pdf->png conversion. if: steps.check_files.outputs.files_exists == 'true' run: | sudo sed -i 's/^.*policy.*coder.*none.*PDF.*//' /etc/ImageMagick-6/policy.xml - - name: Install dependencies + - name: Install Composer dependencies & cache dependencies if: steps.check_files.outputs.files_exists == 'true' - run: COMPOSER_ROOT_VERSION=dev-master composer install --prefer-dist --no-progress --no-suggest + uses: "ramsey/composer-install@v1" + env: + COMPOSER_ROOT_VERSION: 'dev-master' - name: Start MySQL server if: steps.check_files.outputs.files_exists == 'true' From 5e40330fe1941d09fe5f5617e6491c12fa04e3c9 Mon Sep 17 00:00:00 2001 From: wojsmol Date: Mon, 20 Sep 2021 16:23:59 +0200 Subject: [PATCH 143/232] Fix badges --- de/index.md | 2 +- fa/index.md | 2 +- ro/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/de/index.md b/de/index.md index 30e2d2f5..69ab4906 100644 --- a/de/index.md +++ b/de/index.md @@ -11,7 +11,7 @@ Die laufende Pflege Date: Sat, 2 Oct 2021 20:00:03 -0300 Subject: [PATCH 144/232] Update pt_BR --- br/index.md | 41 +++++++++++++++++++++++++---------------- 1 file changed, 25 insertions(+), 16 deletions(-) diff --git a/br/index.md b/br/index.md index 76c81c34..5920cdd1 100644 --- a/br/index.md +++ b/br/index.md @@ -6,11 +6,16 @@ direction: ltr [WP-CLI](https://wp-cli.org/) é a interface em linha de comando para o [WordPress](https://br.wordpress.org/). Você pode atualizar plugins, configurar instalações multisite e muito mais, sem utilizar um navegador web. -A manutenção contínua é possível graças aos seguintes patrocinadores: +A manutenção contínua é possível graças aos seguintes patrocinadores: - + + + + + + -A versão estável mais recente é a [2.4.0](https://make.wordpress.org/cli/2019/11/12/wp-cli-v2-4-0-release-notes/). Para manter-se atualizado, siga [@wpcli no Twitter](https://twitter.com/wpcli) ou [assine nossa newsletter](https://make.wordpress.org/cli/subscribe/). [Leia nosso plano de ação](https://make.wordpress.org/cli/handbook/roadmap/) para uma visão geral do que está sendo planejado para próximas versões. +A versão estável mais recente é a [2.5.0](https://make.wordpress.org/cli/2021/05/19/wp-cli-v2-5-0-release-notes/). Para manter-se atualizado, siga [@wpcli no Twitter](https://twitter.com/wpcli) ou [assine nossa newsletter](https://make.wordpress.org/cli/subscribe/). [Leia nosso plano de ação](https://make.wordpress.org/cli/handbook/roadmap/) para uma visão geral do que está sendo planejado para próximas versões. [![Testing](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml/badge.svg)](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml) [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Tempo médio para resolver um issue") [![Percentage of issues still open](http://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Percentual de issues ainda abertos") @@ -50,7 +55,7 @@ Baixar o arquivo Phar é o método de instalação que recomendamos para a maior Antes de instalar a WP-CLI, tenha certeza de que seu ambiente cumpre os requisitos mínimos: - Ambiente UNIX-like (OS X, Linux, FreeBSD, Cygwin); suporte limitado para ambientes Windows -- PHP 5.6 ou superior +- PHP 5.4 ou superior - WordPress 3.7 ou superior. Versões do WordPress anteriores à mais recente podem ter funcionalidade reduzida Após verificar os requisitos, baixe o arquivo [wp-cli.phar](https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) usando `wget` ou `curl`: @@ -76,17 +81,21 @@ Se a WP-CLI foi instalada corretamente, ao executar `wp --info` você deverá ve ```bash $ wp --info -OS: Darwin 16.7.0 Darwin Kernel Version 16.7.0: Thu Jan 11 22:59:40 PST 2018; root:xnu-3789.73.8~1/RELEASE_X86_64 x86_64 -Shell: /bin/zsh -PHP binary: /usr/local/bin/php -PHP version: 7.0.22 -php.ini used: /etc/local/etc/php/7.0/php.ini -WP-CLI root dir: /home/wp-cli/.wp-cli/vendor/wp-cli/wp-cli -WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor +OS: Linux 4.19.128-microsoft-standard #1 SMP Tue Jun 23 12:58:10 UTC 2020 x86_64 +Shell: /usr/bin/zsh +PHP binary: /usr/bin/php +PHP version: 8.0.5 +php.ini used: /etc/php/8.0/cli/php.ini +MySQL binary: /usr/bin/mysql +MySQL version: mysql Ver 8.0.23-0ubuntu0.20.04.1 for Linux on x86_64 ((Ubuntu)) +SQL modes: +WP-CLI root dir: /home/wp-cli/ +WP-CLI vendor dir: /home/wp-cli/vendor +WP_CLI phar path: WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ -WP-CLI global config: /home/wp-cli/.wp-cli/config.yml -WP-CLI project config: -WP-CLI version: 2.4.0 +WP-CLI global config: +WP-CLI project config: /home/wp-cli/wp-cli.yml +WP-CLI version: 2.5.0 ``` ### Atualizando @@ -95,11 +104,11 @@ WP-CLI pode ser atualizada com `wp cli update` ([doc](https://developer.wordpres Se o proprietário do arquivo da WP-CLI for root ou outro usuário do sistema, será necessário executar `sudo wp cli update`. -Quer viver a vida no limite? Execute `wp cli update --nightly` para usar a última compilação de desenvolvimento da WP-CLI. Essa versão é estável o suficiente para ser usada em seu ambiente de desenvolvimento e sempre inclui as melhores e mais recentes funcionalidades da WP-CLI. +Quer viver no limite? Execute `wp cli update --nightly` para usar a última compilação de desenvolvimento da WP-CLI. Essa versão é estável o suficiente para ser usada em seu ambiente de desenvolvimento e sempre inclui as melhores e mais recentes funcionalidades da WP-CLI. ### Autocompletar com tab -WP-CLI também possui scripts de autocompletar para Bash ou ZSH. Baixe [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.4.0/utils/wp-completion.bash) e carregue-o através do `~/.bash_profile`: +A WP-CLI também possui scripts de autocompletar para Bash ou ZSH. Baixe [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.4.0/utils/wp-completion.bash) e carregue-o através do `~/.bash_profile`: ```bash source /FULL/PATH/TO/wp-completion.bash From 661bc5bf0e590f3a767eac0af92954b16e8fd745 Mon Sep 17 00:00:00 2001 From: Felipe Elia Date: Sun, 3 Oct 2021 09:59:02 -0300 Subject: [PATCH 145/232] Revert the PHP version change --- br/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/br/index.md b/br/index.md index 5920cdd1..bb70da3a 100644 --- a/br/index.md +++ b/br/index.md @@ -55,7 +55,7 @@ Baixar o arquivo Phar é o método de instalação que recomendamos para a maior Antes de instalar a WP-CLI, tenha certeza de que seu ambiente cumpre os requisitos mínimos: - Ambiente UNIX-like (OS X, Linux, FreeBSD, Cygwin); suporte limitado para ambientes Windows -- PHP 5.4 ou superior +- PHP 5.6 ou superior - WordPress 3.7 ou superior. Versões do WordPress anteriores à mais recente podem ter funcionalidade reduzida Após verificar os requisitos, baixe o arquivo [wp-cli.phar](https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) usando `wget` ou `curl`: From 54abfd41fccca586c3911e9c5d1c4d8ad4a3387e Mon Sep 17 00:00:00 2001 From: Felipe Elia Date: Sun, 3 Oct 2021 10:00:38 -0300 Subject: [PATCH 146/232] Fix required PHP version --- index.md | 2 +- ja/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index 557c8ca4..c965a03b 100644 --- a/index.md +++ b/index.md @@ -52,7 +52,7 @@ Downloading the Phar file is our recommended installation method for most users. Before installing WP-CLI, please make sure your environment meets the minimum requirements: - UNIX-like environment (OS X, Linux, FreeBSD, Cygwin); limited support in Windows environment -- PHP 5.4 or later +- PHP 5.6 or later - WordPress 3.7 or later. Versions older than the latest WordPress release may have degraded functionality Once you've verified requirements, download the [wp-cli.phar](https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) file using `wget` or `curl`: diff --git a/ja/index.md b/ja/index.md index adeac268..fae6ab7d 100644 --- a/ja/index.md +++ b/ja/index.md @@ -57,7 +57,7 @@ Phar ファイルのダウンロードによるインストールを推奨しま WP-CLI をインストールする前に、動作環境を確認してください。 - UNIX 系の環境 (OS X, Linux, FreeBSD, Cygwin) ; Windows では一部の機能に制限があります。 -- PHP 5.4 またはそれ以降のバージョン +- PHP 5.6 またはそれ以降のバージョン - WordPress 3.7 またはそれ以降のバージョン。WordPress 最新版ではない古いバージョンでは、機能が低下する可能性があります。 動作条件を再度確認してから、`wget` または `curl` を使用して [wp-cli.phar](https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) をダウンロードしてください。 From 9e5b75c8f735de795c670d42d4c713823fead33e Mon Sep 17 00:00:00 2001 From: Felipe Elia Date: Sun, 3 Oct 2021 11:13:23 -0300 Subject: [PATCH 147/232] Fix some styles on mobile --- assets/css/stylesheet.css | 28 +++++++++++++++++++++------- index.md | 31 +++++++++++++++++++++++++------ 2 files changed, 46 insertions(+), 13 deletions(-) diff --git a/assets/css/stylesheet.css b/assets/css/stylesheet.css index ad8e86ea..09fcb063 100644 --- a/assets/css/stylesheet.css +++ b/assets/css/stylesheet.css @@ -288,6 +288,19 @@ header h1 { margin-bottom: 20px; } +@media (max-width: 970px) { + header h1 { + margin-left: 0; + } +} + +@media (max-width: 690px) { + /* Avoid collision with the language selector */ + header h1 { + padding-top: 40px; + } +} + header h1 img { vertical-align: middle; } @@ -438,6 +451,13 @@ body.display-global-parameters #main_content { -webkit-font-smoothing: antialiased; } +@media (max-width: 970px) { + #main_content { + padding: 0 20px; + margin: 0; + } +} + #main_content h1 { font-size: 30px; } @@ -707,14 +727,8 @@ hr:after, } } -@media (max-width: 970px) { - header h1 { - margin-left: 0; - } -} - @media (max-width: 690px) { - .main-nav li a { + .main-nav li:not(:nth-child(5)) a { padding-left: 0; } diff --git a/index.md b/index.md index 557c8ca4..099bcf50 100644 --- a/index.md +++ b/index.md @@ -5,12 +5,31 @@ WP-CLI Ongoing maintenance is made possible by: - - - - - - + The current stable release is [version 2.5.0](https://make.wordpress.org/cli/2021/05/19/wp-cli-v2-5-0-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. From f32b8408999d5a0608f80552527b183956124e4c Mon Sep 17 00:00:00 2001 From: Felipe Elia Date: Sun, 3 Oct 2021 11:24:36 -0300 Subject: [PATCH 148/232] #main_content width on mobile --- assets/css/stylesheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/stylesheet.css b/assets/css/stylesheet.css index 09fcb063..eac55b43 100644 --- a/assets/css/stylesheet.css +++ b/assets/css/stylesheet.css @@ -453,7 +453,7 @@ body.display-global-parameters #main_content { @media (max-width: 970px) { #main_content { - padding: 0 20px; + padding: 0; /* parent .container will provide needed spacement */ margin: 0; } } From 7b5935769b035c27eb8ce964a8c8f43e818bf974 Mon Sep 17 00:00:00 2001 From: schlessera Date: Tue, 12 Oct 2021 15:27:10 +0000 Subject: [PATCH 149/232] Update file(s) from wp-cli/.github --- .github/workflows/code-quality.yml | 6 ++++++ .github/workflows/regenerate-readme.yml | 7 +++++++ .github/workflows/testing.yml | 6 ++++++ 3 files changed, 19 insertions(+) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 2ea10981..e3fc0ef3 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -6,6 +6,12 @@ on: branches: - master +# Cancels all previous workflow runs for the same branch that have not yet completed. +concurrency: + # The concurrency group contains the workflow name and the branch name. + group: ${{ github.workflow }}-${{ github.head_ref }} + cancel-in-progress: true + jobs: lint: #----------------------------------------------------------------------- diff --git a/.github/workflows/regenerate-readme.yml b/.github/workflows/regenerate-readme.yml index 173e93e5..323ead60 100644 --- a/.github/workflows/regenerate-readme.yml +++ b/.github/workflows/regenerate-readme.yml @@ -8,6 +8,13 @@ on: paths-ignore: - 'features/**' - 'README.md' + +# Cancels all previous workflow runs for the same branch that have not yet completed. +concurrency: + # The concurrency group contains the workflow name and the branch name. + group: ${{ github.workflow }}-${{ github.head_ref }} + cancel-in-progress: true + jobs: diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 78f82aa7..4daba938 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -6,6 +6,12 @@ on: branches: - master +# Cancels all previous workflow runs for the same branch that have not yet completed. +concurrency: + # The concurrency group contains the workflow name and the branch name. + group: ${{ github.workflow }}-${{ github.head_ref }} + cancel-in-progress: true + jobs: unit: #----------------------------------------------------------------------- From f0c74fbda499366faf4a4a87ddc9c7781ef34fa1 Mon Sep 17 00:00:00 2001 From: schlessera Date: Mon, 18 Oct 2021 14:54:20 +0000 Subject: [PATCH 150/232] Update file(s) from wp-cli/.github --- .github/workflows/code-quality.yml | 2 +- .github/workflows/regenerate-readme.yml | 2 +- .github/workflows/testing.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index e3fc0ef3..af93a947 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -9,7 +9,7 @@ on: # Cancels all previous workflow runs for the same branch that have not yet completed. concurrency: # The concurrency group contains the workflow name and the branch name. - group: ${{ github.workflow }}-${{ github.head_ref }} + group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true jobs: diff --git a/.github/workflows/regenerate-readme.yml b/.github/workflows/regenerate-readme.yml index 323ead60..d9324a74 100644 --- a/.github/workflows/regenerate-readme.yml +++ b/.github/workflows/regenerate-readme.yml @@ -12,7 +12,7 @@ on: # Cancels all previous workflow runs for the same branch that have not yet completed. concurrency: # The concurrency group contains the workflow name and the branch name. - group: ${{ github.workflow }}-${{ github.head_ref }} + group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 4daba938..7b08f5d8 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -9,7 +9,7 @@ on: # Cancels all previous workflow runs for the same branch that have not yet completed. concurrency: # The concurrency group contains the workflow name and the branch name. - group: ${{ github.workflow }}-${{ github.head_ref }} + group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true jobs: From 4ab71d75ebe395b2ea6f514edc8e3ff07d4c3f59 Mon Sep 17 00:00:00 2001 From: Maxime Jobin Date: Fri, 5 Nov 2021 11:55:43 -0400 Subject: [PATCH 151/232] Update the french version --- fr/index.md | 48 ++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 38 insertions(+), 10 deletions(-) diff --git a/fr/index.md b/fr/index.md index 7231b7a0..0de00436 100644 --- a/fr/index.md +++ b/fr/index.md @@ -6,9 +6,35 @@ direction: ltr [WP-CLI](https://wp-cli.org/fr) est un ensemble d'outils en ligne de commande pour gérer vos installations [WordPress](https://fr.wordpress.org/). Vous pouvez mettre à jour les extensions, configurer des installations multisite et beaucoup plus sans avoir recours à un navigateur web. -L'entretien continu de ce projet est possible grâce à : - - +L'entretien continu de ce projet est possible grâce à : + + + +La dernière version stable est la [version 2.5.0](https://make.wordpress.org/cli/2021/05/19/wp-cli-v2-5-0-release-notes/). Pour rester à jour, suivez [@wpcli sur Twitter](https://twitter.com/wpcli) ou [inscrivez-vous à notre lettre d'information par email](https://make.wordpress.org/cli/subscribe/). @@ -31,7 +57,7 @@ Activating 'rest-api'... Success: Plugin 'rest-api' activated. ``` -WP-CLI inclut aussi des commandes pour d'autres actions que vous ne pouvez pas faire dans l'administration WordPress. Par exemple, `wp transient delete-all` ([doc](https://developer.wordpress.org/cli/commands/transient/delete/)) permet de supprimer un ou tous les "transients" : +WP-CLI inclut aussi des commandes pour d'autres actions que vous ne pouvez pas faire dans l'administration WordPress. Par exemple, `wp transient delete-all` ([doc](https://developer.wordpress.org/cli/commands/transient/delete/)) permet de supprimer un ou tous les transients : ```bash $ wp transient delete-all @@ -75,17 +101,17 @@ Si WP-CLI a été installé correctement, vous devez obtenir le résultat suivan ```bash $ wp --info -OS: Darwin 16.7.0 Darwin Kernel Version 16.7.0: Thu Jan 11 22:59:40 PST 2018; root:xnu-3789.73.8~1/RELEASE_X86_64 x86_64 +OS: Ubuntu 20.04 Shell: /bin/zsh PHP binary: /usr/local/bin/php -PHP version: 7.0.22 -php.ini used: /etc/local/etc/php/7.0/php.ini +PHP version: 8.0.12 +php.ini used: /etc/local/etc/php/8.0/php.ini WP-CLI root dir: /home/wp-cli/.wp-cli/vendor/wp-cli/wp-cli WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: /home/wp-cli/.wp-cli/config.yml WP-CLI project config: -WP-CLI version: 2.4.0 +WP-CLI version: 2.5.0 ``` ### Mise à jour @@ -96,7 +122,7 @@ Vous voulez vivre dangereusement ? Exécutez `wp cli update --nightly` pour inst ### Tab completions -WP-CLI contient des scripts d'autocomplétion pour Bash et ZSH. Il suffit de télécharger [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.4.0/utils/wp-completion.bash) et de l'importer dans votre fichier `~/.bash_profile`: +WP-CLI contient des scripts d'autocomplétion pour Bash et ZSH. Il suffit de télécharger [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.5.0/utils/wp-completion.bash) et de l'importer dans votre fichier `~/.bash_profile`: ```bash source /FULL/PATH/TO/wp-completion.bash @@ -183,7 +209,9 @@ Merci de prendre un moment pour [lire le guide du contributeur en profondeur](ht WP-CLI est dirigé et maintenu par : [schlessera](https://github.com/schlessera). -À l'occasion, il arrive que certains [contributeurs reçoivent des accès plus permissifs](https://make.wordpress.org/cli/handbook/committers-credo/) après avoir démontré leurs capacités et leur temps investis dans le projet. +La version francophone de ce site est maintenue par : [Maxime Jobin](https://github.com/maximejobin) + +À l'occasion, il arrive que certains [contributeurs reçoivent des accès plus permissifs (en)](https://make.wordpress.org/cli/handbook/committers-credo/) après avoir démontré leurs capacités et leur temps investis dans le projet. Pour en savoir plus sur la [gouvernance (en)](https://make.wordpress.org/cli/handbook/governance/) du projet et voir la [liste complète des contributeurs](https://github.com/wp-cli/wp-cli/contributors). From a936ec00a96101300dbce26af559332603e0232b Mon Sep 17 00:00:00 2001 From: schlessera Date: Thu, 2 Dec 2021 15:40:58 +0000 Subject: [PATCH 152/232] Update file(s) from wp-cli/.github --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 7b08f5d8..bec2ca01 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0'] + php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1'] runs-on: ubuntu-20.04 steps: From 792618a1c77dfcd783c229b908a05a5b582de9fd Mon Sep 17 00:00:00 2001 From: schlessera Date: Thu, 2 Dec 2021 15:49:52 +0000 Subject: [PATCH 153/232] Update file(s) from wp-cli/.github --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index bec2ca01..d10cb159 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -59,7 +59,7 @@ jobs: strategy: fail-fast: false matrix: - php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0'] + php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1'] wp: ['latest'] mysql: ['8.0'] include: From 2b099cacac2ad0ace2db82efdeff8a8842801ccb Mon Sep 17 00:00:00 2001 From: schlessera Date: Thu, 9 Dec 2021 21:39:36 +0000 Subject: [PATCH 154/232] Update file(s) from wp-cli/.github --- .github/workflows/code-quality.yml | 4 ++++ .github/workflows/regenerate-readme.yml | 4 +++- .github/workflows/testing.yml | 4 ++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index af93a947..5b265176 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -33,6 +33,8 @@ jobs: with: php-version: '7.4' tools: cs2pr + env: + COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Install Composer dependencies & cache dependencies if: steps.check_composer_file.outputs.files_exists == 'true' @@ -70,6 +72,8 @@ jobs: with: php-version: '7.4' tools: cs2pr + env: + COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Install Composer dependencies & cache dependencies if: steps.check_files.outputs.files_exists == 'true' diff --git a/.github/workflows/regenerate-readme.yml b/.github/workflows/regenerate-readme.yml index d9324a74..525a445e 100644 --- a/.github/workflows/regenerate-readme.yml +++ b/.github/workflows/regenerate-readme.yml @@ -8,7 +8,7 @@ on: paths-ignore: - 'features/**' - 'README.md' - + # Cancels all previous workflow runs for the same branch that have not yet completed. concurrency: # The concurrency group contains the workflow name and the branch name. @@ -30,6 +30,8 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: '7.4' + env: + COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Check existence of composer.json file id: check_composer_file diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index d10cb159..bc799f84 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -39,6 +39,8 @@ jobs: php-version: '${{ matrix.php }}' coverage: none tools: composer,cs2pr + env: + COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Install Composer dependencies & cache dependencies if: steps.check_files.outputs.files_exists == 'true' @@ -120,6 +122,8 @@ jobs: extensions: gd, imagick, mysql, zip coverage: none tools: composer + env: + COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Change ImageMagick policy to allow pdf->png conversion. if: steps.check_files.outputs.files_exists == 'true' From 9a21e1ef3980550dc8f9627a970adc967e319d31 Mon Sep 17 00:00:00 2001 From: schlessera Date: Wed, 5 Jan 2022 22:31:08 +0000 Subject: [PATCH 155/232] Update file(s) from wp-cli/.github --- .github/workflows/code-quality.yml | 4 ++-- .github/workflows/regenerate-readme.yml | 2 +- .github/workflows/testing.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 5b265176..50caf773 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -38,7 +38,7 @@ jobs: - name: Install Composer dependencies & cache dependencies if: steps.check_composer_file.outputs.files_exists == 'true' - uses: "ramsey/composer-install@v1" + uses: "ramsey/composer-install@v2" env: COMPOSER_ROOT_VERSION: 'dev-master' @@ -77,7 +77,7 @@ jobs: - name: Install Composer dependencies & cache dependencies if: steps.check_files.outputs.files_exists == 'true' - uses: "ramsey/composer-install@v1" + uses: "ramsey/composer-install@v2" env: COMPOSER_ROOT_VERSION: 'dev-master' diff --git a/.github/workflows/regenerate-readme.yml b/.github/workflows/regenerate-readme.yml index 525a445e..cb5eec26 100644 --- a/.github/workflows/regenerate-readme.yml +++ b/.github/workflows/regenerate-readme.yml @@ -41,7 +41,7 @@ jobs: - name: Install Composer dependencies & cache dependencies if: steps.check_composer_file.outputs.files_exists == 'true' - uses: "ramsey/composer-install@v1" + uses: "ramsey/composer-install@v2" env: COMPOSER_ROOT_VERSION: 'dev-master' diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index bc799f84..33f642dc 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -44,7 +44,7 @@ jobs: - name: Install Composer dependencies & cache dependencies if: steps.check_files.outputs.files_exists == 'true' - uses: "ramsey/composer-install@v1" + uses: "ramsey/composer-install@v2" env: COMPOSER_ROOT_VERSION: 'dev-master' @@ -132,7 +132,7 @@ jobs: - name: Install Composer dependencies & cache dependencies if: steps.check_files.outputs.files_exists == 'true' - uses: "ramsey/composer-install@v1" + uses: "ramsey/composer-install@v2" env: COMPOSER_ROOT_VERSION: 'dev-master' From a603720ef7978a964790fda3fd788aff3ee0f8a7 Mon Sep 17 00:00:00 2001 From: Seaton Jiang Date: Sun, 9 Jan 2022 00:29:36 +0800 Subject: [PATCH 156/232] docs: update translation file --- zh-cn/index.md | 92 ++++++++++++++++++++++++++++++++------------------ 1 file changed, 60 insertions(+), 32 deletions(-) diff --git a/zh-cn/index.md b/zh-cn/index.md index 76b16251..ec5f8c1d 100644 --- a/zh-cn/index.md +++ b/zh-cn/index.md @@ -1,24 +1,48 @@ --- layout: default -title: WordPress 命令行交互界面 +title: WP-CLI | WP-CLI direction: ltr --- -[WP-CLI](https://wp-cli.org/) 是一款用于管理 [WordPress](https://wordpress.org/) 的命令行交互界面,无需浏览器即可完成插件更新,多站点设置等许多操作。 - -可以通过[以下方式](https://make.wordpress.org/cli/2019/06/27/thanks-to-the-2019-sponsors/)进行持续维护: - - - -目前的稳定版本是 [2.4.0](https://make.wordpress.org/cli/2019/11/12/wp-cli-v2-4-0-release-notes/)。如果您想获取最新信息,请在 Twitter 上关注 [@wpcli](https://twitter.com/wpcli) 或者 [订阅邮件通知](https://make.wordpress.org/cli/subscribe/)。请参阅 [产品路线图](https://make.wordpress.org/cli/handbook/roadmap/) 了解未来更新规划。 - -[![Testing](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml/badge.svg)](https://github.com/wp-cli/wp-cli/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") +[WP-CLI](https://wp-cli.org/) 是一款用于管理 [WordPress](https://wordpress.org/) 的命令行界面,无需浏览器即可完成插件更新、多站点设置等操作。 + +持续的维护是通过以下方式实现的: + + + +目前的稳定版本是 [2.5.0](https://make.wordpress.org/cli/2021/05/19/wp-cli-v2-5-0-release-notes/)。如果您想获取最新信息,请在 Twitter 上关注 [@wpcli](https://twitter.com/wpcli) 或者 [订阅邮件通知](https://make.wordpress.org/cli/subscribe/)。参阅 [产品路线图](https://make.wordpress.org/cli/handbook/roadmap/) 了解未来版本的更新规划。 + +[![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") 导航链接:[使用](#使用) | [安装](#安装) | [支持](#支持) | [扩展](#扩展) | [贡献](#贡献) | [参考](#参考) ## 使用 -WP-CLI 可以为您在 WordPress 后台管理中执行的许多操作提供命令行工具。例如,使用 `wp plugin install --activate`([说明文档](https://developer.wordpress.org/cli/commands/plugin/install/))安装并激活插件: +WP-CLI 为您在 WordPress 后台管理中的许多操作提供了一个命令行接口。例如,使用 `wp plugin install --activate`([说明文档](https://developer.wordpress.org/cli/commands/plugin/install/)) 安装并激活一个 WordPress 插件: ```bash $ wp plugin install user-switching --activate @@ -41,7 +65,7 @@ Success: 34 transients deleted from the database. 有关如何使用 WP-CLI 的更多内容请阅读《[Quick Start](https://make.wordpress.org/cli/handbook/quick-start/)》。您也可以在 [Shell Friends](https://make.wordpress.org/cli/handbook/shell-friends/) 了解实用的命令行工具。 -如果您已经熟悉基本命令,可以到 [WP-CLI Commands](https://developer.wordpress.org/cli/commands/) 了解更多有关主题及插件管理、数据导入与导出和数据库操作的内容。 +如果已经熟悉基本命令,可以到 [WP-CLI Commands](https://developer.wordpress.org/cli/commands/) 了解更多有关主题及插件管理、数据导入与导出以及数据库操作的内容。 ## 安装 @@ -53,13 +77,13 @@ Success: 34 transients deleted from the database. - PHP 5.6 或更高版本。 - WordPress 3.7 或更高版本,较旧版本在功能上可能会有所减少。 -再次检查操作环境,使用 `wget` 或 `curl` 下载 [wp-cli.phar](https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar): +检查好了操作环境,使用 `wget` 或 `curl` 下载 [wp-cli.phar](https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar): ```bash curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar ``` -接下来,检查 Phar 文件确保其正常运行: +然后,检查 Phar 文件确保其正常运行: ```bash php wp-cli.phar --info @@ -72,42 +96,46 @@ chmod +x wp-cli.phar sudo mv wp-cli.phar /usr/local/bin/wp ``` -如果 WP-CLI 安装成功,使用 `wp --info` 命令,将看到以下输出信息: +如果 WP-CI 安装成功,当您运行 `wp --info` 时,可以看到类似下面的回显: ```bash $ wp --info -OS: Darwin 16.7.0 Darwin Kernel Version 16.7.0: Thu Jan 11 22:59:40 PST 2018; root:xnu-3789.73.8~1/RELEASE_X86_64 x86_64 -Shell: /bin/zsh -PHP binary: /usr/local/bin/php -PHP version: 7.0.22 -php.ini used: /etc/local/etc/php/7.0/php.ini -WP-CLI root dir: /home/wp-cli/.wp-cli/vendor/wp-cli/wp-cli -WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor +OS: Linux 4.19.128-microsoft-standard #1 SMP Tue Jun 23 12:58:10 UTC 2020 x86_64 +Shell: /usr/bin/zsh +PHP binary: /usr/bin/php +PHP version: 8.0.5 +php.ini used: /etc/php/8.0/cli/php.ini +MySQL binary: /usr/bin/mysql +MySQL version: mysql Ver 8.0.23-0ubuntu0.20.04.1 for Linux on x86_64 ((Ubuntu)) +SQL modes: +WP-CLI root dir: /home/wp-cli/ +WP-CLI vendor dir: /home/wp-cli/vendor +WP_CLI phar path: WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ -WP-CLI global config: /home/wp-cli/.wp-cli/config.yml -WP-CLI project config: -WP-CLI version: 2.4.0 +WP-CLI global config: +WP-CLI project config: /home/wp-cli/wp-cli.yml +WP-CLI version: 2.5.0 ``` -### 更新 WP-CLI +### 更新 -如果需要更新 WP-CLI ,可以运行 `wp cli update`([说明文档](https://developer.wordpress.org/cli/commands/cli/update/))或者重复上述安装方法。 +您可以用 `wp cli update`([说明文档](https://developer.wordpress.org/cli/commands/cli/update/))更新 WP-CLI,或者重复上述安装方法。 -如果 WP-CLI 的所有者是 root 或其他系统管理员,则需要执行 `sudo wp cli update` 操作。 +如果 WP-CLI 是由 root 或其他系统用户拥有,则需要执行 `sudo wp cli update` 操作。 如果您想体验最新版本,可以运行 `wp cli update --nightly` 来安装最新的 Nightly Builds 版本(每天更新的版本,不要用到生产环境) WP-CLI 工具。该版本在开发环境中有一定的稳定性,并且始终包含最新和最出色的 WP-CLI 功能。 ### Tab 命令行补全 -WP-CLI 带有用于 Bash 和 ZSH 的命令行补全脚本。下载 [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.4.0/utils/wp-completion.bash) 并 `~/.bash_profile` 加载它即可。例如: +WP-CLI 带有用于 Bash 和 ZSH 的命令行补全脚本。下载 [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.5.0/utils/wp-completion.bash) 并在 `~/.bash_profile` 中加载即可,例如: ```bash source /FULL/PATH/TO/wp-completion.bash ``` -在此之后不要忘记运行 `source ~/.bash_profile` 。 +然后运行 `source ~/.bash_profile` 使其生效. -对于 ZSH,您可能需要在加载 `bashcompinit` 后加载 `wp-completion.bash`,将以下内容放入您的 `.zshrc` 中: +如果使用 zsh,需要在加载 `bashcompinit` 后载入 `wp-completion.bash`,将下面的内容放入 `.zshrc` 中即可: ```bash autoload bashcompinit @@ -196,7 +224,7 @@ WP-CLI 项目维护者: [schlessera](http://github.com/schlessera)。 ## 参考 -除了 [composer.json](https://wp-cli.org/composer.json) 中定义的库之外,我们还使用了下面项目中的代码或思想: +除了 [composer.json](https://wp-cli.org/composer.json) 中定义的库之外,我们还使用了以下项目的代码或想法: * [Drush](https://github.com/drush-ops/drush) 用于很多事情 * [wpshell](https://code.trac.wordpress.org/browser/wpshell) 用于 `wp shell` From 6b86f6596e7a6214403dd87e8aac5970549cc041 Mon Sep 17 00:00:00 2001 From: schlessera Date: Mon, 10 Jan 2022 14:07:41 +0000 Subject: [PATCH 157/232] Update file(s) from wp-cli/.github --- .github/workflows/code-quality.yml | 5 +++-- .github/workflows/regenerate-readme.yml | 5 +++-- .github/workflows/testing.yml | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 50caf773..54c324a0 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -4,6 +4,7 @@ on: pull_request: push: branches: + - main - master # Cancels all previous workflow runs for the same branch that have not yet completed. @@ -40,7 +41,7 @@ jobs: if: steps.check_composer_file.outputs.files_exists == 'true' uses: "ramsey/composer-install@v2" env: - COMPOSER_ROOT_VERSION: 'dev-master' + COMPOSER_ROOT_VERSION: 'dev-main' - name: Check existence of vendor/bin/parallel-lint file id: check_linter_file @@ -79,7 +80,7 @@ jobs: if: steps.check_files.outputs.files_exists == 'true' uses: "ramsey/composer-install@v2" env: - COMPOSER_ROOT_VERSION: 'dev-master' + COMPOSER_ROOT_VERSION: 'dev-main' - name: Check existence of vendor/bin/phpcs file id: check_phpcs_binary_file diff --git a/.github/workflows/regenerate-readme.yml b/.github/workflows/regenerate-readme.yml index cb5eec26..9469b049 100644 --- a/.github/workflows/regenerate-readme.yml +++ b/.github/workflows/regenerate-readme.yml @@ -4,6 +4,7 @@ on: workflow_dispatch: push: branches: + - main - master paths-ignore: - 'features/**' @@ -43,7 +44,7 @@ jobs: if: steps.check_composer_file.outputs.files_exists == 'true' uses: "ramsey/composer-install@v2" env: - COMPOSER_ROOT_VERSION: 'dev-master' + COMPOSER_ROOT_VERSION: 'dev-main' - name: Configure git user run: | @@ -95,7 +96,7 @@ jobs: uses: repo-sync/pull-request@v2 with: source_branch: regenerate-readme - destination_branch: master + destination_branch: main github_token: ${{ secrets.GITHUB_TOKEN }} pr_title: Regenerate README file pr_body: "**This is an automated pull-request**\n\nRefreshes the `README.md` file with the latest changes to the docblocks in the source code." diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 33f642dc..167af0ff 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -4,6 +4,7 @@ on: pull_request: push: branches: + - main - master # Cancels all previous workflow runs for the same branch that have not yet completed. @@ -46,7 +47,7 @@ jobs: if: steps.check_files.outputs.files_exists == 'true' uses: "ramsey/composer-install@v2" env: - COMPOSER_ROOT_VERSION: 'dev-master' + COMPOSER_ROOT_VERSION: 'dev-main' - name: Setup problem matcher to provide annotations for PHPUnit if: steps.check_files.outputs.files_exists == 'true' @@ -134,7 +135,7 @@ jobs: if: steps.check_files.outputs.files_exists == 'true' uses: "ramsey/composer-install@v2" env: - COMPOSER_ROOT_VERSION: 'dev-master' + COMPOSER_ROOT_VERSION: 'dev-main' - name: Start MySQL server if: steps.check_files.outputs.files_exists == 'true' From 19ddc42c9a330a86129a4d625a4c75d031e41404 Mon Sep 17 00:00:00 2001 From: schlessera Date: Tue, 11 Jan 2022 13:43:00 +0000 Subject: [PATCH 158/232] Update file(s) from wp-cli/.github --- .github/workflows/testing.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 167af0ff..f7f80dab 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -87,6 +87,9 @@ jobs: - php: '8.0' wp: 'trunk' mysql: '5.6' + - php: '8.1' + wp: 'trunk' + mysql: '8.0' - php: '5.6' wp: '3.7' mysql: '5.6' From 5c7c7188448d473523e003d250494892dcbf0160 Mon Sep 17 00:00:00 2001 From: schlessera Date: Thu, 13 Jan 2022 06:19:07 +0000 Subject: [PATCH 159/232] Update file(s) from wp-cli/.github --- .github/workflows/code-quality.yml | 4 ++-- .github/workflows/regenerate-readme.yml | 2 +- .github/workflows/testing.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 54c324a0..871b6eda 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -41,7 +41,7 @@ jobs: if: steps.check_composer_file.outputs.files_exists == 'true' uses: "ramsey/composer-install@v2" env: - COMPOSER_ROOT_VERSION: 'dev-main' + COMPOSER_ROOT_VERSION: ${{ github.event.repository.default_branch }} - name: Check existence of vendor/bin/parallel-lint file id: check_linter_file @@ -80,7 +80,7 @@ jobs: if: steps.check_files.outputs.files_exists == 'true' uses: "ramsey/composer-install@v2" env: - COMPOSER_ROOT_VERSION: 'dev-main' + COMPOSER_ROOT_VERSION: ${{ github.event.repository.default_branch }} - name: Check existence of vendor/bin/phpcs file id: check_phpcs_binary_file diff --git a/.github/workflows/regenerate-readme.yml b/.github/workflows/regenerate-readme.yml index 9469b049..6ee5fc28 100644 --- a/.github/workflows/regenerate-readme.yml +++ b/.github/workflows/regenerate-readme.yml @@ -44,7 +44,7 @@ jobs: if: steps.check_composer_file.outputs.files_exists == 'true' uses: "ramsey/composer-install@v2" env: - COMPOSER_ROOT_VERSION: 'dev-main' + COMPOSER_ROOT_VERSION: ${{ github.event.repository.default_branch }} - name: Configure git user run: | diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index f7f80dab..2ffe3887 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -47,7 +47,7 @@ jobs: if: steps.check_files.outputs.files_exists == 'true' uses: "ramsey/composer-install@v2" env: - COMPOSER_ROOT_VERSION: 'dev-main' + COMPOSER_ROOT_VERSION: ${{ github.event.repository.default_branch }} - name: Setup problem matcher to provide annotations for PHPUnit if: steps.check_files.outputs.files_exists == 'true' @@ -138,7 +138,7 @@ jobs: if: steps.check_files.outputs.files_exists == 'true' uses: "ramsey/composer-install@v2" env: - COMPOSER_ROOT_VERSION: 'dev-main' + COMPOSER_ROOT_VERSION: ${{ github.event.repository.default_branch }} - name: Start MySQL server if: steps.check_files.outputs.files_exists == 'true' From 8b51619d12df4a88cf3a05edc22b5a150be6c5ec Mon Sep 17 00:00:00 2001 From: schlessera Date: Thu, 13 Jan 2022 06:25:58 +0000 Subject: [PATCH 160/232] Update file(s) from wp-cli/.github --- .github/workflows/code-quality.yml | 4 ++-- .github/workflows/regenerate-readme.yml | 2 +- .github/workflows/testing.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 871b6eda..c791c8ff 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -41,7 +41,7 @@ jobs: if: steps.check_composer_file.outputs.files_exists == 'true' uses: "ramsey/composer-install@v2" env: - COMPOSER_ROOT_VERSION: ${{ github.event.repository.default_branch }} + COMPOSER_ROOT_VERSION: dev-${{ github.event.repository.default_branch }} - name: Check existence of vendor/bin/parallel-lint file id: check_linter_file @@ -80,7 +80,7 @@ jobs: if: steps.check_files.outputs.files_exists == 'true' uses: "ramsey/composer-install@v2" env: - COMPOSER_ROOT_VERSION: ${{ github.event.repository.default_branch }} + COMPOSER_ROOT_VERSION: dev-${{ github.event.repository.default_branch }} - name: Check existence of vendor/bin/phpcs file id: check_phpcs_binary_file diff --git a/.github/workflows/regenerate-readme.yml b/.github/workflows/regenerate-readme.yml index 6ee5fc28..d075c9f3 100644 --- a/.github/workflows/regenerate-readme.yml +++ b/.github/workflows/regenerate-readme.yml @@ -44,7 +44,7 @@ jobs: if: steps.check_composer_file.outputs.files_exists == 'true' uses: "ramsey/composer-install@v2" env: - COMPOSER_ROOT_VERSION: ${{ github.event.repository.default_branch }} + COMPOSER_ROOT_VERSION: dev-${{ github.event.repository.default_branch }} - name: Configure git user run: | diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 2ffe3887..0149e31a 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -47,7 +47,7 @@ jobs: if: steps.check_files.outputs.files_exists == 'true' uses: "ramsey/composer-install@v2" env: - COMPOSER_ROOT_VERSION: ${{ github.event.repository.default_branch }} + COMPOSER_ROOT_VERSION: dev-${{ github.event.repository.default_branch }} - name: Setup problem matcher to provide annotations for PHPUnit if: steps.check_files.outputs.files_exists == 'true' @@ -138,7 +138,7 @@ jobs: if: steps.check_files.outputs.files_exists == 'true' uses: "ramsey/composer-install@v2" env: - COMPOSER_ROOT_VERSION: ${{ github.event.repository.default_branch }} + COMPOSER_ROOT_VERSION: dev-${{ github.event.repository.default_branch }} - name: Start MySQL server if: steps.check_files.outputs.files_exists == 'true' From bd809657cec2bdf25fb0477bec3a4013b9aba08c Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Tue, 25 Jan 2022 09:18:54 -0500 Subject: [PATCH 161/232] Update zh-cn/index.md --- zh-cn/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/index.md b/zh-cn/index.md index ec5f8c1d..5f1ca30c 100644 --- a/zh-cn/index.md +++ b/zh-cn/index.md @@ -96,7 +96,7 @@ chmod +x wp-cli.phar sudo mv wp-cli.phar /usr/local/bin/wp ``` -如果 WP-CI 安装成功,当您运行 `wp --info` 时,可以看到类似下面的回显: +如果 WP-CLI 安装成功,当您运行 `wp --info` 时,可以看到类似下面的回显: ```bash $ wp --info From 06bd090d7805060bf6f5c51b2b93f584fa43a747 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Tue, 25 Jan 2022 08:26:58 -0600 Subject: [PATCH 162/232] Use main branch to point to config --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15bd8a6d..51421adb 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ SUBCOMMANDS ### How to translate -1. Add your language to `[_config.yml](https://github.com/wp-cli/wp-cli.github.com/blob/master/_config.yml)`. +1. Add your language to `[_config.yml](https://github.com/wp-cli/wp-cli.github.com/blob/main/_config.yml)`. 2. Create a folder under the name of your appropriate language code (IETF language tag). e.g. ja or pt_BR 3. Copy the *English* `index.md` into your language's directory. 4. Translate `index.md`. From 2c51a3b4892acf6a9849c113c75c31dcaf3ee7ac Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Tue, 25 Jan 2022 18:27:23 -0600 Subject: [PATCH 163/232] Update index.md to v2.6.0 --- index.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/index.md b/index.md index 07ebbd61..3e88f200 100644 --- a/index.md +++ b/index.md @@ -31,7 +31,7 @@ Ongoing maintenance is made possible by: -The current stable release is [version 2.5.0](https://make.wordpress.org/cli/2021/05/19/wp-cli-v2-5-0-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. +The current stable release is [version 2.6.0](https://make.wordpress.org/cli/2022/01/25/wp-cli-v2-6-0-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. [![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") @@ -97,13 +97,13 @@ If WP-CLI was installed successfully, you should see something like this when yo ```bash $ wp --info -OS: Linux 4.19.128-microsoft-standard #1 SMP Tue Jun 23 12:58:10 UTC 2020 x86_64 +OS: Linux 5.10.60.1-microsoft-standard-WSL2 #1 SMP Wed Aug 25 23:20:18 UTC 2021 x86_64 Shell: /usr/bin/zsh -PHP binary: /usr/bin/php -PHP version: 8.0.5 -php.ini used: /etc/php/8.0/cli/php.ini +PHP binary: /usr/bin/php8.1 +PHP version: 8.1.0 +php.ini used: /etc/php/8.1/cli/php.ini MySQL binary: /usr/bin/mysql -MySQL version: mysql Ver 8.0.23-0ubuntu0.20.04.1 for Linux on x86_64 ((Ubuntu)) +MySQL version: mysql Ver 8.0.27-0ubuntu0.20.04.1 for Linux on x86_64 ((Ubuntu)) SQL modes: WP-CLI root dir: /home/wp-cli/ WP-CLI vendor dir: /home/wp-cli/vendor @@ -111,7 +111,7 @@ WP_CLI phar path: WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: WP-CLI project config: /home/wp-cli/wp-cli.yml -WP-CLI version: 2.5.0 +WP-CLI version: 2.6.0 ``` ### Updating @@ -124,7 +124,7 @@ Want to live life on the edge? Run `wp cli update --nightly` to use the latest n ### Tab completions -WP-CLI also comes with a tab completion script for Bash and ZSH. Just download [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.5.0/utils/wp-completion.bash) and source it from `~/.bash_profile`: +WP-CLI also comes with a tab completion script for Bash and ZSH. Just download [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.6.0/utils/wp-completion.bash) and source it from `~/.bash_profile`: ```bash source /FULL/PATH/TO/wp-completion.bash From 5b16e09122f3f48747dba597b825a832b9ed0287 Mon Sep 17 00:00:00 2001 From: Steffen Zieger Date: Thu, 27 Jan 2022 16:56:38 +0100 Subject: [PATCH 164/232] Current stable release is 2.6.0 --- de/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/de/index.md b/de/index.md index bbd7cec0..54c9e87c 100644 --- a/de/index.md +++ b/de/index.md @@ -9,7 +9,7 @@ direction: ltr Die laufende Pflege wird ermöglicht durch: -Das aktuelle stabile Release ist [Version 2.4.0](https://make.wordpress.org/cli/2019/11/12/wp-cli-v2-4-0-release-notes/) (engl.). Folge für Ankündigungen [@wpcli auf Twitter](https://twitter.com/wpcli) oder [registriere dich für Aktualisierungen per E-Mail](https://make.wordpress.org/cli/subscribe/) (engl.). [Sieh dir die Roadmap an](https://make.wordpress.org/cli/handbook/roadmap/) (engl.), um einen Überblick zu erhalten, was in zukünftigen Releases geplant ist. +Das aktuelle stabile Release ist [Version 2.6.0](https://make.wordpress.org/cli/2022/01/26/wp-cli-v2-6-0-release-notes/) (engl.). Folge für Ankündigungen [@wpcli auf Twitter](https://twitter.com/wpcli) oder [registriere dich für Aktualisierungen per E-Mail](https://make.wordpress.org/cli/subscribe/) (engl.). [Sieh dir die Roadmap an](https://make.wordpress.org/cli/handbook/roadmap/) (engl.), um einen Überblick zu erhalten, was in zukünftigen Releases geplant ist. [![Testing](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml/badge.svg)](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml) [![Durchschnittliche Zeit, bis ein Problem behoben wurde](https://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Durchschnittliche Zeit, bis ein Problem behoben wurde") [![Prozentuale Anzahl an offenen Problemen](https://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Prozentuale Anzahl an offenen Problemen") From e3daffa9d078b8b6af7893bb899ee4b0d54982cc Mon Sep 17 00:00:00 2001 From: tecking Date: Sat, 29 Jan 2022 19:06:10 +0900 Subject: [PATCH 165/232] update ja/index.md --- ja/index.md | 49 ++++++++++++++++++++++++++++++++++--------------- 1 file changed, 34 insertions(+), 15 deletions(-) diff --git a/ja/index.md b/ja/index.md index fae6ab7d..6711045c 100644 --- a/ja/index.md +++ b/ja/index.md @@ -9,14 +9,33 @@ direction: ltr 下記のサポーターの協力で継続的なメンテナンスが行われています。 - - - - - - - -現在の安定バージョンは [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/)で、今後のリリースの予定を知ることができます。 + + +現在の安定バージョンは [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/)で、今後のリリースの予定を知ることができます。 [![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") @@ -83,13 +102,13 @@ sudo mv wp-cli.phar /usr/local/bin/wp ```bash $ wp --info -OS: Linux 4.19.128-microsoft-standard #1 SMP Tue Jun 23 12:58:10 UTC 2020 x86_64 +OS: Linux 5.10.60.1-microsoft-standard-WSL2 #1 SMP Wed Aug 25 23:20:18 UTC 2021 x86_64 Shell: /usr/bin/zsh -PHP binary: /usr/bin/php -PHP version: 8.0.5 -php.ini used: /etc/php/8.0/cli/php.ini +PHP binary: /usr/bin/php8.1 +PHP version: 8.1.0 +php.ini used: /etc/php/8.1/cli/php.ini MySQL binary: /usr/bin/mysql -MySQL version: mysql Ver 8.0.23-0ubuntu0.20.04.1 for Linux on x86_64 ((Ubuntu)) +MySQL version: mysql Ver 8.0.27-0ubuntu0.20.04.1 for Linux on x86_64 ((Ubuntu)) SQL modes: WP-CLI root dir: /home/wp-cli/ WP-CLI vendor dir: /home/wp-cli/vendor @@ -97,7 +116,7 @@ WP_CLI phar path: WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: WP-CLI project config: /home/wp-cli/wp-cli.yml -WP-CLI version: 2.5.0 +WP-CLI version: 2.6.0 ``` ## アップデート @@ -110,7 +129,7 @@ WP-CLI のオーナーが root もしくは他のシステム管理者になっ ## タブ補完 -WP-CLI には、Bash および ZSH 向けのタブ補完スクリプトがあります。 [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.5.0/utils/wp-completion.bash) をダウンロードして、`~/.bash_profile` で読み込んでください。 +WP-CLI には、Bash および ZSH 向けのタブ補完スクリプトがあります。 [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.6.0/utils/wp-completion.bash) をダウンロードして、`~/.bash_profile` で読み込んでください。 ```bash source /FULL/PATH/TO/wp-completion.bash From 7f4a723483e0be507cec410898360ed6e9f26b9b Mon Sep 17 00:00:00 2001 From: Maxime Jobin Date: Tue, 22 Mar 2022 16:14:04 -0400 Subject: [PATCH 166/232] Update FR index.md to v2.6.0 --- fr/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/fr/index.md b/fr/index.md index 0de00436..2772d912 100644 --- a/fr/index.md +++ b/fr/index.md @@ -34,7 +34,7 @@ L'entretien continu de ce projet est possible grâce à : -La dernière version stable est la [version 2.5.0](https://make.wordpress.org/cli/2021/05/19/wp-cli-v2-5-0-release-notes/). +La dernière version stable est la [version 2.6.0](https://make.wordpress.org/cli/2022/01/25/wp-cli-v2-6-0-release-notes/). Pour rester à jour, suivez [@wpcli sur Twitter](https://twitter.com/wpcli) ou [inscrivez-vous à notre lettre d'information par email](https://make.wordpress.org/cli/subscribe/). @@ -104,14 +104,14 @@ $ wp --info OS: Ubuntu 20.04 Shell: /bin/zsh PHP binary: /usr/local/bin/php -PHP version: 8.0.12 -php.ini used: /etc/local/etc/php/8.0/php.ini +PHP version: 8.1.0 +php.ini used: /etc/local/etc/php/php.ini WP-CLI root dir: /home/wp-cli/.wp-cli/vendor/wp-cli/wp-cli WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: /home/wp-cli/.wp-cli/config.yml WP-CLI project config: -WP-CLI version: 2.5.0 +WP-CLI version: 2.6.0 ``` ### Mise à jour @@ -122,7 +122,7 @@ Vous voulez vivre dangereusement ? Exécutez `wp cli update --nightly` pour inst ### Tab completions -WP-CLI contient des scripts d'autocomplétion pour Bash et ZSH. Il suffit de télécharger [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.5.0/utils/wp-completion.bash) et de l'importer dans votre fichier `~/.bash_profile`: +WP-CLI contient des scripts d'autocomplétion pour Bash et ZSH. Il suffit de télécharger [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.6.0/utils/wp-completion.bash) et de l'importer dans votre fichier `~/.bash_profile`: ```bash source /FULL/PATH/TO/wp-completion.bash From a57d046eec9a2870ad46eb8b091f079c946311ba Mon Sep 17 00:00:00 2001 From: Matthias Kittsteiner Date: Mon, 28 Mar 2022 17:01:01 +0200 Subject: [PATCH 167/232] Update readme --- de/index.md | 70 ++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 48 insertions(+), 22 deletions(-) diff --git a/de/index.md b/de/index.md index bbd7cec0..0cc7678a 100644 --- a/de/index.md +++ b/de/index.md @@ -1,17 +1,39 @@ ---- -layout: default -title: Kommandozeilen-Benutzeroberfläche für WordPress -direction: ltr ---- +WP-CLI +====== [WP-CLI](https://wp-cli.org/) ist das Kommandozeilen-Werkzeug für [WordPress](https://de.wordpress.org/). Du kannst Plugins aktualisieren, Multisite-Installationen konfigurieren und vieles mehr, ohne einen Browser zu benutzen. -Die laufende Pflege wird ermöglicht durch: - - -Das aktuelle stabile Release ist [Version 2.4.0](https://make.wordpress.org/cli/2019/11/12/wp-cli-v2-4-0-release-notes/) (engl.). Folge für Ankündigungen [@wpcli auf Twitter](https://twitter.com/wpcli) oder [registriere dich für Aktualisierungen per E-Mail](https://make.wordpress.org/cli/subscribe/) (engl.). [Sieh dir die Roadmap an](https://make.wordpress.org/cli/handbook/roadmap/) (engl.), um einen Überblick zu erhalten, was in zukünftigen Releases geplant ist. - -[![Testing](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml/badge.svg)](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml) [![Durchschnittliche Zeit, bis ein Problem behoben wurde](https://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Durchschnittliche Zeit, bis ein Problem behoben wurde") [![Prozentuale Anzahl an offenen Problemen](https://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Prozentuale Anzahl an offenen Problemen") +Die laufende Pflege wird ermöglicht durch: + + + +Das aktuelle stabile Release ist [Version 2.6.0](https://make.wordpress.org/cli/2022/01/25/wp-cli-v2-6-0-release-notes/) (engl.). Folge für Ankündigungen [@wpcli auf Twitter](https://twitter.com/wpcli) oder [registriere dich für Aktualisierungen per E-Mail](https://make.wordpress.org/cli/subscribe/) (engl.). [Sieh dir die Roadmap an](https://make.wordpress.org/cli/handbook/roadmap/) (engl.), um einen Überblick zu erhalten, was in zukünftigen Releases geplant ist. + +[![Testing](https://github.com/wp-cli/automated-tests/actions/workflows/testing.yml/badge.svg)](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml) [![Durchschnittliche Zeit, bis ein Problem behoben wurde](https://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Durchschnittliche Zeit, bis ein Problem behoben wurde") [![Prozentuale Anzahl an offenen Problemen](https://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Prozentuale Anzahl an offenen Problemen") Quick links: [Benutzung](#benutzung) | [Installation](#installation) | [Support](#support) | [Erweitern](#erweitern) | [Mitwirken](#mitwirken) | [Credits](#credits) @@ -75,17 +97,21 @@ Wenn WP-CLI erfolgreich installiert wurde, solltest du bei der Ausführung von ` ```bash $ wp --info -OS: Darwin 16.7.0 Darwin Kernel Version 16.7.0: Thu Jan 11 22:59:40 PST 2018; root:xnu-3789.73.8~1/RELEASE_X86_64 x86_64 -Shell: /bin/zsh -PHP binary: /usr/local/bin/php -PHP version: 7.0.22 -php.ini used: /etc/local/etc/php/7.0/php.ini -WP-CLI root dir: /home/wp-cli/.wp-cli/vendor/wp-cli/wp-cli -WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor +OS: Linux 5.10.60.1-microsoft-standard-WSL2 #1 SMP Wed Aug 25 23:20:18 UTC 2021 x86_64 +Shell: /usr/bin/zsh +PHP binary: /usr/bin/php8.1 +PHP version: 8.1.0 +php.ini used: /etc/php/8.1/cli/php.ini +MySQL binary: /usr/bin/mysql +MySQL version: mysql Ver 8.0.27-0ubuntu0.20.04.1 for Linux on x86_64 ((Ubuntu)) +SQL modes: +WP-CLI root dir: /home/wp-cli/ +WP-CLI vendor dir: /home/wp-cli/vendor +WP_CLI phar path: WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ -WP-CLI global config: /home/wp-cli/.wp-cli/config.yml -WP-CLI project config: -WP-CLI version: 2.4.0 +WP-CLI global config: +WP-CLI project config: /home/wp-cli/wp-cli.yml +WP-CLI version: 2.6.0 ``` ### Aktualisieren @@ -98,7 +124,7 @@ Lebst du gerne gefährlich? Führe `wp cli update --nightly` aus, um den letzten ### Tab-Vervollständigung -Für WP-CLI gibt es auch ein Skript zur Autovervollständigung von Befehlen für Bash und ZSH. Lade einfach die [wp-completion.bash](https://github.com/wp-cli/wp-cli/raw/master/utils/wp-completion.bash) herunter und referenziere sie in der `~/.bash_profile`-Datei: +Für WP-CLI gibt es auch ein Skript zur Autovervollständigung von Befehlen für Bash und ZSH. Lade einfach die [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.6.0/utils/wp-completion.bash) herunter und referenziere sie in der `~/.bash_profile`-Datei: ```bash source /ABSOLUTER/PFAD/ZUR/wp-completion.bash From d7fc56fa9c051d54cd65d1a5b2ed272d94af24a3 Mon Sep 17 00:00:00 2001 From: Maxime Jobin Date: Tue, 5 Apr 2022 12:43:43 -0400 Subject: [PATCH 168/232] Add "WP-CLI" heading --- fr/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fr/index.md b/fr/index.md index 0de00436..f9a5363b 100644 --- a/fr/index.md +++ b/fr/index.md @@ -3,6 +3,8 @@ layout: default title: Interface en ligne de commande pour WordPress direction: ltr --- +WP-CLI +====== [WP-CLI](https://wp-cli.org/fr) est un ensemble d'outils en ligne de commande pour gérer vos installations [WordPress](https://fr.wordpress.org/). Vous pouvez mettre à jour les extensions, configurer des installations multisite et beaucoup plus sans avoir recours à un navigateur web. From 5ed6f5d4d957c1acc72d74eb65c01a2d3c200283 Mon Sep 17 00:00:00 2001 From: schlessera Date: Mon, 9 May 2022 13:58:27 +0000 Subject: [PATCH 169/232] Update file(s) from wp-cli/.github --- .github/workflows/regenerate-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regenerate-readme.yml b/.github/workflows/regenerate-readme.yml index d075c9f3..82835905 100644 --- a/.github/workflows/regenerate-readme.yml +++ b/.github/workflows/regenerate-readme.yml @@ -96,7 +96,7 @@ jobs: uses: repo-sync/pull-request@v2 with: source_branch: regenerate-readme - destination_branch: main + destination_branch: ${{ github.event.repository.default_branch }} github_token: ${{ secrets.GITHUB_TOKEN }} pr_title: Regenerate README file pr_body: "**This is an automated pull-request**\n\nRefreshes the `README.md` file with the latest changes to the docblocks in the source code." From 1cc5700614fb7d2074d22b30f938bc8cca45b54b Mon Sep 17 00:00:00 2001 From: der spanier Date: Mon, 13 Jun 2022 18:25:44 +0200 Subject: [PATCH 170/232] Update index.md changing version number and link --- de/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/de/index.md b/de/index.md index bbd7cec0..54c9e87c 100644 --- a/de/index.md +++ b/de/index.md @@ -9,7 +9,7 @@ direction: ltr Die laufende Pflege wird ermöglicht durch: -Das aktuelle stabile Release ist [Version 2.4.0](https://make.wordpress.org/cli/2019/11/12/wp-cli-v2-4-0-release-notes/) (engl.). Folge für Ankündigungen [@wpcli auf Twitter](https://twitter.com/wpcli) oder [registriere dich für Aktualisierungen per E-Mail](https://make.wordpress.org/cli/subscribe/) (engl.). [Sieh dir die Roadmap an](https://make.wordpress.org/cli/handbook/roadmap/) (engl.), um einen Überblick zu erhalten, was in zukünftigen Releases geplant ist. +Das aktuelle stabile Release ist [Version 2.6.0](https://make.wordpress.org/cli/2022/01/26/wp-cli-v2-6-0-release-notes/) (engl.). Folge für Ankündigungen [@wpcli auf Twitter](https://twitter.com/wpcli) oder [registriere dich für Aktualisierungen per E-Mail](https://make.wordpress.org/cli/subscribe/) (engl.). [Sieh dir die Roadmap an](https://make.wordpress.org/cli/handbook/roadmap/) (engl.), um einen Überblick zu erhalten, was in zukünftigen Releases geplant ist. [![Testing](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml/badge.svg)](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml) [![Durchschnittliche Zeit, bis ein Problem behoben wurde](https://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Durchschnittliche Zeit, bis ein Problem behoben wurde") [![Prozentuale Anzahl an offenen Problemen](https://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Prozentuale Anzahl an offenen Problemen") From ad96d55bbb0127bc03a6892585deee13589f3056 Mon Sep 17 00:00:00 2001 From: schlessera Date: Thu, 11 Aug 2022 16:15:53 +0000 Subject: [PATCH 171/232] Update file(s) from wp-cli/.github --- .github/workflows/regenerate-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regenerate-readme.yml b/.github/workflows/regenerate-readme.yml index 82835905..39725d6d 100644 --- a/.github/workflows/regenerate-readme.yml +++ b/.github/workflows/regenerate-readme.yml @@ -76,7 +76,7 @@ jobs: - name: Regenerate README.md file run: | wp package install "wp-cli/scaffold-package-command:^2" - wp scaffold package-readme --force . + wp scaffold package-readme --branch=${{ github.event.repository.default_branch }} --force . - name: Check if there are changes id: changes From 20204669e3373d3e607a8f5bbdfa943cd452e382 Mon Sep 17 00:00:00 2001 From: schlessera Date: Mon, 15 Aug 2022 08:40:45 +0000 Subject: [PATCH 172/232] Update file(s) from wp-cli/.github --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 0149e31a..e1b5c33a 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -118,7 +118,7 @@ jobs: sudo apt-get update sudo apt-get install ghostscript -y - - name: Set up PHP envirnoment + - name: Set up PHP environment if: steps.check_files.outputs.files_exists == 'true' uses: shivammathur/setup-php@v2 with: From 118ad38397cc69bd881005eb7c098cea1d586b18 Mon Sep 17 00:00:00 2001 From: schlessera Date: Thu, 6 Oct 2022 20:39:19 +0000 Subject: [PATCH 173/232] Update file(s) from wp-cli/.github --- .github/workflows/testing.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index e1b5c33a..8c77597d 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -162,6 +162,8 @@ jobs: - name: Check Behat environment if: steps.check_files.outputs.files_exists == 'true' + env: + WP_VERSION: '${{ matrix.wp }}' run: WP_CLI_TEST_DEBUG_BEHAT_ENV=1 composer behat - name: Run Behat From 68d5919bd5805a80d973f8af4e587e464359ef1e Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Tue, 11 Oct 2022 22:59:03 -0700 Subject: [PATCH 174/232] Update index.md file with latest v2.7.0 release --- index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.md b/index.md index 3e88f200..a73f1880 100644 --- a/index.md +++ b/index.md @@ -31,7 +31,7 @@ Ongoing maintenance is made possible by: -The current stable release is [version 2.6.0](https://make.wordpress.org/cli/2022/01/25/wp-cli-v2-6-0-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. +The current stable release is [version 2.7.0](https://make.wordpress.org/cli/2022/10/11/wp-cli-v2-7-0-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. [![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") @@ -111,7 +111,7 @@ WP_CLI phar path: WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: WP-CLI project config: /home/wp-cli/wp-cli.yml -WP-CLI version: 2.6.0 +WP-CLI version: 2.7.0 ``` ### Updating @@ -124,7 +124,7 @@ Want to live life on the edge? Run `wp cli update --nightly` to use the latest n ### Tab completions -WP-CLI also comes with a tab completion script for Bash and ZSH. Just download [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.6.0/utils/wp-completion.bash) and source it from `~/.bash_profile`: +WP-CLI also comes with a tab completion script for Bash and ZSH. Just download [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.7.0/utils/wp-completion.bash) and source it from `~/.bash_profile`: ```bash source /FULL/PATH/TO/wp-completion.bash From dd6bbbc3be5b986c1ba95863295eb14df0f746fa Mon Sep 17 00:00:00 2001 From: schlessera Date: Mon, 17 Oct 2022 17:34:58 +0000 Subject: [PATCH 175/232] Update file(s) from wp-cli/.github --- .github/workflows/code-quality.yml | 4 ++-- .github/workflows/regenerate-readme.yml | 2 +- .github/workflows/testing.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index c791c8ff..37473a75 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out source code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Check existence of composer.json file id: check_composer_file @@ -59,7 +59,7 @@ jobs: steps: - name: Check out source code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Check existence of composer.json & phpcs.xml.dist files id: check_files diff --git a/.github/workflows/regenerate-readme.yml b/.github/workflows/regenerate-readme.yml index 39725d6d..782b8736 100644 --- a/.github/workflows/regenerate-readme.yml +++ b/.github/workflows/regenerate-readme.yml @@ -25,7 +25,7 @@ jobs: if: ${{ github.repository_owner == 'wp-cli' && ! contains(fromJson('[".github", "wp-cli", "wp-cli-bundle", "wp-super-cache-cli", "php-cli-tools", "wp-config-transformer"]'), github.event.repository.name) }} steps: - name: Check out source code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up PHP envirnoment uses: shivammathur/setup-php@v2 diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 8c77597d..e76b321c 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Check out source code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Check existence of composer.json file id: check_files @@ -104,7 +104,7 @@ jobs: steps: - name: Check out source code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Check existence of composer.json & behat.yml files id: check_files From 40741405cb6948e349d033d41faeea2cda68e0e6 Mon Sep 17 00:00:00 2001 From: schlessera Date: Mon, 17 Oct 2022 19:53:01 +0000 Subject: [PATCH 176/232] Update file(s) from wp-cli/.github --- .github/workflows/regenerate-readme.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.github/workflows/regenerate-readme.yml b/.github/workflows/regenerate-readme.yml index 782b8736..a8beff2d 100644 --- a/.github/workflows/regenerate-readme.yml +++ b/.github/workflows/regenerate-readme.yml @@ -52,16 +52,15 @@ jobs: git config --global user.name "Alain Schlesser" - name: Check if remote branch exists - id: remote-branch - run: echo ::set-output name=exists::$([[ -z $(git ls-remote --heads origin regenerate-readme) ]] && echo "0" || echo "1") + run: echo "REMOTE_BRANCH_EXISTS=$([[ -z $(git ls-remote --heads origin regenerate-readme) ]] && echo "0" || echo "1")" >> $GITHUB_ENV - name: Create branch to base pull request on - if: steps.remote-branch.outputs.exists == 0 + if: env.REMOTE_BRANCH_EXISTS == 0 run: | git checkout -b regenerate-readme - name: Fetch existing branch to add commits to - if: steps.remote-branch.outputs.exists == 1 + if: env.REMOTE_BRANCH_EXISTS == 1 run: | git fetch --all --prune git checkout regenerate-readme @@ -79,11 +78,10 @@ jobs: wp scaffold package-readme --branch=${{ github.event.repository.default_branch }} --force . - name: Check if there are changes - id: changes - run: echo ::set-output name=changed::$([[ -z $(git status --porcelain) ]] && echo "0" || echo "1") + run: echo "CHANGES_DETECTED=$([[ -z $(git status --porcelain) ]] && echo "0" || echo "1")" >> $GITHUB_ENV - name: Commit changes - if: steps.changes.outputs.changed == 1 + if: env.CHANGES_DETECTED == 1 run: | git add README.md git commit -m "Regenerate README file - $(date +'%Y-%m-%d')" @@ -91,8 +89,8 @@ jobs: - name: Create pull request if: | - steps.changes.outputs.changed == 1 && - steps.remote-branch.outputs.exists == 0 + env.CHANGES_DETECTED == 1 && + env.REMOTE_BRANCH_EXISTS == 0 uses: repo-sync/pull-request@v2 with: source_branch: regenerate-readme From d248d137f551f9ae2b0989f6883d51e76ded42ca Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Mon, 17 Oct 2022 16:31:59 -0700 Subject: [PATCH 177/232] Update index.md file with latest v2.7.1 release --- index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.md b/index.md index a73f1880..e960de5f 100644 --- a/index.md +++ b/index.md @@ -31,7 +31,7 @@ Ongoing maintenance is made possible by: -The current stable release is [version 2.7.0](https://make.wordpress.org/cli/2022/10/11/wp-cli-v2-7-0-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. +The current stable release is [version 2.7.1](https://make.wordpress.org/cli/2022/10/17/wp-cli-v2-7-1-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. [![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") @@ -111,7 +111,7 @@ WP_CLI phar path: WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: WP-CLI project config: /home/wp-cli/wp-cli.yml -WP-CLI version: 2.7.0 +WP-CLI version: 2.7.1 ``` ### Updating @@ -124,7 +124,7 @@ Want to live life on the edge? Run `wp cli update --nightly` to use the latest n ### Tab completions -WP-CLI also comes with a tab completion script for Bash and ZSH. Just download [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.7.0/utils/wp-completion.bash) and source it from `~/.bash_profile`: +WP-CLI also comes with a tab completion script for Bash and ZSH. Just download [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.7.1/utils/wp-completion.bash) and source it from `~/.bash_profile`: ```bash source /FULL/PATH/TO/wp-completion.bash From 19035a771546ac3277f795d5fa09540a8f3b1015 Mon Sep 17 00:00:00 2001 From: schlessera Date: Thu, 27 Oct 2022 15:15:42 +0000 Subject: [PATCH 178/232] Update file(s) from wp-cli/.github --- .github/workflows/code-quality.yml | 8 ++++---- .github/workflows/regenerate-readme.yml | 2 +- .github/workflows/testing.yml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 37473a75..00dc2e65 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -24,7 +24,7 @@ jobs: - name: Check existence of composer.json file id: check_composer_file - uses: andstor/file-existence-action@v1 + uses: andstor/file-existence-action@v2 with: files: "composer.json" @@ -45,7 +45,7 @@ jobs: - name: Check existence of vendor/bin/parallel-lint file id: check_linter_file - uses: andstor/file-existence-action@v1 + uses: andstor/file-existence-action@v2 with: files: "vendor/bin/parallel-lint" @@ -63,7 +63,7 @@ jobs: - name: Check existence of composer.json & phpcs.xml.dist files id: check_files - uses: andstor/file-existence-action@v1 + uses: andstor/file-existence-action@v2 with: files: "composer.json, phpcs.xml.dist" @@ -84,7 +84,7 @@ jobs: - name: Check existence of vendor/bin/phpcs file id: check_phpcs_binary_file - uses: andstor/file-existence-action@v1 + uses: andstor/file-existence-action@v2 with: files: "vendor/bin/phpcs" diff --git a/.github/workflows/regenerate-readme.yml b/.github/workflows/regenerate-readme.yml index a8beff2d..a69320e5 100644 --- a/.github/workflows/regenerate-readme.yml +++ b/.github/workflows/regenerate-readme.yml @@ -36,7 +36,7 @@ jobs: - name: Check existence of composer.json file id: check_composer_file - uses: andstor/file-existence-action@v1 + uses: andstor/file-existence-action@v2 with: files: "composer.json" diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index e76b321c..08bb81f6 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -29,7 +29,7 @@ jobs: - name: Check existence of composer.json file id: check_files - uses: andstor/file-existence-action@v1 + uses: andstor/file-existence-action@v2 with: files: "composer.json, phpunit.xml.dist" @@ -108,7 +108,7 @@ jobs: - name: Check existence of composer.json & behat.yml files id: check_files - uses: andstor/file-existence-action@v1 + uses: andstor/file-existence-action@v2 with: files: "composer.json, behat.yml" From ddeae71861bf7643f3e7196ce7f1d2b2b8e629f3 Mon Sep 17 00:00:00 2001 From: schlessera Date: Fri, 4 Nov 2022 17:19:14 +0000 Subject: [PATCH 179/232] Update file(s) from wp-cli/.github --- .github/workflows/code-quality.yml | 85 +----------- .github/workflows/regenerate-readme.yml | 95 +------------- .github/workflows/testing.yml | 165 +----------------------- 3 files changed, 8 insertions(+), 337 deletions(-) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 00dc2e65..3414ef10 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -7,87 +7,6 @@ on: - main - master -# Cancels all previous workflow runs for the same branch that have not yet completed. -concurrency: - # The concurrency group contains the workflow name and the branch name. - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - jobs: - - lint: #----------------------------------------------------------------------- - name: Lint PHP files - runs-on: ubuntu-latest - steps: - - name: Check out source code - uses: actions/checkout@v3 - - - name: Check existence of composer.json file - id: check_composer_file - uses: andstor/file-existence-action@v2 - with: - files: "composer.json" - - - name: Set up PHP environment - if: steps.check_composer_file.outputs.files_exists == 'true' - uses: shivammathur/setup-php@v2 - with: - php-version: '7.4' - tools: cs2pr - env: - COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - - name: Install Composer dependencies & cache dependencies - if: steps.check_composer_file.outputs.files_exists == 'true' - uses: "ramsey/composer-install@v2" - env: - COMPOSER_ROOT_VERSION: dev-${{ github.event.repository.default_branch }} - - - name: Check existence of vendor/bin/parallel-lint file - id: check_linter_file - uses: andstor/file-existence-action@v2 - with: - files: "vendor/bin/parallel-lint" - - - name: Run Linter - if: steps.check_linter_file.outputs.files_exists == 'true' - run: vendor/bin/parallel-lint -j 10 . --exclude vendor --checkstyle | cs2pr - - phpcs: #---------------------------------------------------------------------- - name: PHPCS - runs-on: ubuntu-latest - - steps: - - name: Check out source code - uses: actions/checkout@v3 - - - name: Check existence of composer.json & phpcs.xml.dist files - id: check_files - uses: andstor/file-existence-action@v2 - with: - files: "composer.json, phpcs.xml.dist" - - - name: Set up PHP environment - if: steps.check_files.outputs.files_exists == 'true' - uses: shivammathur/setup-php@v2 - with: - php-version: '7.4' - tools: cs2pr - env: - COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - - name: Install Composer dependencies & cache dependencies - if: steps.check_files.outputs.files_exists == 'true' - uses: "ramsey/composer-install@v2" - env: - COMPOSER_ROOT_VERSION: dev-${{ github.event.repository.default_branch }} - - - name: Check existence of vendor/bin/phpcs file - id: check_phpcs_binary_file - uses: andstor/file-existence-action@v2 - with: - files: "vendor/bin/phpcs" - - - name: Run PHPCS - if: steps.check_phpcs_binary_file.outputs.files_exists == 'true' - run: vendor/bin/phpcs -q --report=checkstyle | cs2pr + code-quality: + uses: wp-cli/.github/.github/workflows/reusable-code-quality.yml diff --git a/.github/workflows/regenerate-readme.yml b/.github/workflows/regenerate-readme.yml index a69320e5..193fe75d 100644 --- a/.github/workflows/regenerate-readme.yml +++ b/.github/workflows/regenerate-readme.yml @@ -7,96 +7,9 @@ on: - main - master paths-ignore: - - 'features/**' - - 'README.md' - -# Cancels all previous workflow runs for the same branch that have not yet completed. -concurrency: - # The concurrency group contains the workflow name and the branch name. - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - + - "features/**" + - "README.md" jobs: - - regenerate-readme: #---------------------------------------------------------- - name: Regenerate README.md file - runs-on: ubuntu-latest - if: ${{ github.repository_owner == 'wp-cli' && ! contains(fromJson('[".github", "wp-cli", "wp-cli-bundle", "wp-super-cache-cli", "php-cli-tools", "wp-config-transformer"]'), github.event.repository.name) }} - steps: - - name: Check out source code - uses: actions/checkout@v3 - - - name: Set up PHP envirnoment - uses: shivammathur/setup-php@v2 - with: - php-version: '7.4' - env: - COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - - name: Check existence of composer.json file - id: check_composer_file - uses: andstor/file-existence-action@v2 - with: - files: "composer.json" - - - name: Install Composer dependencies & cache dependencies - if: steps.check_composer_file.outputs.files_exists == 'true' - uses: "ramsey/composer-install@v2" - env: - COMPOSER_ROOT_VERSION: dev-${{ github.event.repository.default_branch }} - - - name: Configure git user - run: | - git config --global user.email "alain.schlesser@gmail.com" - git config --global user.name "Alain Schlesser" - - - name: Check if remote branch exists - run: echo "REMOTE_BRANCH_EXISTS=$([[ -z $(git ls-remote --heads origin regenerate-readme) ]] && echo "0" || echo "1")" >> $GITHUB_ENV - - - name: Create branch to base pull request on - if: env.REMOTE_BRANCH_EXISTS == 0 - run: | - git checkout -b regenerate-readme - - - name: Fetch existing branch to add commits to - if: env.REMOTE_BRANCH_EXISTS == 1 - run: | - git fetch --all --prune - git checkout regenerate-readme - git pull --no-rebase - - - name: Install WP-CLI - run: | - curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli-nightly.phar - sudo mv wp-cli-nightly.phar /usr/local/bin/wp - sudo chmod +x /usr/local/bin/wp - - - name: Regenerate README.md file - run: | - wp package install "wp-cli/scaffold-package-command:^2" - wp scaffold package-readme --branch=${{ github.event.repository.default_branch }} --force . - - - name: Check if there are changes - run: echo "CHANGES_DETECTED=$([[ -z $(git status --porcelain) ]] && echo "0" || echo "1")" >> $GITHUB_ENV - - - name: Commit changes - if: env.CHANGES_DETECTED == 1 - run: | - git add README.md - git commit -m "Regenerate README file - $(date +'%Y-%m-%d')" - git push origin regenerate-readme - - - name: Create pull request - if: | - env.CHANGES_DETECTED == 1 && - env.REMOTE_BRANCH_EXISTS == 0 - uses: repo-sync/pull-request@v2 - with: - source_branch: regenerate-readme - destination_branch: ${{ github.event.repository.default_branch }} - github_token: ${{ secrets.GITHUB_TOKEN }} - pr_title: Regenerate README file - pr_body: "**This is an automated pull-request**\n\nRefreshes the `README.md` file with the latest changes to the docblocks in the source code." - pr_reviewer: schlessera - pr_label: scope:documentation + regenerate-readme: + uses: wp-cli/.github/.github/workflows/reusable-regenerate-readme.yml diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 08bb81f6..9a06f284 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -7,167 +7,6 @@ on: - main - master -# Cancels all previous workflow runs for the same branch that have not yet completed. -concurrency: - # The concurrency group contains the workflow name and the branch name. - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - jobs: - - unit: #----------------------------------------------------------------------- - name: Unit test / PHP ${{ matrix.php }} - strategy: - fail-fast: false - matrix: - php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1'] - runs-on: ubuntu-20.04 - - steps: - - name: Check out source code - uses: actions/checkout@v3 - - - name: Check existence of composer.json file - id: check_files - uses: andstor/file-existence-action@v2 - with: - files: "composer.json, phpunit.xml.dist" - - - name: Set up PHP environment - if: steps.check_files.outputs.files_exists == 'true' - uses: shivammathur/setup-php@v2 - with: - php-version: '${{ matrix.php }}' - coverage: none - tools: composer,cs2pr - env: - COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - - name: Install Composer dependencies & cache dependencies - if: steps.check_files.outputs.files_exists == 'true' - uses: "ramsey/composer-install@v2" - env: - COMPOSER_ROOT_VERSION: dev-${{ github.event.repository.default_branch }} - - - name: Setup problem matcher to provide annotations for PHPUnit - if: steps.check_files.outputs.files_exists == 'true' - run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json" - - - name: Run PHPUnit - if: steps.check_files.outputs.files_exists == 'true' - run: composer phpunit - - functional: #---------------------------------------------------------------------- - name: Functional - WP ${{ matrix.wp }} on PHP ${{ matrix.php }} with MySQL ${{ matrix.mysql }} - strategy: - fail-fast: false - matrix: - php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1'] - wp: ['latest'] - mysql: ['8.0'] - include: - - php: '5.6' - wp: 'trunk' - mysql: '8.0' - - php: '5.6' - wp: 'trunk' - mysql: '5.7' - - php: '5.6' - wp: 'trunk' - mysql: '5.6' - - php: '7.4' - wp: 'trunk' - mysql: '8.0' - - php: '8.0' - wp: 'trunk' - mysql: '8.0' - - php: '8.0' - wp: 'trunk' - mysql: '5.7' - - php: '8.0' - wp: 'trunk' - mysql: '5.6' - - php: '8.1' - wp: 'trunk' - mysql: '8.0' - - php: '5.6' - wp: '3.7' - mysql: '5.6' - runs-on: ubuntu-20.04 - - services: - mysql: - image: mysql:${{ matrix.mysql }} - ports: - - 3306 - options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 -e MYSQL_ROOT_PASSWORD=root -e MYSQL_DATABASE=wp_cli_test --entrypoint sh mysql:${{ matrix.mysql }} -c "exec docker-entrypoint.sh mysqld --default-authentication-plugin=mysql_native_password" - - steps: - - name: Check out source code - uses: actions/checkout@v3 - - - name: Check existence of composer.json & behat.yml files - id: check_files - uses: andstor/file-existence-action@v2 - with: - files: "composer.json, behat.yml" - - - name: Install Ghostscript - if: steps.check_files.outputs.files_exists == 'true' - run: | - sudo apt-get update - sudo apt-get install ghostscript -y - - - name: Set up PHP environment - if: steps.check_files.outputs.files_exists == 'true' - uses: shivammathur/setup-php@v2 - with: - php-version: '${{ matrix.php }}' - extensions: gd, imagick, mysql, zip - coverage: none - tools: composer - env: - COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - - name: Change ImageMagick policy to allow pdf->png conversion. - if: steps.check_files.outputs.files_exists == 'true' - run: | - sudo sed -i 's/^.*policy.*coder.*none.*PDF.*//' /etc/ImageMagick-6/policy.xml - - - name: Install Composer dependencies & cache dependencies - if: steps.check_files.outputs.files_exists == 'true' - uses: "ramsey/composer-install@v2" - env: - COMPOSER_ROOT_VERSION: dev-${{ github.event.repository.default_branch }} - - - name: Start MySQL server - if: steps.check_files.outputs.files_exists == 'true' - run: sudo systemctl start mysql - - - name: Configure DB environment - if: steps.check_files.outputs.files_exists == 'true' - run: | - echo "MYSQL_HOST=127.0.0.1" >> $GITHUB_ENV - echo "MYSQL_TCP_PORT=${{ job.services.mysql.ports['3306'] }}" >> $GITHUB_ENV - echo "WP_CLI_TEST_DBROOTUSER=root" >> $GITHUB_ENV - echo "WP_CLI_TEST_DBROOTPASS=root" >> $GITHUB_ENV - echo "WP_CLI_TEST_DBNAME=wp_cli_test" >> $GITHUB_ENV - echo "WP_CLI_TEST_DBUSER=wp_cli_test" >> $GITHUB_ENV - echo "WP_CLI_TEST_DBPASS=password1" >> $GITHUB_ENV - echo "WP_CLI_TEST_DBHOST=127.0.0.1:${{ job.services.mysql.ports['3306'] }}" >> $GITHUB_ENV - - - name: Prepare test database - if: steps.check_files.outputs.files_exists == 'true' - run: composer prepare-tests - - - name: Check Behat environment - if: steps.check_files.outputs.files_exists == 'true' - env: - WP_VERSION: '${{ matrix.wp }}' - run: WP_CLI_TEST_DEBUG_BEHAT_ENV=1 composer behat - - - name: Run Behat - if: steps.check_files.outputs.files_exists == 'true' - env: - WP_VERSION: '${{ matrix.wp }}' - run: composer behat || composer behat-rerun + test: + uses: wp-cli/.github/.github/workflows/reusable-testing.yml From 6983dd452c01afd96e78763cf91c9286adc3c30d Mon Sep 17 00:00:00 2001 From: danielbachhuber Date: Fri, 4 Nov 2022 18:16:47 +0000 Subject: [PATCH 180/232] Update file(s) from wp-cli/.github --- .github/workflows/code-quality.yml | 2 +- .github/workflows/regenerate-readme.yml | 2 +- .github/workflows/testing.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 3414ef10..89fd2c2c 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -9,4 +9,4 @@ on: jobs: code-quality: - uses: wp-cli/.github/.github/workflows/reusable-code-quality.yml + uses: wp-cli/.github/.github/workflows/reusable-code-quality.yml@85be2d1b154ddf1b2f03166c93bc75a27fb3daf1 diff --git a/.github/workflows/regenerate-readme.yml b/.github/workflows/regenerate-readme.yml index 193fe75d..877cc20a 100644 --- a/.github/workflows/regenerate-readme.yml +++ b/.github/workflows/regenerate-readme.yml @@ -12,4 +12,4 @@ on: jobs: regenerate-readme: - uses: wp-cli/.github/.github/workflows/reusable-regenerate-readme.yml + uses: wp-cli/.github/.github/workflows/reusable-regenerate-readme.yml@85be2d1b154ddf1b2f03166c93bc75a27fb3daf1 diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 9a06f284..e937ef1b 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -9,4 +9,4 @@ on: jobs: test: - uses: wp-cli/.github/.github/workflows/reusable-testing.yml + uses: wp-cli/.github/.github/workflows/reusable-testing.yml@85be2d1b154ddf1b2f03166c93bc75a27fb3daf1 From 774b80e4d02dfd0844b0deebb25bedfebcd1548e Mon Sep 17 00:00:00 2001 From: danielbachhuber Date: Fri, 4 Nov 2022 21:31:58 +0000 Subject: [PATCH 181/232] Update file(s) from wp-cli/.github --- .github/workflows/code-quality.yml | 2 +- .github/workflows/regenerate-readme.yml | 2 +- .github/workflows/testing.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 89fd2c2c..07e4fd1f 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -9,4 +9,4 @@ on: jobs: code-quality: - uses: wp-cli/.github/.github/workflows/reusable-code-quality.yml@85be2d1b154ddf1b2f03166c93bc75a27fb3daf1 + uses: wp-cli/.github/.github/workflows/reusable-code-quality.yml@main diff --git a/.github/workflows/regenerate-readme.yml b/.github/workflows/regenerate-readme.yml index 877cc20a..c633d9d4 100644 --- a/.github/workflows/regenerate-readme.yml +++ b/.github/workflows/regenerate-readme.yml @@ -12,4 +12,4 @@ on: jobs: regenerate-readme: - uses: wp-cli/.github/.github/workflows/reusable-regenerate-readme.yml@85be2d1b154ddf1b2f03166c93bc75a27fb3daf1 + uses: wp-cli/.github/.github/workflows/reusable-regenerate-readme.yml@main diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index e937ef1b..3c5083db 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -9,4 +9,4 @@ on: jobs: test: - uses: wp-cli/.github/.github/workflows/reusable-testing.yml@85be2d1b154ddf1b2f03166c93bc75a27fb3daf1 + uses: wp-cli/.github/.github/workflows/reusable-testing.yml@main From 09483bb92f4e47623cfee84923fef3996dbde8ef Mon Sep 17 00:00:00 2001 From: tecking Date: Sun, 6 Nov 2022 20:53:11 +0900 Subject: [PATCH 182/232] update ja/index.md (#429) Co-authored-by: tecking --- ja/index.md | 104 ++++++++++++++++++++++++++-------------------------- 1 file changed, 52 insertions(+), 52 deletions(-) diff --git a/ja/index.md b/ja/index.md index 6711045c..1dda52bb 100644 --- a/ja/index.md +++ b/ja/index.md @@ -5,7 +5,7 @@ direction: ltr --- [WP-CLI](https://wp-cli.org/) は [WordPress](https://wordpress.org/) を管理するためのコマンドラインインターフェースです。 -プラグインのアップデートやマルチサイトのセットアップなどの多くのことをブラウザなしで行うことができます。 +プラグインのアップデートやマルチサイトのセットアップなど、多くのことをブラウザなしで実行できます。 下記のサポーターの協力で継続的なメンテナンスが行われています。 @@ -35,7 +35,7 @@ direction: ltr -現在の安定バージョンは [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/)で、今後のリリースの予定を知ることができます。 +現在の安定バージョンは [2.7.1](https://make.wordpress.org/cli/2022/10/17/wp-cli-v2-7-1-release-notes/) です。 最新情報を得たい人は、[@wpcli on Twitter](https://twitter.com/wpcli) をフォローするか、[メーリングリストにサインアップ](https://make.wordpress.org/cli/subscribe/)してください。[ロードマップ](https://make.wordpress.org/cli/handbook/roadmap/)で今後のリリース予定を知ることができます。 [![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") @@ -43,8 +43,8 @@ Quick links: [使い方](#使い方) | [インストール方法](#イン ## 使い方 -WP-CLI は、みなさんが WordPress の管理画面でやりたいと思っていることに対するコマンドラインインターフェースを提供しています。 -たとえば、`wp plugin install --activate` ([ドキュメント](https://developer.wordpress.org/cli/commands/plugin/install/)) は、プラグインをインストールし有効化します。 +WP-CLI は、みなさんが WordPress の管理画面でやりたいと思っていることに対するコマンドラインインターフェースを提供します。 +たとえば、`wp plugin install --activate` ([ドキュメント](https://developer.wordpress.org/cli/commands/plugin/install/)) というコマンドを実行すると、プラグインをインストールした上で有効化できます。 ```bash $ wp plugin install user-switching --activate @@ -58,47 +58,47 @@ Plugin 'user-switching' activated. Success: Installed 1 of 1 plugins. ``` -さらに WP-CLI では、WordPress の管理画面ではできない多くのことを行えます。たとえば、`wp transient delete --all` ([ドキュメント](https://developer.wordpress.org/cli/commands/transient/delete/)) は、一時的に保存されているすべてのデータを削除することを可能にしています。 +さらに WP-CLI では、WordPress の管理画面ではできない多くのことを行えます。たとえば、`wp transient delete --all` ([ドキュメント](https://developer.wordpress.org/cli/commands/transient/delete/)) というコマンドを実行すると、一時的に保存されているすべてのデータが削除されます。 ```bash $ wp transient delete --all Success: 34 transients deleted from the database. ``` -WP-CLI の使い方について詳しく知りたいときは、[クイックスタートガイド](https://make.wordpress.org/cli/handbook/quick-start/)を読んでください。[Shell friends](https://make.wordpress.org/cli/handbook/shell-friends/) で便利なコマンドラインユーティリティについて学ぶこともできます。 +WP-CLI の使い方について詳しく知りたいときは、[クイックスタートガイド](https://make.wordpress.org/cli/handbook/quick-start/)を読んでください。[Shell friends](https://make.wordpress.org/cli/handbook/shell-friends/) では便利なコマンドラインユーティリティについても学べます。 -基本的なことをすでに理解しているなら、[コマンドリスト](https://developer.wordpress.org/cli/commands/)にジャンプして、テーマやプラグインの管理、データのインポートやエクスポート、データベースの検索・置換操作などについての詳細を見てください。 +基本的なことをすでに理解しているなら、[コマンドリスト](https://developer.wordpress.org/cli/commands/)にジャンプして、テーマやプラグインの管理、データのインポートやエクスポート、データベースの検索・置換操作などの詳細を見てください。 ## インストール方法 -Phar ファイルのダウンロードによるインストールを推奨します。必要に応じて[上級者向けインストール方法](https://make.wordpress.org/cli/handbook/installing/) ([Composer](https://make.wordpress.org/cli/handbook/installing/#installing-via-composer), [Homebrew](https://make.wordpress.org/cli/handbook/installing/#installing-via-homebrew), [Docker](https://make.wordpress.org/cli/handbook/installing/#installing-via-docker)) も見てください。 +Phar ファイルのダウンロードによるインストールを推奨します。必要に応じて[上級者向けインストール方法](https://make.wordpress.org/cli/handbook/installing/) ([Composer](https://make.wordpress.org/cli/handbook/installing/#installing-via-composer), [Homebrew](https://make.wordpress.org/cli/handbook/installing/#installing-via-homebrew), [Docker](https://make.wordpress.org/cli/handbook/installing/#installing-via-docker)) も参照してください。 -WP-CLI をインストールする前に、動作環境を確認してください。 +WP-CLI をインストールする前に、動作環境を確認します。 -- UNIX 系の環境 (OS X, Linux, FreeBSD, Cygwin) ; Windows では一部の機能に制限があります。 -- PHP 5.6 またはそれ以降のバージョン -- WordPress 3.7 またはそれ以降のバージョン。WordPress 最新版ではない古いバージョンでは、機能が低下する可能性があります。 +- UNIX 系の環境 (OS X, Linux, FreeBSD, Cygwin) ; Windows では一部の機能に制限があります。 +- PHP 5.6 またはそれ以降のバージョン。 +- WordPress 3.7 またはそれ以降のバージョン。WordPress 最新版ではない古いバージョンでは、機能が低下する可能性があります。 -動作条件を再度確認してから、`wget` または `curl` を使用して [wp-cli.phar](https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) をダウンロードしてください。 +動作条件を再度確認し、`wget` または `curl` で [wp-cli.phar](https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) をダウンロードします。 ```bash curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar ``` -次に、Phar ファイルが動作していることを確認してください。 +次に、Phar ファイルが動作していることを確認します。 ```bash php wp-cli.phar --info ``` -WP-CLI コマンドを `wp` で実行するには、wp-cli.phar が実行可能であることと、環境変数 `PATH` に登録された場所に置かれていることが必要です。例を示します。 +WP-CLI を `wp` コマンドで実行するには、wp-cli.phar が実行可能で、かつ、環境変数 `PATH` に登録された場所に置かれていることが必要です。例を示します。 ```bash chmod +x wp-cli.phar sudo mv wp-cli.phar /usr/local/bin/wp ``` -もし、WP-CLI のインストールが成功していれば、`wp --info` の実行で以下のように出力されるはずです。 +WP-CLI のインストールが成功していれば、`wp --info` コマンドで以下のように出力されるはずです。 ```bash $ wp --info @@ -116,28 +116,28 @@ WP_CLI phar path: WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: WP-CLI project config: /home/wp-cli/wp-cli.yml -WP-CLI version: 2.6.0 +WP-CLI version: 2.7.1 ``` ## アップデート -WP-CLI のアップデートは、`wp cli update` ([ドキュメント](https://developer.wordpress.org/cli/commands/cli/update/)) の実行、または上述のインストール方法を再度行うことで可能です。 +WP-CLI は、`wp cli update` ([ドキュメント](https://developer.wordpress.org/cli/commands/cli/update/)) コマンド、または上述のインストール方法を再度行うことでアップデートできます。 -WP-CLI のオーナーが root もしくは他のシステム管理者になっている場合は、`sudo wp cli update` と実行する必要があります。 +ただし、WP-CLI のオーナーが root または他のシステム管理者の場合は、`sudo wp cli update` と実行する必要があります。 -もっととんがった生き方をしたい ? `wp cli update --nightly` を実行すれば、最新の開発者向けバージョンの WP-CLI を使用できます。開発者向けバージョンは、あなたの開発環境で使用するのに十分な信頼性があり、常に最新の機能を含んでいます。 +チャレンジ精神旺盛な人は `wp cli update --nightly` を実行してみましょう。最新の開発者向けバージョンの WP-CLI を使うことができます。開発者向けバージョンは、あなたの開発環境で使用する上で十分な信頼性があり、常に最新の機能を含んでいます。 ## タブ補完 -WP-CLI には、Bash および ZSH 向けのタブ補完スクリプトがあります。 [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.6.0/utils/wp-completion.bash) をダウンロードして、`~/.bash_profile` で読み込んでください。 +WP-CLI には、Bash および Zsh 向けのタブ補完スクリプトがあります。スクリプトを使うときは [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.6.0/utils/wp-completion.bash) をダウンロードして、`~/.bash_profile` で読み込みます。 ```bash source /FULL/PATH/TO/wp-completion.bash ``` -`source ~/.bash_profile` を実行するのを忘れないでください。 +`source ~/.bash_profile` を実行するのをお忘れなく。 -ZSH の場合は、`bashcompinit` をロードした後に `wp-completion.bash` を読み込ませる必要があるかもしれません。`.zshrc` へ次のコードを追加してください。 +Zsh の場合は、`bashcompinit` をロードした後に `wp-completion.bash` を読み込ませる必要があるかもしれません。`.zshrc` に次のコードを追加してください。 ```bash autoload bashcompinit @@ -147,32 +147,32 @@ source /FULL/PATH/TO/wp-completion.bash ## サポート -WP-CLI のメンテナーとその貢献者たちが一般的な質問に答えられる時間は限られています。[最新版](https://make.wordpress.org/cli/handbook/roadmap/)のみが公式にサポートされるバージョンです。 +WP-CLI のメンテナーとその貢献者が一般的な質問に答えられる時間は限られています。[最新版](https://make.wordpress.org/cli/handbook/roadmap/)のみが公式にサポートされるバージョンです。 -サポートを受けたいときは、まず、以下のリソースの中から答えを探してみてください。 +サポートを受けたいときは、まず、以下のリソースの中から答えを探してみましょう。 -* [Common issues and their fixes](https://make.wordpress.org/cli/handbook/common-issues/) -* [WP-CLI handbook](https://make.wordpress.org/cli/handbook/) -* [Open or closed issues in the WP-CLI GitHub organization](https://github.com/issues?utf8=%E2%9C%93&q=sort%3Aupdated-desc+org%3Awp-cli+is%3Aissue) -* [Threads tagged 'WP-CLI' in the WordPress.org support forum](https://wordpress.org/support/topic-tag/wp-cli/) -* [Questions tagged 'WP-CLI' in the WordPress StackExchange](https://wordpress.stackexchange.com/questions/tagged/wp-cli) +- [Common issues and their fixes](https://make.wordpress.org/cli/handbook/common-issues/) +- [WP-CLI handbook](https://make.wordpress.org/cli/handbook/) +- [Open or closed issues in the WP-CLI GitHub organization](https://github.com/issues?q=sort%3Aupdated-desc+org%3Awp-cli+is%3Aissue) +- [Threads tagged 'WP-CLI' in the WordPress.org support forum](https://wordpress.org/support/topic-tag/wp-cli/) +- [Questions tagged 'WP-CLI' in the WordPress StackExchange](https://wordpress.stackexchange.com/questions/tagged/wp-cli) -もし、上のいずれかの方法で回答を見つけられなかった場合は: +上記いずれかの方法で回答を見つけられなかった場合は: -* [WordPress.org Slack](https://make.wordpress.org/chat/) の `#cli` チャンネルに参加して、そこにいる人に尋ねてみてください。これがもっとも手っ取り早い方法です。 -* WordPress サポートフォーラムに[新しいスレッドを投稿](https://wordpress.org/support/forum/wp-advanced/#new-post)し、'wp-cli' というタグを付けてコミュニティ内で見つけやすくします。 +- [WordPress.org Slack](https://make.wordpress.org/chat/) の `#cli` チャンネルに参加して、そこにいる人に尋ねてみてください。これが最も手っ取り早い方法です。 +- WordPress サポートフォーラムに[新しいスレッドを投稿](https://wordpress.org/support/forum/wp-advanced/#new-post)し、'WP-CLI' というタグを付けてコミュニティ内で見つけやすくします。 -GitHub Issues は、既存のコマンドの改良やバグを追跡するために使用されており、一般的なサポートのためには使用されていません。バグレポートを投稿する際には、[ベストプラクティス](https://make.wordpress.org/cli/handbook/bug-reports/)を確認して、あなたが抱える問題が適時確実に伝わるように心がけてください。 +GitHub Issues は、既存のコマンドの改良やバグを追跡するために使われており、一般的なサポートのためには使われていません。バグレポートを投稿する際には、[ベストプラクティス](https://make.wordpress.org/cli/handbook/bug-reports/)を確認して、あなたの抱える問題が適時確実に伝わるように心がけてください。 -Twitter でサポート用の質問を尋ねるのはおやめください。Twitter は、1) 文字数が280文字以下であり会話を行うのが難しい、2) 過去の会話から他の人の同じ質問を検索することが難しい、などの理由によりサポートを行う場としてふさわしくありません。 +Twitter でサポート用の質問を尋ねるのはご遠慮ください。Twitter は、1) 文字数が 280 文字以下に制限され会話を行うのが難しい、2) 過去の会話から他の人の同じ質問を検索することが難しい、などの理由によりサポートを行う場としてふさわしくないからです。 -自由は無料とは違います。オープンソースはあなたに自由に使ったり編集したりする権利を保証しますが、他の誰かの時間を浪費することを保証しているわけではありません。敬意をもって、過度な期待をしないように心がけてください。 +自由は無料とは違います。オープンソースライセンスはあなたが自由に使ったり編集したりする権利を保証しますが、他の誰かの時間を浪費することを保証しているわけではありません。サポートを受けるに当たっては、敬意を持ち、過度な期待をしないように心がけてください。 ## 拡張 -それぞれの **コマンド** は、WP-CLI の関数の一つとして定義されています。`wp plugin install` ([ドキュメント](https://developer.wordpress.org/cli/commands/plugin/install/)) はそのうちの一つで、`wp plugin activate` ([ドキュメント](https://developer.wordpress.org/cli/commands/plugin/activate/)) もまたそのうちの一つです。 +それぞれの **コマンド** は、WP-CLI の関数の一つとして定義されています。`wp plugin install` ([ドキュメント](https://developer.wordpress.org/cli/commands/plugin/install/)) はその一つで、`wp plugin activate` ([ドキュメント](https://developer.wordpress.org/cli/commands/plugin/activate/)) もまた、その一つです。 -WP-CLI では、さまざまな実行可能なクラス、関数、クロージャをコマンドとして実行することが可能です。コマンドとして実行されるために必要な情報は、PHPdoc によって記述します。 `WP_CLI::add_command()` ([ドキュメント](https://make.wordpress.org/cli/handbook/internal-api/wp-cli-add-command/)) は、内部コマンドおよびサードパーティコマンドの登録に使用されています。 +WP-CLI では、さまざまな実行可能なクラス、関数、クロージャをコマンドとして実行できます。コマンドの実行に必要な情報は PHPDoc で記述します。 `WP_CLI::add_command()` ([ドキュメント](https://make.wordpress.org/cli/handbook/internal-api/wp-cli-add-command/)) は、内部コマンドおよびサードパーティコマンドの登録に使われています。 ```php /** @@ -202,34 +202,34 @@ $delete_option_cmd = function( $args ) { WP_CLI::add_command( 'option delete', $delete_option_cmd ); ``` -WP-CLI は、多くのコマンドにより構成されており、カスタムコマンドを作ることは意外と簡単です。詳しくは [commands cookbook](https://make.wordpress.org/cli/handbook/commands-cookbook/) を読んでください。[内部 API のドキュメント](https://make.wordpress.org/cli/handbook/references/internal-api/)を参照すると、カスタムコマンドで使用できるさまざまな便利機能が見つかります。 +WP-CLI は多くのコマンドで構成され、意外と簡単にカスタムコマンドを作ることができます。詳しくは [commands cookbook](https://make.wordpress.org/cli/handbook/commands-cookbook/) を参照してください。[内部 API のドキュメント](https://make.wordpress.org/cli/handbook/references/internal-api/)には、カスタムコマンドで使用できるさまざまな便利機能が載っています。 ## 貢献 -ようこそ、そしてありがとう ! +ようこそ ! ありがとう ! -私たちは、みなさんが率先して貢献してくれることに感謝しています。あなたやあなたのまわりのコミュニティによって、WP-CLI はすばらしいプロジェクトになります。 +私たちは、みなさんが率先して貢献してくださることに感謝します。あなたやあなたのまわりのコミュニティによって、WP-CLI はすばらしいプロジェクトになります。 -**貢献は単にコードだけではありません。** 私たちは、チュートリアルを書いたり、地元のミートアップでデモを行ったり、ユーザーの質問に回答したり、ドキュメントを改訂したりと、あなたの能力に合った方法で貢献していただきたいと思っています。 +**貢献はコードを書くことだけに留まりません。** 私たちは、チュートリアルを書いたり、地元のミートアップでデモを行ったり、ユーザーの質問に回答したり、ドキュメントを改訂したりと、あなたの能力に合った方法で貢献していただきたいと思っています。 -ハンドブックに掲載されている[貢献者向けガイドライン](https://make.wordpress.org/cli/handbook/contributions/contributing/)を読めば、あなたがどのように参加できるか詳しく知ることができます。このガイドラインに従うことで、本プロジェクトの他の貢献者たちとのコミュニケーションを円滑にすることができます。彼らは、世界をまたがってあなたと一緒に働くことに、最大限の敬意を払う努力をします。 +ハンドブックに掲載されている[貢献者向けガイドライン](https://make.wordpress.org/cli/handbook/contributions/contributing/)を読めば、どのように貢献できるかを詳しく知ることができます。ガイドラインに従うことで、本プロジェクトの他の貢献者たちとのコミュニケーションが円滑になります。彼らは、世界をまたがってあなたと一緒に働くことに、最大限の敬意を払う努力をします。 ### プロジェクトリーダー WP-CLI にはプロジェクトメンテナーがいます: [schlessera](http://github.com/schlessera) です。 -能力があり、プロジェクトを発展させるために時間をかけて投資していることを示してくれたコントリビューターへ、[コミット権限を与えることがあります](https://make.wordpress.org/cli/handbook/committers-credo/)。 +能力があり、プロジェクト発展のため時間をかけていることを示してくれた貢献者には[コミット権限を与えることがあります](https://make.wordpress.org/cli/handbook/committers-credo/)。 -プロジェクトの運営に関する詳細については、[ハンドブック内のガバナンス](https://make.wordpress.org/cli/handbook/governance/)を読んでください。 +プロジェクト運営についての詳細を知りたいときは、[ハンドブック内のガバナンス](https://make.wordpress.org/cli/handbook/governance/)を読んでください。 ## クレジット [composer.json](https://github.com/wp-cli/wp-cli/blob/master/composer.json) に記載されているライブラリに依存しており、以下のプロジェクトからコードやアイディアを得ています。 -* [Drush](https://github.com/drush-ops/drush) for... a lot of things -* [wpshell](https://code.trac.wordpress.org/browser/wpshell) for `wp shell` -* [Regenerate Thumbnails](https://wordpress.org/plugins/regenerate-thumbnails/) for `wp media regenerate` -* [Search-Replace-DB](https://github.com/interconnectit/Search-Replace-DB) for `wp search-replace` -* [WordPress-CLI-Exporter](https://github.com/Automattic/WordPress-CLI-Exporter) for `wp export` -* [WordPress-CLI-Importer](https://github.com/Automattic/WordPress-CLI-Importer) for `wp import` -* [wordpress-plugin-tests](https://github.com/benbalter/wordpress-plugin-tests/) for `wp scaffold plugin-tests` +- [Drush](https://github.com/drush-ops/drush) for... a lot of things +- [wpshell](https://code.trac.wordpress.org/browser/wpshell) for `wp shell` +- [Regenerate Thumbnails](https://wordpress.org/plugins/regenerate-thumbnails/) for `wp media regenerate` +- [Search-Replace-DB](https://github.com/interconnectit/Search-Replace-DB) for `wp search-replace` +- [WordPress-CLI-Exporter](https://github.com/Automattic/WordPress-CLI-Exporter) for `wp export` +- [WordPress-CLI-Importer](https://github.com/Automattic/WordPress-CLI-Importer) for `wp import` +- [wordpress-plugin-tests](https://github.com/benbalter/wordpress-plugin-tests/) for `wp scaffold plugin-tests` From 6f2683e43200a4c28afc512358c7a06b6e0b7eeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Smoli=C5=84ski?= Date: Thu, 15 Dec 2022 19:38:10 +0100 Subject: [PATCH 183/232] Fix phar download url in translations (#430) --- br/index.md | 2 +- de/index.md | 2 +- es/index.md | 2 +- fr/index.md | 2 +- gr/index.md | 2 +- it/index.md | 2 +- ne/index.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/br/index.md b/br/index.md index bb70da3a..957a2391 100644 --- a/br/index.md +++ b/br/index.md @@ -58,7 +58,7 @@ Antes de instalar a WP-CLI, tenha certeza de que seu ambiente cumpre os requisit - PHP 5.6 ou superior - WordPress 3.7 ou superior. Versões do WordPress anteriores à mais recente podem ter funcionalidade reduzida -Após verificar os requisitos, baixe o arquivo [wp-cli.phar](https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) usando `wget` ou `curl`: +Após verificar os requisitos, baixe o arquivo [wp-cli.phar](https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) usando `wget` ou `curl`: ```bash curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar diff --git a/de/index.md b/de/index.md index 0cc7678a..fd161d53 100644 --- a/de/index.md +++ b/de/index.md @@ -74,7 +74,7 @@ Bevor du WP-CLI installierst, stell bitte sicher, dass dein System die Mindestan - PHP 5.6 oder neuer - WordPress 3.7 oder neuer. Ältere Versionen als das aktuelle WordPress-Release haben funktionelle Einschränkungen -Sobald du die Mindestanforderungen geprüft hast, lade die [wp-cli.phar](https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar)-Datei mittels `wget` oder `curl` herunter: +Sobald du die Mindestanforderungen geprüft hast, lade die [wp-cli.phar](https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar)-Datei mittels `wget` oder `curl` herunter: ```bash curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar diff --git a/es/index.md b/es/index.md index 3604ae66..2785522a 100644 --- a/es/index.md +++ b/es/index.md @@ -58,7 +58,7 @@ Antes de instalar WP-CLI, asegúrate de que tu entorno cumple con los requisitos - PHP 5.6 o posterior - WordPress 3.7 o posterior. Las versiones anteriores a la última versión de WordPress pueden tener funcionalidad degradada -Una vez que hayas verificado los requisitos, descarga el archivo [wp-cli.phar](https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) usando `wget` o `curl` : +Una vez que hayas verificado los requisitos, descarga el archivo [wp-cli.phar](https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) usando `wget` o `curl` : ```bash curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar diff --git a/fr/index.md b/fr/index.md index 71b130ef..9b095ed8 100644 --- a/fr/index.md +++ b/fr/index.md @@ -80,7 +80,7 @@ Avant d'installer WP-CLI, veuillez vous assurer que votre environnement répond - PHP 5.6 ou plus récent - WordPress 3.7 ou plus récent -Une fois que vous avez vérifié ces exigences, téléchargez le fichier [wp-cli.phar](https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) en utilisant `wget` ou `curl` : +Une fois que vous avez vérifié ces exigences, téléchargez le fichier [wp-cli.phar](https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) en utilisant `wget` ou `curl` : ```bash curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar diff --git a/gr/index.md b/gr/index.md index b725fb11..30206446 100644 --- a/gr/index.md +++ b/gr/index.md @@ -48,7 +48,7 @@ Success: 34 transients deleted from the database. - PHP 5.3.29 ή νεότερη - WordPress 3.7 ή νεότερο -Μόλις επιβεβαιώσετε τις απαιτήσεις, μεταφορτώστε το αρχείο [wp-cli.phar](https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) χρησιμοποιώντας την εντολή `wget` ή `curl`: +Μόλις επιβεβαιώσετε τις απαιτήσεις, μεταφορτώστε το αρχείο [wp-cli.phar](https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) χρησιμοποιώντας την εντολή `wget` ή `curl`: ```bash $ curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar diff --git a/it/index.md b/it/index.md index fe7d0907..7da66911 100644 --- a/it/index.md +++ b/it/index.md @@ -48,7 +48,7 @@ Prima di procedere con l'installazione di WP-CLI, vi preghiamo di assicurarvi ch - PHP 5.3.29 o successivo - WordPress 3.7 o successivo -Una volta che avrete verificato i requisiti, scaricate il file [wp-cli.phar](https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) mediante `wget` o `curl`: +Una volta che avrete verificato i requisiti, scaricate il file [wp-cli.phar](https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) mediante `wget` o `curl`: ```bash $ curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar diff --git a/ne/index.md b/ne/index.md index 33b554f4..7eddd022 100644 --- a/ne/index.md +++ b/ne/index.md @@ -48,7 +48,7 @@ Phar फाइल डाउनलोड गरेर स्थापना ग - PHP 5.3.29 वा पछि - वर्डप्रेस 3.7 वा पछि -आवश्यकताहरु प्रमाणित गरिसकेपछि `wget` वा `curl` प्रयोग गरि [wp-cli.phar](https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) फाइल डाउनलोड गर्नुहोस्: +आवश्यकताहरु प्रमाणित गरिसकेपछि `wget` वा `curl` प्रयोग गरि [wp-cli.phar](https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) फाइल डाउनलोड गर्नुहोस्: ``` $ curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar From adf393e6f4e4fd2e1432ab20252f5fc1564a17f6 Mon Sep 17 00:00:00 2001 From: schlessera Date: Tue, 3 Jan 2023 14:49:40 +0000 Subject: [PATCH 184/232] Update file(s) from wp-cli/.github --- .github/workflows/testing.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 3c5083db..5d43d67c 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -6,6 +6,8 @@ on: branches: - main - master + schedule: + - cron: '0 0 * * *' # Run every day. jobs: test: From f0ee0e373471761810abcaece740ba1540306d1d Mon Sep 17 00:00:00 2001 From: schlessera Date: Thu, 5 Jan 2023 20:02:32 +0000 Subject: [PATCH 185/232] Update file(s) from wp-cli/.github --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 5d43d67c..1044b798 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -7,7 +7,7 @@ on: - main - master schedule: - - cron: '0 0 * * *' # Run every day. + - cron: '17 1 * * *' # Run every day on a seemly random time. jobs: test: From 03850aef908d5401214dee517f5c0ce160e5b4ad Mon Sep 17 00:00:00 2001 From: Maxime Jobin Date: Tue, 10 Jan 2023 16:54:44 -0500 Subject: [PATCH 186/232] Update French version --- fr/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fr/index.md b/fr/index.md index 9b095ed8..2e55c2ad 100644 --- a/fr/index.md +++ b/fr/index.md @@ -36,7 +36,7 @@ L'entretien continu de ce projet est possible grâce à : -La dernière version stable est la [version 2.6.0](https://make.wordpress.org/cli/2022/01/25/wp-cli-v2-6-0-release-notes/). +La dernière version stable est la [version 2.7.1](https://make.wordpress.org/cli/2022/10/17/wp-cli-v2-7-1-release-notes). Pour rester à jour, suivez [@wpcli sur Twitter](https://twitter.com/wpcli) ou [inscrivez-vous à notre lettre d'information par email](https://make.wordpress.org/cli/subscribe/). @@ -113,7 +113,7 @@ WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: /home/wp-cli/.wp-cli/config.yml WP-CLI project config: -WP-CLI version: 2.6.0 +WP-CLI version: 2.7.1 ``` ### Mise à jour @@ -122,9 +122,9 @@ Vous pouvez mettre à jour WP-CLI avec la commande `wp cli update` ([doc](https: Vous voulez vivre dangereusement ? Exécutez `wp cli update --nightly` pour installer les derniers nightly build de WP-CLI. Un nightly build est relativement stable pour être utilisé dans votre environnement de développement et inclut toujours les fonctionnalités de WP-CLI les plus récentes. -### Tab completions +### Autocomplétion -WP-CLI contient des scripts d'autocomplétion pour Bash et ZSH. Il suffit de télécharger [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.6.0/utils/wp-completion.bash) et de l'importer dans votre fichier `~/.bash_profile`: +WP-CLI contient des scripts d'autocomplétion pour Bash et ZSH. Il suffit de télécharger [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.7.1/utils/wp-completion.bash) et de l'importer dans votre fichier `~/.bash_profile`: ```bash source /FULL/PATH/TO/wp-completion.bash From d9ae7d34d5f38ee35fe845e47c582d8ec6ae4311 Mon Sep 17 00:00:00 2001 From: schlessera Date: Tue, 10 Jan 2023 23:24:16 +0000 Subject: [PATCH 187/232] Update file(s) from wp-cli/.github --- .github/workflows/code-quality.yml | 2 ++ .github/workflows/regenerate-readme.yml | 2 ++ .github/workflows/testing.yml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 07e4fd1f..0f841fc1 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -10,3 +10,5 @@ on: jobs: code-quality: uses: wp-cli/.github/.github/workflows/reusable-code-quality.yml@main + secrets: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/regenerate-readme.yml b/.github/workflows/regenerate-readme.yml index c633d9d4..8feb576b 100644 --- a/.github/workflows/regenerate-readme.yml +++ b/.github/workflows/regenerate-readme.yml @@ -13,3 +13,5 @@ on: jobs: regenerate-readme: uses: wp-cli/.github/.github/workflows/reusable-regenerate-readme.yml@main + secrets: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 1044b798..32cc3a22 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -12,3 +12,5 @@ on: jobs: test: uses: wp-cli/.github/.github/workflows/reusable-testing.yml@main + secrets: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From f58322e01b15fe73bb28435c0beb709a02ea3bc2 Mon Sep 17 00:00:00 2001 From: danielbachhuber Date: Thu, 12 Jan 2023 01:13:28 +0000 Subject: [PATCH 188/232] Update file(s) from wp-cli/.github --- .github/workflows/code-quality.yml | 2 -- .github/workflows/regenerate-readme.yml | 2 -- .github/workflows/testing.yml | 2 -- 3 files changed, 6 deletions(-) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 0f841fc1..07e4fd1f 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -10,5 +10,3 @@ on: jobs: code-quality: uses: wp-cli/.github/.github/workflows/reusable-code-quality.yml@main - secrets: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/regenerate-readme.yml b/.github/workflows/regenerate-readme.yml index 8feb576b..c633d9d4 100644 --- a/.github/workflows/regenerate-readme.yml +++ b/.github/workflows/regenerate-readme.yml @@ -13,5 +13,3 @@ on: jobs: regenerate-readme: uses: wp-cli/.github/.github/workflows/reusable-regenerate-readme.yml@main - secrets: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 32cc3a22..1044b798 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -12,5 +12,3 @@ on: jobs: test: uses: wp-cli/.github/.github/workflows/reusable-testing.yml@main - secrets: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From d17618405caaa85e13b82ba3210b24135e12dfb7 Mon Sep 17 00:00:00 2001 From: schlessera Date: Sat, 27 May 2023 14:23:03 +0000 Subject: [PATCH 189/232] Update file(s) from wp-cli/.github --- .editorconfig | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..84f918ed --- /dev/null +++ b/.editorconfig @@ -0,0 +1,26 @@ +# This file is for unifying the coding style for different editors and IDEs +# editorconfig.org + +# WordPress Coding Standards +# https://make.wordpress.org/core/handbook/coding-standards/ + +# From https://github.com/WordPress/wordpress-develop/blob/trunk/.editorconfig with a couple of additions. + +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +indent_style = tab + +[{*.yml,*.feature,.jshintrc,*.json}] +indent_style = space +indent_size = 2 + +[*.md] +trim_trailing_whitespace = false + +[{*.txt,wp-config-sample.php}] +end_of_line = crlf From 3cd7952c6d8332f88f53708d49f41f41b7e491ae Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Wed, 31 May 2023 21:15:02 +0200 Subject: [PATCH 190/232] Bump version to v2.8.0 --- index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index e960de5f..34a710d1 100644 --- a/index.md +++ b/index.md @@ -31,7 +31,7 @@ Ongoing maintenance is made possible by: -The current stable release is [version 2.7.1](https://make.wordpress.org/cli/2022/10/17/wp-cli-v2-7-1-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. +The current stable release is [version 2.8.0](https://make.wordpress.org/cli/2023/05/31/wp-cli-v2-8-0-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. [![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") @@ -111,7 +111,7 @@ WP_CLI phar path: WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: WP-CLI project config: /home/wp-cli/wp-cli.yml -WP-CLI version: 2.7.1 +WP-CLI version: 2.8.0 ``` ### Updating From 5b683aac2816fabce2c15a29d45e8d9d54561008 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Mon, 5 Jun 2023 09:59:05 +0200 Subject: [PATCH 191/232] Bump version to v2.8.1 --- index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index 34a710d1..70fea42f 100644 --- a/index.md +++ b/index.md @@ -31,7 +31,7 @@ Ongoing maintenance is made possible by: -The current stable release is [version 2.8.0](https://make.wordpress.org/cli/2023/05/31/wp-cli-v2-8-0-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. +The current stable release is [version 2.8.1](https://make.wordpress.org/cli/2023/05/31/wp-cli-v2-8-1-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. [![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") @@ -111,7 +111,7 @@ WP_CLI phar path: WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: WP-CLI project config: /home/wp-cli/wp-cli.yml -WP-CLI version: 2.8.0 +WP-CLI version: 2.8.1 ``` ### Updating From 0eb143aafe243d36b624546f23a0907e27f629f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Smoli=C5=84ski?= Date: Tue, 6 Jun 2023 00:12:06 +0200 Subject: [PATCH 192/232] fix link in `index.md` (#433) --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 70fea42f..e8f67c3d 100644 --- a/index.md +++ b/index.md @@ -31,7 +31,7 @@ Ongoing maintenance is made possible by: -The current stable release is [version 2.8.1](https://make.wordpress.org/cli/2023/05/31/wp-cli-v2-8-1-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. +The current stable release is [version 2.8.1](https://make.wordpress.org/cli/2023/06/05/wp-cli-v2-8-1-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. [![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") From d64dabaecf372e62abbbb69d8d6b96dfc16359b1 Mon Sep 17 00:00:00 2001 From: tecking Date: Tue, 6 Jun 2023 07:17:25 +0900 Subject: [PATCH 193/232] update ja/index.md (#432) * update ja/index.md * update ja/index.md * Version bump * Version bump --------- Co-authored-by: tecking Co-authored-by: Daniel Bachhuber --- ja/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ja/index.md b/ja/index.md index 1dda52bb..dbf4d94d 100644 --- a/ja/index.md +++ b/ja/index.md @@ -35,7 +35,7 @@ direction: ltr -現在の安定バージョンは [2.7.1](https://make.wordpress.org/cli/2022/10/17/wp-cli-v2-7-1-release-notes/) です。 最新情報を得たい人は、[@wpcli on Twitter](https://twitter.com/wpcli) をフォローするか、[メーリングリストにサインアップ](https://make.wordpress.org/cli/subscribe/)してください。[ロードマップ](https://make.wordpress.org/cli/handbook/roadmap/)で今後のリリース予定を知ることができます。 +現在の安定バージョンは [2.8.1](https://make.wordpress.org/cli/2023/06/05/wp-cli-v2-8-1-release-notes/) です。 最新情報を得たい人は、[@wpcli on Twitter](https://twitter.com/wpcli) をフォローするか、[メーリングリストにサインアップ](https://make.wordpress.org/cli/subscribe/)してください。[ロードマップ](https://make.wordpress.org/cli/handbook/roadmap/)で今後のリリース予定を知ることができます。 [![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") @@ -116,7 +116,7 @@ WP_CLI phar path: WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: WP-CLI project config: /home/wp-cli/wp-cli.yml -WP-CLI version: 2.7.1 +WP-CLI version: 2.8.1 ``` ## アップデート From 783f82219a84cc64d282c182fbe19c9f94b9e1bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Smoli=C5=84ski?= Date: Tue, 6 Jun 2023 12:00:20 +0200 Subject: [PATCH 194/232] Update translations (#434) * Update version in translations * Update `wp-completion.bash` links --- br/index.md | 6 +- de/index.md | 6 +- es/index.md | 6 +- fa/index.md | 408 ++++++++++++++++++++++++------------------------- fr/index.md | 6 +- index.md | 2 +- ja/index.md | 2 +- ro/index.md | 6 +- tr/index.md | 4 +- zh-cn/index.md | 4 +- 10 files changed, 225 insertions(+), 225 deletions(-) diff --git a/br/index.md b/br/index.md index 957a2391..8c612fb5 100644 --- a/br/index.md +++ b/br/index.md @@ -15,7 +15,7 @@ A manutenção contínua é possível graças aos seguintes patrocinadores: -A versão estável mais recente é a [2.5.0](https://make.wordpress.org/cli/2021/05/19/wp-cli-v2-5-0-release-notes/). Para manter-se atualizado, siga [@wpcli no Twitter](https://twitter.com/wpcli) ou [assine nossa newsletter](https://make.wordpress.org/cli/subscribe/). [Leia nosso plano de ação](https://make.wordpress.org/cli/handbook/roadmap/) para uma visão geral do que está sendo planejado para próximas versões. +A versão estável mais recente é a [2.8.1](https://make.wordpress.org/cli/2023/06/05/wp-cli-v2-8-1-release-notes/). Para manter-se atualizado, siga [@wpcli no Twitter](https://twitter.com/wpcli) ou [assine nossa newsletter](https://make.wordpress.org/cli/subscribe/). [Leia nosso plano de ação](https://make.wordpress.org/cli/handbook/roadmap/) para uma visão geral do que está sendo planejado para próximas versões. [![Testing](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml/badge.svg)](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml) [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Tempo médio para resolver um issue") [![Percentage of issues still open](http://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Percentual de issues ainda abertos") @@ -95,7 +95,7 @@ WP_CLI phar path: WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: WP-CLI project config: /home/wp-cli/wp-cli.yml -WP-CLI version: 2.5.0 +WP-CLI version: 2.8.1 ``` ### Atualizando @@ -108,7 +108,7 @@ Quer viver no limite? Execute `wp cli update --nightly` para usar a última comp ### Autocompletar com tab -A WP-CLI também possui scripts de autocompletar para Bash ou ZSH. Baixe [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.4.0/utils/wp-completion.bash) e carregue-o através do `~/.bash_profile`: +A WP-CLI também possui scripts de autocompletar para Bash ou ZSH. Baixe [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.8.1/utils/wp-completion.bash) e carregue-o através do `~/.bash_profile`: ```bash source /FULL/PATH/TO/wp-completion.bash diff --git a/de/index.md b/de/index.md index fd161d53..984c05f5 100644 --- a/de/index.md +++ b/de/index.md @@ -31,7 +31,7 @@ Die laufende Pflege wird ermöglicht durch: -Das aktuelle stabile Release ist [Version 2.6.0](https://make.wordpress.org/cli/2022/01/25/wp-cli-v2-6-0-release-notes/) (engl.). Folge für Ankündigungen [@wpcli auf Twitter](https://twitter.com/wpcli) oder [registriere dich für Aktualisierungen per E-Mail](https://make.wordpress.org/cli/subscribe/) (engl.). [Sieh dir die Roadmap an](https://make.wordpress.org/cli/handbook/roadmap/) (engl.), um einen Überblick zu erhalten, was in zukünftigen Releases geplant ist. +Das aktuelle stabile Release ist [Version 2.8.1](https://make.wordpress.org/cli/2023/06/05/wp-cli-v2-8-1-release-notes/) (engl.). Folge für Ankündigungen [@wpcli auf Twitter](https://twitter.com/wpcli) oder [registriere dich für Aktualisierungen per E-Mail](https://make.wordpress.org/cli/subscribe/) (engl.). [Sieh dir die Roadmap an](https://make.wordpress.org/cli/handbook/roadmap/) (engl.), um einen Überblick zu erhalten, was in zukünftigen Releases geplant ist. [![Testing](https://github.com/wp-cli/automated-tests/actions/workflows/testing.yml/badge.svg)](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml) [![Durchschnittliche Zeit, bis ein Problem behoben wurde](https://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Durchschnittliche Zeit, bis ein Problem behoben wurde") [![Prozentuale Anzahl an offenen Problemen](https://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Prozentuale Anzahl an offenen Problemen") @@ -111,7 +111,7 @@ WP_CLI phar path: WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: WP-CLI project config: /home/wp-cli/wp-cli.yml -WP-CLI version: 2.6.0 +WP-CLI version: 2.8.1 ``` ### Aktualisieren @@ -124,7 +124,7 @@ Lebst du gerne gefährlich? Führe `wp cli update --nightly` aus, um den letzten ### Tab-Vervollständigung -Für WP-CLI gibt es auch ein Skript zur Autovervollständigung von Befehlen für Bash und ZSH. Lade einfach die [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.6.0/utils/wp-completion.bash) herunter und referenziere sie in der `~/.bash_profile`-Datei: +Für WP-CLI gibt es auch ein Skript zur Autovervollständigung von Befehlen für Bash und ZSH. Lade einfach die [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.8.1/utils/wp-completion.bash) herunter und referenziere sie in der `~/.bash_profile`-Datei: ```bash source /ABSOLUTER/PFAD/ZUR/wp-completion.bash diff --git a/es/index.md b/es/index.md index 2785522a..a76d6ff5 100644 --- a/es/index.md +++ b/es/index.md @@ -15,7 +15,7 @@ El mantenimiento continuo es posible gracias a: -La versión estable actual es la [2.5.0](https://make.wordpress.org/cli/2021/05/19/wp-cli-v2-5-0-release-notes/). Para estar al día, sigue [@wpcli en Twitter](https://twitter.com/wpcli) o [regístrate para recibir actualizaciones por correo electrónico](https://make.wordpress.org/cli/subscribe/). [Consulta la hoja de ruta](https://make.wordpress.org/cli/handbook/roadmap/) para una visión general de lo que está planeado para las próximas versiones. +La versión estable actual es la [2.8.1](https://make.wordpress.org/cli/2023/06/05/wp-cli-v2-8-1-release-notes/). Para estar al día, sigue [@wpcli en Twitter](https://twitter.com/wpcli) o [regístrate para recibir actualizaciones por correo electrónico](https://make.wordpress.org/cli/subscribe/). [Consulta la hoja de ruta](https://make.wordpress.org/cli/handbook/roadmap/) para una visión general de lo que está planeado para las próximas versiones. [![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") @@ -95,7 +95,7 @@ WP_CLI phar path: WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: WP-CLI project config: /home/wp-cli/wp-cli.yml -WP-CLI version: 2.5.0 +WP-CLI version: 2.8.1 ``` ### Actualización @@ -108,7 +108,7 @@ Si WP-CLI es propiedad de root u otro usuario del sistema, necesitarás ejecutar ### Autocompletar con el tabulador -WP-CLI también viene con un scripts para autocompletar con el tabulador para Bash y ZSH. Tan sólo descarga [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.3.0/utils/wp-completion.bash) y usa el comando `source` desde `~/.bash_profile`: +WP-CLI también viene con un scripts para autocompletar con el tabulador para Bash y ZSH. Tan sólo descarga [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.8.1/utils/wp-completion.bash) y usa el comando `source` desde `~/.bash_profile`: ```bash source /FULL/PATH/TO/wp-completion.bash diff --git a/fa/index.md b/fa/index.md index 2534f9ca..d23e5c5e 100644 --- a/fa/index.md +++ b/fa/index.md @@ -1,204 +1,204 @@ ---- -layout: default -title: Command line interface for WordPress -direction: rtl ---- - -[WP-CLI](https://wp-cli.org/) رابط خط فرمان برای [وردپرس](https://wordpress.org/) است. به‌روزرسانی افزونه‌ها، پیکربندی نصب چندسایته و چیزهای بیشتر را بدون استفاده از مرورگر وب انجام دهید. - -نگهداری مداوم توسط حامیان امکان پذیر شده است: - - - -نگارش پایدار فعلی [version 2.4.0](https://make.wordpress.org/cli/2019/11/12/wp-cli-v2-4-0-release-notes/)است. برای پیگیری اعلانات، [@wpcli on Twitter](https://twitter.com/wpcli) را دنبال کنید یا [برای دریافت ایمیل ثبت‌نام کنید](https://make.wordpress.org/cli/subscribe/). برای بررسی برنامه‌ریزی‌های آینده انتشار [نقشه راه را برررسی کنید](https://make.wordpress.org/cli/handbook/roadmap/). - -[![وضعیت ساخت](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml/badge.svg)](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml) [![زمان متوسط برای رفع مشکل](https://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "زمان متوسط برای رفع مشکل") [![درصد مشکلات باز](https://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "درصد مشکلات باز") - -پیوندهای سریع: [استفاده](#using) | [نصب](#installing) | [پشتیبانی](#support) | [گسترش](#extending) | [مشارکت](#contributing) | [همکاران](#credits) - -## استفاده - -WP-CLI یک رابط برپایه خط فرمان برای عملیاتی است که شما در محیط مدیریت وردپرس انجام می‌دهید. برای مثال `wp plugin install --activate` ([doc](https://developer.wordpress.org/cli/commands/plugin/install/)) به شما امکان نصب و فعال‌سازی افزونه وردپرس را می‌دهد: - -```bash -$ wp plugin install user-switching --activate -Installing User Switching (1.0.9) -Downloading installation package from https://downloads.wordpress.org/plugin/user-switching.1.0.9.zip... -Unpacking the package... -Installing the plugin... -Plugin installed successfully. -Activating 'user-switching'... -Plugin 'user-switching' activated. -Success: Installed 1 of 1 plugins. -``` - -WP-CLI همچنین حاوی دستوراتی برای بسیاری چیزهاست که نمی‌توانید در مدیریت وردپرس انجام دهید. برای مثال، `wp transient delete --all` ([doc](https://developer.wordpress.org/cli/commands/transient/delete/)) به شما امکان حذف یکی یا همه transients را می‌دهد: - -```bash -$ wp transient delete --all -Success: 34 transients deleted from the database. -``` - -برای پیش‌درآمد کامل استفاده از WP-CLI، [راهنمای سریع](https://make.wordpress.org/cli/handbook/quick-start/) را مطالعه کنید. یا، برای آموزش دستورات مفید خط فرمان [دوستان شل](https://make.wordpress.org/cli/handbook/shell-friends/) را مطالعه کنید. - -در مورد مدیریت پوسته‌ها و افزونه‌ها، درون‌ریزی و برون‌بری، جستجو و جایگزینی در پایگاه‌داده و چیزهای بیشتر به [لیست کامل دستورات](https://developer.wordpress.org/cli/commands/) مراجعه کنید. - -## نصب - -دریافت پرونده Pahr روش پیشنهادی ما برای نصب به بیشتر کاربران است. در صورت نیاز، مستندات ما را برای [روش‌های جایگزین نصب](https://make.wordpress.org/cli/handbook/installing/) ([کمپوزر](https://make.wordpress.org/cli/handbook/installing/#installing-via-composer), [هوم‌بریو](https://make.wordpress.org/cli/handbook/installing/#installing-via-homebrew), [داکر](https://make.wordpress.org/cli/handbook/installing/#installing-via-docker)). ببینید. - -قبل از نصب WP-CLI، لطفا از دارا بودن حداقل امکانات مورد نیاز مطمئن شوید: - -- سیستم‌های یونیکسی (OS X, Linux, FreeBSD, Cygwin); در ویندوز کمتر پشتیبانی می‌شود -- PHP 5.6 or later -- وردپرس 3.7 به بالا. در نسخه‌های قدیمی‌تر ممکن است با مشکل روبرو شوید - - وقتی از داشتن حداقل امکانات مطمئن شدید، پرونده [wp-cli.phar](https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) را بصورت `wget` یا `curl` دریافت کیند: - -```bash -curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar -``` - -سپس پرونده Phar را از نظر کارکرد معتبرسازی کنید: - -```bash -php wp-cli.phar --info -``` - -جهت استفاده WP-CLI در خط فرمان `wp` را بنویسید، پرونده را قابل اجرا و سپس در PATH خود بگذارید. برای مثال: - -```bash -chmod +x wp-cli.phar -sudo mv wp-cli.phar /usr/local/bin/wp -``` - -اگر WP-CLI به درستی نصب شده باشد، شما در صورت اجرای `wp --info` باید چیزی شبیه به این را ببینید: - -```bash -$ wp --info -OS: Darwin 16.7.0 Darwin Kernel Version 16.7.0: Thu Jan 11 22:59:40 PST 2018; root:xnu-3789.73.8~1/RELEASE_X86_64 x86_64 -Shell: /bin/zsh -PHP binary: /usr/local/bin/php -PHP version: 7.0.22 -php.ini used: /etc/local/etc/php/7.0/php.ini -WP-CLI root dir: /home/wp-cli/.wp-cli/vendor/wp-cli/wp-cli -WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor -WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ -WP-CLI global config: /home/wp-cli/.wp-cli/config.yml -WP-CLI project config: -WP-CLI version: 2.4.0 -``` - -### به‌روزرسانی - -شما می‌توانید WP-CLI را با `wp cli update` ([doc](https://developer.wordpress.org/cli/commands/cli/update/))، یا با اجرای دوباره مراحل نصب به‌روزرسانی کنید. - -اگر دسترسی به WP-CLI با روت است یا کاربر سیستمی دیگری است، شما احتیاج به اجرای `sudo wp cli update` دارید. - -به‌روزرسانی زنده می‌خواهید؟ برای استفاده از آخرین نسخه‌های شبانه دستور `wp cli update --nightly` را اجرا کنید. نسخه‌های شبانه به جهت پایداری کمتر برای کار در محیط توسعه مناسب نیستند، اما حاوی آخرین و بهترین امکانات WP-CLI هستند. - -### کامل‌سازی با تب - -WP-CLI دارای قابلیت کامل‌سازی با تب برای بش و ZSH است. کافیست [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.4.0/utils/wp-completion.bash) را دریافت و از `~/.bash_profile` سورس کنید: - -```bash -source /FULL/PATH/TO/wp-completion.bash -``` - -فراموش نکنید که بعد از آن `source ~/.bash_profile` را اجرا کنید. - -اگر از zsh برای شل استفاده می‌کنید، شاید به `bashcompinit` برای شروع قبل از سورس کردن نیاز داشته باشید. کد زیر را در `.zshrc` خود قرار دهید: - -```bash -autoload bashcompinit -bashcompinit -source /FULL/PATH/TO/wp-completion.bash -``` - -## پشتیبانی - -توسعه‌دهندگان و مشارکت کنندگان WP-CLI برای پاسخ‌دهی به سوالات زمان محدودی دارند. نسخه فعلی [WP-CLI](https://make.wordpress.org/cli/handbook/roadmap/) تنها نسخه قابل پشتیبانی رسمی است. - -قبل از سوال، لطفا در مورد مشکل خود جستجو کنید: - -* [مشکلات عمومی و رفع آنها](https://make.wordpress.org/cli/handbook/common-issues/) -* [کتابچه WP-CLI](https://make.wordpress.org/cli/handbook/) -* [مشکلات باز و بسته WP-CLI در گیتهاب رسمی](https://github.com/issues?utf8=%E2%9C%93&q=sort%3Aupdated-desc+org%3Awp-cli+is%3Aissue) -* [تاپیک‌های مرتبط با 'WP-CLI' در انجمن پشتیبانی وردپرس](https://wordpress.org/support/topic-tag/wp-cli/) -* [سوالات مطرح شده مرتبط با 'WP-CLI' در StackExchange](https://wordpress.stackexchange.com/questions/tagged/wp-cli) - -اگر جواب خود را از طریق راه‌های بالا پیدا نکردید، می‌توانید: - -* وارد کانال `#cli` در [اسلک WordPress.org](https://make.wordpress.org/chat/) شوید تا شاید به جواب سوالاتتان برسید. این راه برای سوالات کوتاه مناسب است. -* در انجمن پشتیبانی وردپرس [تاپیک چدید ایجاد کنید](https://wordpress.org/support/forum/wp-advanced/#new-post) و برچسب 'WP-CLI' بزنید. - -مشکلات گیتهاب برای پیگیری بهینه کردن و رفع باگ‌های موجود است، نه برای پشتیبانی عمومی. قبل از ارسال گزارش باگ، لطفا [بخش تمرین را بررسی کنید](https://make.wordpress.org/cli/handbook/bug-reports/)تا گزارش شما به درستی آدرس داده شده باشد و کمک شود که در زمان صرفه جویی شود. - -لطفا در توییتر درخواست پشتیبانی نکنید. توییتر جای مناسبی برای پشتیبانی نیست چون: 1) نگه داشتن صحبت با 200 کاراکتر و کمتر سخت است 2) توییتری جای مناسبی برای سوال شما نیست چون شخصی که سوالی مشابه شما دارد امکان جستجوی آن را ندارد. - -بخاطر داشته باشید، آزادی != رایگان؛ گواهی کدباز به شما دسترسی آزاد به استفاده و ویرایس را می‌دهد، اما نه الزاما با زمان افراد دیگر. لطفا باوقار باشید و انتظارات خود را براین اساس تنظیم کنید. - -## گسترش - -یک **دستور** یک بخش کوچک از عملکرد WP-CLI است. `wp plugin install` ([doc](https://developer.wordpress.org/cli/commands/plugin/install/)) یک دستور است. `wp plugin activate` ([doc](https://developer.wordpress.org/cli/commands/plugin/activate/)) یک دستور دیگر است. - -WP-CLI قابلیت ثبت هر کلاس، تابع یا بسته قابل فراخوانی را بصورت دستور دارد. جزئیات استفاده را از بخش توضیحات مندرج شده می‌خواند. `WP_CLI::add_command()` ([doc](https://make.wordpress.org/cli/handbook/internal-api/wp-cli-add-command/)) برای هر دو حالت ثبت دستور داخلی و ثالث استفاده می‌شود. - -```php -/** - * Delete an option from the database. - * - * Returns an error if the option didn't exist. - * - * ## OPTIONS - * - * - * : Key for the option. - * - * ## EXAMPLES - * - * $ wp option delete my_option - * Success: Deleted 'my_option' option. - */ -$delete_option_cmd = function( $args ) { - list( $key ) = $args; - - if ( ! delete_option( $key ) ) { - WP_CLI::error( "Could not delete '$key' option. Does it exist?" ); - } else { - WP_CLI::success( "Deleted '$key' option." ); - } -}; -WP_CLI::add_command( 'option delete', $delete_option_cmd ); -``` - -WP-CLI دارای ده‌ها دستور است. ایجاد یک دستور بسیار ساده‌تر از چیزی است که بنظر می‌رسد. بخش [کتابچه دستورات](https://make.wordpress.org/cli/handbook/commands-cookbook/) را برای آموزش مطالعه کنید. [API داخلی docs](https://make.wordpress.org/cli/handbook/internal-api/) را برای آشنایی با انواع عملکردهای مفید که می‌توانید در دستور دلخواه WP-CLI استفاده کنید را ببینید. - -## مشارکت - -ما از شما برای مشارکت در WP-CLI قدردانی می‌کنیم. به خاطر شما و جامعه اطراف شماست که WP-CLI چنین پروژه‌ای عالی است. - -**مشارکت فقط به یک کد محدود نمی‌شود.** ما شما را تشویق می‌کنیم تا به روشی که متناسب با توانایی‌های شما است مشارکت کنید -با نوشتن آموزش, ارائه یک نسخه‌ی نمایشی در میتاپ شما، کمک به کاربران دیگر با پشتیبانی و پاسخگویی و یا بررسی مستندات ما. - -برای معرفی کامل نحوه مشارکت [راهنمای مشارکت در ددفترچه راهنما](https://make.wordpress.org/cli/handbook/contributing/) را مطالعه کنید. پیروی از این دستورالعمل‌ها به شما برای احترام به زمان دیگر مشارکت کنندگان پروژه کمک می‌کند. به نوبه خود، آنها همه تلاش خود را برای تکرار این احترام هنگام همکاری با شما، در مناطق زمانی مختلف و سراسر جهان انجام می دهند. - -## رهبری - -WP-CLI یک نگهدارنده دارد: [schlessera](http://github.com/schlessera). - -به تناسب، ما [دسترسی برا نوشتن به مشارکت کنندگان می‌دهیم](https://make.wordpress.org/cli/handbook/committers-credo/)،آنهایی که توانایی خود را در طی زمان برای جلو بردن پروژه نشان دمی‌دهند. - -توضیحات [سند مدیریت در کتابچه راهنمای کاربر](https://make.wordpress.org/cli/handbook/governance/) را برای جزئیات عملیاتی در مورد پروژه بخوانید. - -## همکاران - -علاوه بر کتابخانه های تعریف شده در [composer.json](composer.json) ما از پروژه‌ها یا کدهای زیر استفاده کرده‌ایم: - -* [Drush](https://github.com/drush-ops/drush) برای خیلی چیزها -* [wpshell](https://code.trac.wordpress.org/browser/wpshell) برای `wp shell` -* [Regenerate Thumbnails](https://wordpress.org/plugins/regenerate-thumbnails/) برای `wp media regenerate` -* [Search-Replace-DB](https://github.com/interconnectit/Search-Replace-DB) برای `wp search-replace` -* [WordPress-CLI-Exporter](https://github.com/Automattic/WordPress-CLI-Exporter) برای `wp export` -* [WordPress-CLI-Importer](https://github.com/Automattic/WordPress-CLI-Importer) برای `wp import` -* [wordpress-plugin-tests](https://github.com/benbalter/wordpress-plugin-tests/) برای `wp scaffold plugin-tests` +--- +layout: default +title: Command line interface for WordPress +direction: rtl +--- + +[WP-CLI](https://wp-cli.org/) رابط خط فرمان برای [وردپرس](https://wordpress.org/) است. به‌روزرسانی افزونه‌ها، پیکربندی نصب چندسایته و چیزهای بیشتر را بدون استفاده از مرورگر وب انجام دهید. + +نگهداری مداوم توسط حامیان امکان پذیر شده است: + + + +نگارش پایدار فعلی [version 2.8.1](https://make.wordpress.org/cli/2023/06/05/wp-cli-v2-8-1-release-notes/)است. برای پیگیری اعلانات، [@wpcli on Twitter](https://twitter.com/wpcli) را دنبال کنید یا [برای دریافت ایمیل ثبت‌نام کنید](https://make.wordpress.org/cli/subscribe/). برای بررسی برنامه‌ریزی‌های آینده انتشار [نقشه راه را برررسی کنید](https://make.wordpress.org/cli/handbook/roadmap/). + +[![وضعیت ساخت](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml/badge.svg)](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml) [![زمان متوسط برای رفع مشکل](https://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "زمان متوسط برای رفع مشکل") [![درصد مشکلات باز](https://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "درصد مشکلات باز") + +پیوندهای سریع: [استفاده](#using) | [نصب](#installing) | [پشتیبانی](#support) | [گسترش](#extending) | [مشارکت](#contributing) | [همکاران](#credits) + +## استفاده + +WP-CLI یک رابط برپایه خط فرمان برای عملیاتی است که شما در محیط مدیریت وردپرس انجام می‌دهید. برای مثال `wp plugin install --activate` ([doc](https://developer.wordpress.org/cli/commands/plugin/install/)) به شما امکان نصب و فعال‌سازی افزونه وردپرس را می‌دهد: + +```bash +$ wp plugin install user-switching --activate +Installing User Switching (1.0.9) +Downloading installation package from https://downloads.wordpress.org/plugin/user-switching.1.0.9.zip... +Unpacking the package... +Installing the plugin... +Plugin installed successfully. +Activating 'user-switching'... +Plugin 'user-switching' activated. +Success: Installed 1 of 1 plugins. +``` + +WP-CLI همچنین حاوی دستوراتی برای بسیاری چیزهاست که نمی‌توانید در مدیریت وردپرس انجام دهید. برای مثال، `wp transient delete --all` ([doc](https://developer.wordpress.org/cli/commands/transient/delete/)) به شما امکان حذف یکی یا همه transients را می‌دهد: + +```bash +$ wp transient delete --all +Success: 34 transients deleted from the database. +``` + +برای پیش‌درآمد کامل استفاده از WP-CLI، [راهنمای سریع](https://make.wordpress.org/cli/handbook/quick-start/) را مطالعه کنید. یا، برای آموزش دستورات مفید خط فرمان [دوستان شل](https://make.wordpress.org/cli/handbook/shell-friends/) را مطالعه کنید. + +در مورد مدیریت پوسته‌ها و افزونه‌ها، درون‌ریزی و برون‌بری، جستجو و جایگزینی در پایگاه‌داده و چیزهای بیشتر به [لیست کامل دستورات](https://developer.wordpress.org/cli/commands/) مراجعه کنید. + +## نصب + +دریافت پرونده Pahr روش پیشنهادی ما برای نصب به بیشتر کاربران است. در صورت نیاز، مستندات ما را برای [روش‌های جایگزین نصب](https://make.wordpress.org/cli/handbook/installing/) ([کمپوزر](https://make.wordpress.org/cli/handbook/installing/#installing-via-composer), [هوم‌بریو](https://make.wordpress.org/cli/handbook/installing/#installing-via-homebrew), [داکر](https://make.wordpress.org/cli/handbook/installing/#installing-via-docker)). ببینید. + +قبل از نصب WP-CLI، لطفا از دارا بودن حداقل امکانات مورد نیاز مطمئن شوید: + +- سیستم‌های یونیکسی (OS X, Linux, FreeBSD, Cygwin); در ویندوز کمتر پشتیبانی می‌شود +- PHP 5.6 or later +- وردپرس 3.7 به بالا. در نسخه‌های قدیمی‌تر ممکن است با مشکل روبرو شوید + + وقتی از داشتن حداقل امکانات مطمئن شدید، پرونده [wp-cli.phar](https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) را بصورت `wget` یا `curl` دریافت کیند: + +```bash +curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar +``` + +سپس پرونده Phar را از نظر کارکرد معتبرسازی کنید: + +```bash +php wp-cli.phar --info +``` + +جهت استفاده WP-CLI در خط فرمان `wp` را بنویسید، پرونده را قابل اجرا و سپس در PATH خود بگذارید. برای مثال: + +```bash +chmod +x wp-cli.phar +sudo mv wp-cli.phar /usr/local/bin/wp +``` + +اگر WP-CLI به درستی نصب شده باشد، شما در صورت اجرای `wp --info` باید چیزی شبیه به این را ببینید: + +```bash +$ wp --info +OS: Darwin 16.7.0 Darwin Kernel Version 16.7.0: Thu Jan 11 22:59:40 PST 2018; root:xnu-3789.73.8~1/RELEASE_X86_64 x86_64 +Shell: /bin/zsh +PHP binary: /usr/local/bin/php +PHP version: 7.0.22 +php.ini used: /etc/local/etc/php/7.0/php.ini +WP-CLI root dir: /home/wp-cli/.wp-cli/vendor/wp-cli/wp-cli +WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor +WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ +WP-CLI global config: /home/wp-cli/.wp-cli/config.yml +WP-CLI project config: +WP-CLI version: 2.8.1 +``` + +### به‌روزرسانی + +شما می‌توانید WP-CLI را با `wp cli update` ([doc](https://developer.wordpress.org/cli/commands/cli/update/))، یا با اجرای دوباره مراحل نصب به‌روزرسانی کنید. + +اگر دسترسی به WP-CLI با روت است یا کاربر سیستمی دیگری است، شما احتیاج به اجرای `sudo wp cli update` دارید. + +به‌روزرسانی زنده می‌خواهید؟ برای استفاده از آخرین نسخه‌های شبانه دستور `wp cli update --nightly` را اجرا کنید. نسخه‌های شبانه به جهت پایداری کمتر برای کار در محیط توسعه مناسب نیستند، اما حاوی آخرین و بهترین امکانات WP-CLI هستند. + +### کامل‌سازی با تب + +WP-CLI دارای قابلیت کامل‌سازی با تب برای بش و ZSH است. کافیست [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.8.1/utils/wp-completion.bash) را دریافت و از `~/.bash_profile` سورس کنید: + +```bash +source /FULL/PATH/TO/wp-completion.bash +``` + +فراموش نکنید که بعد از آن `source ~/.bash_profile` را اجرا کنید. + +اگر از zsh برای شل استفاده می‌کنید، شاید به `bashcompinit` برای شروع قبل از سورس کردن نیاز داشته باشید. کد زیر را در `.zshrc` خود قرار دهید: + +```bash +autoload bashcompinit +bashcompinit +source /FULL/PATH/TO/wp-completion.bash +``` + +## پشتیبانی + +توسعه‌دهندگان و مشارکت کنندگان WP-CLI برای پاسخ‌دهی به سوالات زمان محدودی دارند. نسخه فعلی [WP-CLI](https://make.wordpress.org/cli/handbook/roadmap/) تنها نسخه قابل پشتیبانی رسمی است. + +قبل از سوال، لطفا در مورد مشکل خود جستجو کنید: + +* [مشکلات عمومی و رفع آنها](https://make.wordpress.org/cli/handbook/common-issues/) +* [کتابچه WP-CLI](https://make.wordpress.org/cli/handbook/) +* [مشکلات باز و بسته WP-CLI در گیتهاب رسمی](https://github.com/issues?utf8=%E2%9C%93&q=sort%3Aupdated-desc+org%3Awp-cli+is%3Aissue) +* [تاپیک‌های مرتبط با 'WP-CLI' در انجمن پشتیبانی وردپرس](https://wordpress.org/support/topic-tag/wp-cli/) +* [سوالات مطرح شده مرتبط با 'WP-CLI' در StackExchange](https://wordpress.stackexchange.com/questions/tagged/wp-cli) + +اگر جواب خود را از طریق راه‌های بالا پیدا نکردید، می‌توانید: + +* وارد کانال `#cli` در [اسلک WordPress.org](https://make.wordpress.org/chat/) شوید تا شاید به جواب سوالاتتان برسید. این راه برای سوالات کوتاه مناسب است. +* در انجمن پشتیبانی وردپرس [تاپیک چدید ایجاد کنید](https://wordpress.org/support/forum/wp-advanced/#new-post) و برچسب 'WP-CLI' بزنید. + +مشکلات گیتهاب برای پیگیری بهینه کردن و رفع باگ‌های موجود است، نه برای پشتیبانی عمومی. قبل از ارسال گزارش باگ، لطفا [بخش تمرین را بررسی کنید](https://make.wordpress.org/cli/handbook/bug-reports/)تا گزارش شما به درستی آدرس داده شده باشد و کمک شود که در زمان صرفه جویی شود. + +لطفا در توییتر درخواست پشتیبانی نکنید. توییتر جای مناسبی برای پشتیبانی نیست چون: 1) نگه داشتن صحبت با 200 کاراکتر و کمتر سخت است 2) توییتری جای مناسبی برای سوال شما نیست چون شخصی که سوالی مشابه شما دارد امکان جستجوی آن را ندارد. + +بخاطر داشته باشید، آزادی != رایگان؛ گواهی کدباز به شما دسترسی آزاد به استفاده و ویرایس را می‌دهد، اما نه الزاما با زمان افراد دیگر. لطفا باوقار باشید و انتظارات خود را براین اساس تنظیم کنید. + +## گسترش + +یک **دستور** یک بخش کوچک از عملکرد WP-CLI است. `wp plugin install` ([doc](https://developer.wordpress.org/cli/commands/plugin/install/)) یک دستور است. `wp plugin activate` ([doc](https://developer.wordpress.org/cli/commands/plugin/activate/)) یک دستور دیگر است. + +WP-CLI قابلیت ثبت هر کلاس، تابع یا بسته قابل فراخوانی را بصورت دستور دارد. جزئیات استفاده را از بخش توضیحات مندرج شده می‌خواند. `WP_CLI::add_command()` ([doc](https://make.wordpress.org/cli/handbook/internal-api/wp-cli-add-command/)) برای هر دو حالت ثبت دستور داخلی و ثالث استفاده می‌شود. + +```php +/** + * Delete an option from the database. + * + * Returns an error if the option didn't exist. + * + * ## OPTIONS + * + * + * : Key for the option. + * + * ## EXAMPLES + * + * $ wp option delete my_option + * Success: Deleted 'my_option' option. + */ +$delete_option_cmd = function( $args ) { + list( $key ) = $args; + + if ( ! delete_option( $key ) ) { + WP_CLI::error( "Could not delete '$key' option. Does it exist?" ); + } else { + WP_CLI::success( "Deleted '$key' option." ); + } +}; +WP_CLI::add_command( 'option delete', $delete_option_cmd ); +``` + +WP-CLI دارای ده‌ها دستور است. ایجاد یک دستور بسیار ساده‌تر از چیزی است که بنظر می‌رسد. بخش [کتابچه دستورات](https://make.wordpress.org/cli/handbook/commands-cookbook/) را برای آموزش مطالعه کنید. [API داخلی docs](https://make.wordpress.org/cli/handbook/internal-api/) را برای آشنایی با انواع عملکردهای مفید که می‌توانید در دستور دلخواه WP-CLI استفاده کنید را ببینید. + +## مشارکت + +ما از شما برای مشارکت در WP-CLI قدردانی می‌کنیم. به خاطر شما و جامعه اطراف شماست که WP-CLI چنین پروژه‌ای عالی است. + +**مشارکت فقط به یک کد محدود نمی‌شود.** ما شما را تشویق می‌کنیم تا به روشی که متناسب با توانایی‌های شما است مشارکت کنید +با نوشتن آموزش, ارائه یک نسخه‌ی نمایشی در میتاپ شما، کمک به کاربران دیگر با پشتیبانی و پاسخگویی و یا بررسی مستندات ما. + +برای معرفی کامل نحوه مشارکت [راهنمای مشارکت در ددفترچه راهنما](https://make.wordpress.org/cli/handbook/contributing/) را مطالعه کنید. پیروی از این دستورالعمل‌ها به شما برای احترام به زمان دیگر مشارکت کنندگان پروژه کمک می‌کند. به نوبه خود، آنها همه تلاش خود را برای تکرار این احترام هنگام همکاری با شما، در مناطق زمانی مختلف و سراسر جهان انجام می دهند. + +## رهبری + +WP-CLI یک نگهدارنده دارد: [schlessera](http://github.com/schlessera). + +به تناسب، ما [دسترسی برا نوشتن به مشارکت کنندگان می‌دهیم](https://make.wordpress.org/cli/handbook/committers-credo/)،آنهایی که توانایی خود را در طی زمان برای جلو بردن پروژه نشان دمی‌دهند. + +توضیحات [سند مدیریت در کتابچه راهنمای کاربر](https://make.wordpress.org/cli/handbook/governance/) را برای جزئیات عملیاتی در مورد پروژه بخوانید. + +## همکاران + +علاوه بر کتابخانه های تعریف شده در [composer.json](composer.json) ما از پروژه‌ها یا کدهای زیر استفاده کرده‌ایم: + +* [Drush](https://github.com/drush-ops/drush) برای خیلی چیزها +* [wpshell](https://code.trac.wordpress.org/browser/wpshell) برای `wp shell` +* [Regenerate Thumbnails](https://wordpress.org/plugins/regenerate-thumbnails/) برای `wp media regenerate` +* [Search-Replace-DB](https://github.com/interconnectit/Search-Replace-DB) برای `wp search-replace` +* [WordPress-CLI-Exporter](https://github.com/Automattic/WordPress-CLI-Exporter) برای `wp export` +* [WordPress-CLI-Importer](https://github.com/Automattic/WordPress-CLI-Importer) برای `wp import` +* [wordpress-plugin-tests](https://github.com/benbalter/wordpress-plugin-tests/) برای `wp scaffold plugin-tests` diff --git a/fr/index.md b/fr/index.md index 2e55c2ad..1eed8639 100644 --- a/fr/index.md +++ b/fr/index.md @@ -36,7 +36,7 @@ L'entretien continu de ce projet est possible grâce à : -La dernière version stable est la [version 2.7.1](https://make.wordpress.org/cli/2022/10/17/wp-cli-v2-7-1-release-notes). +La dernière version stable est la [version 2.8.1](https://make.wordpress.org/cli/2023/06/05/wp-cli-v2-8-1-release-notes/). Pour rester à jour, suivez [@wpcli sur Twitter](https://twitter.com/wpcli) ou [inscrivez-vous à notre lettre d'information par email](https://make.wordpress.org/cli/subscribe/). @@ -113,7 +113,7 @@ WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: /home/wp-cli/.wp-cli/config.yml WP-CLI project config: -WP-CLI version: 2.7.1 +WP-CLI version: 2.8.1 ``` ### Mise à jour @@ -124,7 +124,7 @@ Vous voulez vivre dangereusement ? Exécutez `wp cli update --nightly` pour inst ### Autocomplétion -WP-CLI contient des scripts d'autocomplétion pour Bash et ZSH. Il suffit de télécharger [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.7.1/utils/wp-completion.bash) et de l'importer dans votre fichier `~/.bash_profile`: +WP-CLI contient des scripts d'autocomplétion pour Bash et ZSH. Il suffit de télécharger [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.8.1/utils/wp-completion.bash) et de l'importer dans votre fichier `~/.bash_profile`: ```bash source /FULL/PATH/TO/wp-completion.bash diff --git a/index.md b/index.md index e8f67c3d..1cea84f8 100644 --- a/index.md +++ b/index.md @@ -124,7 +124,7 @@ Want to live life on the edge? Run `wp cli update --nightly` to use the latest n ### Tab completions -WP-CLI also comes with a tab completion script for Bash and ZSH. Just download [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.7.1/utils/wp-completion.bash) and source it from `~/.bash_profile`: +WP-CLI also comes with a tab completion script for Bash and ZSH. Just download [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.8.1/utils/wp-completion.bash) and source it from `~/.bash_profile`: ```bash source /FULL/PATH/TO/wp-completion.bash diff --git a/ja/index.md b/ja/index.md index dbf4d94d..2bdf6d86 100644 --- a/ja/index.md +++ b/ja/index.md @@ -129,7 +129,7 @@ WP-CLI は、`wp cli update` ([ドキュメント](https://developer.wordpress.o ## タブ補完 -WP-CLI には、Bash および Zsh 向けのタブ補完スクリプトがあります。スクリプトを使うときは [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.6.0/utils/wp-completion.bash) をダウンロードして、`~/.bash_profile` で読み込みます。 +WP-CLI には、Bash および Zsh 向けのタブ補完スクリプトがあります。スクリプトを使うときは [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.8.1/utils/wp-completion.bash) をダウンロードして、`~/.bash_profile` で読み込みます。 ```bash source /FULL/PATH/TO/wp-completion.bash diff --git a/ro/index.md b/ro/index.md index 4cba11e5..fa36c1ee 100644 --- a/ro/index.md +++ b/ro/index.md @@ -10,7 +10,7 @@ direction: ltr -Lansarea stabilă curentă este [versiunea 2.4.0](https://make.wordpress.org/cli/2019/11/12/wp-cli-v2-4-0-release-notes/). Pentru anunțuri, urmărește [@wpcli pe Twitter](https://twitter.com/wpcli) sau [înregistrează-te pentru actualizări pe email](https://make.wordpress.org/cli/subscribe/). [Consultă foaia de parcurs](https://make.wordpress.org/cli/handbook/roadmap/) pentru o prezentare generală a ceea ce este plănuit pentru lansările viitoare. +Lansarea stabilă curentă este [versiunea 2.8.1](https://make.wordpress.org/cli/2023/06/05/wp-cli-v2-8-1-release-notes/). Pentru anunțuri, urmărește [@wpcli pe Twitter](https://twitter.com/wpcli) sau [înregistrează-te pentru actualizări pe email](https://make.wordpress.org/cli/subscribe/). [Consultă foaia de parcurs](https://make.wordpress.org/cli/handbook/roadmap/) pentru o prezentare generală a ceea ce este plănuit pentru lansările viitoare. [![Stare compilare](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml/badge.svg)](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml) [![Durata medie pentru rezolvarea unei probleme](https://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Durata medie pentru rezolvarea unei probleme") [![Procentul problemelor încă deschise](https://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Procentul problemelor încă deschise") @@ -86,7 +86,7 @@ WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: /home/wp-cli/.wp-cli/config.yml WP-CLI project config: -WP-CLI version: 2.4.0 +WP-CLI version: 2.8.1 ``` ### Actualizare @@ -99,7 +99,7 @@ Vrei să trăiești viața la limită? Rulează `wp cli update --nightly` pentru ### Auto-completare -WP-CLI vine de asemenea cu un script de auto-completare pentru Bash și ZSH. Doar descarcă [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.4.0/utils/wp-completion.bash) și rulează source pe el din `~/.bash_profile`: +WP-CLI vine de asemenea cu un script de auto-completare pentru Bash și ZSH. Doar descarcă [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.8.1/utils/wp-completion.bash) și rulează source pe el din `~/.bash_profile`: ```bash source /FULL/PATH/TO/wp-completion.bash diff --git a/tr/index.md b/tr/index.md index cd40a64d..51939795 100644 --- a/tr/index.md +++ b/tr/index.md @@ -10,7 +10,7 @@ Süregelen bakım, -Mevcut kararlı sürüm [versiyon 2.3.0](https://make.wordpress.org/cli/2019/08/14/wp-cli-v2-3-0-release-notes/). Duyurular için [@wpcli Twitter](https://twitter.com/wpcli) hesabını takip edebilir ya da [eposta bültenine abone olabilirsiniz](https://make.wordpress.org/cli/subscribe/). Gelecek sürüm planına genel bir bakış için [yol haritasına göz atın](https://make.wordpress.org/cli/handbook/roadmap/). +Mevcut kararlı sürüm [versiyon 2.3.0](https://make.wordpress.org/cli/2023/06/05/wp-cli-v2-8-1-release-notes/). Duyurular için [@wpcli Twitter](https://twitter.com/wpcli) hesabını takip edebilir ya da [eposta bültenine abone olabilirsiniz](https://make.wordpress.org/cli/subscribe/). Gelecek sürüm planına genel bir bakış için [yol haritasına göz atın](https://make.wordpress.org/cli/handbook/roadmap/). [![Testing](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml/badge.svg)](https://github.com/wp-cli/wp-cli/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") @@ -105,7 +105,7 @@ Sınırda yaşamayı seviyor musunuz? `wp cli update --nightly` komutu ile nigh ### Sekme tamamlama -WP-CLI ayrıca, Bash ve ZSH için sekme tamamlama scripti sunar. Yapmanız gereken sadece [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.3.0/utils/wp-completion.bash) dosyasını indirmek ve kaynak olarak `~/.bash_profile` dosyanıza tanımlamak: +WP-CLI ayrıca, Bash ve ZSH için sekme tamamlama scripti sunar. Yapmanız gereken sadece [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.8.1/utils/wp-completion.bash) dosyasını indirmek ve kaynak olarak `~/.bash_profile` dosyanıza tanımlamak: ```bash source /FULL/PATH/TO/wp-completion.bash diff --git a/zh-cn/index.md b/zh-cn/index.md index 5f1ca30c..4d4dc72b 100644 --- a/zh-cn/index.md +++ b/zh-cn/index.md @@ -34,7 +34,7 @@ direction: ltr -目前的稳定版本是 [2.5.0](https://make.wordpress.org/cli/2021/05/19/wp-cli-v2-5-0-release-notes/)。如果您想获取最新信息,请在 Twitter 上关注 [@wpcli](https://twitter.com/wpcli) 或者 [订阅邮件通知](https://make.wordpress.org/cli/subscribe/)。参阅 [产品路线图](https://make.wordpress.org/cli/handbook/roadmap/) 了解未来版本的更新规划。 +目前的稳定版本是 [2.5.0](https://make.wordpress.org/cli/2023/06/05/wp-cli-v2-8-1-release-notes/)。如果您想获取最新信息,请在 Twitter 上关注 [@wpcli](https://twitter.com/wpcli) 或者 [订阅邮件通知](https://make.wordpress.org/cli/subscribe/)。参阅 [产品路线图](https://make.wordpress.org/cli/handbook/roadmap/) 了解未来版本的更新规划。 [![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") @@ -127,7 +127,7 @@ WP-CLI version: 2.5.0 ### Tab 命令行补全 -WP-CLI 带有用于 Bash 和 ZSH 的命令行补全脚本。下载 [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.5.0/utils/wp-completion.bash) 并在 `~/.bash_profile` 中加载即可,例如: +WP-CLI 带有用于 Bash 和 ZSH 的命令行补全脚本。下载 [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.8.1/utils/wp-completion.bash) 并在 `~/.bash_profile` 中加载即可,例如: ```bash source /FULL/PATH/TO/wp-completion.bash From da9965c01d5343fe1d999db73bb4afb26c003837 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Wed, 25 Oct 2023 13:06:46 +0200 Subject: [PATCH 195/232] Update stable version everywhere --- br/index.md | 6 +++--- de/index.md | 6 +++--- es/index.md | 6 +++--- fa/index.md | 6 +++--- fr/index.md | 6 +++--- index.md | 6 +++--- ja/index.md | 6 +++--- ro/index.md | 6 +++--- tr/index.md | 4 ++-- zh-cn/index.md | 4 ++-- 10 files changed, 28 insertions(+), 28 deletions(-) diff --git a/br/index.md b/br/index.md index 8c612fb5..7ddaaa24 100644 --- a/br/index.md +++ b/br/index.md @@ -15,7 +15,7 @@ A manutenção contínua é possível graças aos seguintes patrocinadores: -A versão estável mais recente é a [2.8.1](https://make.wordpress.org/cli/2023/06/05/wp-cli-v2-8-1-release-notes/). Para manter-se atualizado, siga [@wpcli no Twitter](https://twitter.com/wpcli) ou [assine nossa newsletter](https://make.wordpress.org/cli/subscribe/). [Leia nosso plano de ação](https://make.wordpress.org/cli/handbook/roadmap/) para uma visão geral do que está sendo planejado para próximas versões. +A versão estável mais recente é a [2.9.0](https://make.wordpress.org/cli/2023/10/25/wp-cli-v2-9-0-release-notes/). Para manter-se atualizado, siga [@wpcli no Twitter](https://twitter.com/wpcli) ou [assine nossa newsletter](https://make.wordpress.org/cli/subscribe/). [Leia nosso plano de ação](https://make.wordpress.org/cli/handbook/roadmap/) para uma visão geral do que está sendo planejado para próximas versões. [![Testing](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml/badge.svg)](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml) [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Tempo médio para resolver um issue") [![Percentage of issues still open](http://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Percentual de issues ainda abertos") @@ -95,7 +95,7 @@ WP_CLI phar path: WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: WP-CLI project config: /home/wp-cli/wp-cli.yml -WP-CLI version: 2.8.1 +WP-CLI version: 2.9.0 ``` ### Atualizando @@ -108,7 +108,7 @@ Quer viver no limite? Execute `wp cli update --nightly` para usar a última comp ### Autocompletar com tab -A WP-CLI também possui scripts de autocompletar para Bash ou ZSH. Baixe [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.8.1/utils/wp-completion.bash) e carregue-o através do `~/.bash_profile`: +A WP-CLI também possui scripts de autocompletar para Bash ou ZSH. Baixe [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.9.0/utils/wp-completion.bash) e carregue-o através do `~/.bash_profile`: ```bash source /FULL/PATH/TO/wp-completion.bash diff --git a/de/index.md b/de/index.md index 984c05f5..146f670e 100644 --- a/de/index.md +++ b/de/index.md @@ -31,7 +31,7 @@ Die laufende Pflege wird ermöglicht durch: -Das aktuelle stabile Release ist [Version 2.8.1](https://make.wordpress.org/cli/2023/06/05/wp-cli-v2-8-1-release-notes/) (engl.). Folge für Ankündigungen [@wpcli auf Twitter](https://twitter.com/wpcli) oder [registriere dich für Aktualisierungen per E-Mail](https://make.wordpress.org/cli/subscribe/) (engl.). [Sieh dir die Roadmap an](https://make.wordpress.org/cli/handbook/roadmap/) (engl.), um einen Überblick zu erhalten, was in zukünftigen Releases geplant ist. +Das aktuelle stabile Release ist [Version 2.9.0](https://make.wordpress.org/cli/2023/10/25/wp-cli-v2-9-0-release-notes/) (engl.). Folge für Ankündigungen [@wpcli auf Twitter](https://twitter.com/wpcli) oder [registriere dich für Aktualisierungen per E-Mail](https://make.wordpress.org/cli/subscribe/) (engl.). [Sieh dir die Roadmap an](https://make.wordpress.org/cli/handbook/roadmap/) (engl.), um einen Überblick zu erhalten, was in zukünftigen Releases geplant ist. [![Testing](https://github.com/wp-cli/automated-tests/actions/workflows/testing.yml/badge.svg)](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml) [![Durchschnittliche Zeit, bis ein Problem behoben wurde](https://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Durchschnittliche Zeit, bis ein Problem behoben wurde") [![Prozentuale Anzahl an offenen Problemen](https://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Prozentuale Anzahl an offenen Problemen") @@ -111,7 +111,7 @@ WP_CLI phar path: WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: WP-CLI project config: /home/wp-cli/wp-cli.yml -WP-CLI version: 2.8.1 +WP-CLI version: 2.9.0 ``` ### Aktualisieren @@ -124,7 +124,7 @@ Lebst du gerne gefährlich? Führe `wp cli update --nightly` aus, um den letzten ### Tab-Vervollständigung -Für WP-CLI gibt es auch ein Skript zur Autovervollständigung von Befehlen für Bash und ZSH. Lade einfach die [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.8.1/utils/wp-completion.bash) herunter und referenziere sie in der `~/.bash_profile`-Datei: +Für WP-CLI gibt es auch ein Skript zur Autovervollständigung von Befehlen für Bash und ZSH. Lade einfach die [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.9.0/utils/wp-completion.bash) herunter und referenziere sie in der `~/.bash_profile`-Datei: ```bash source /ABSOLUTER/PFAD/ZUR/wp-completion.bash diff --git a/es/index.md b/es/index.md index a76d6ff5..76d0b840 100644 --- a/es/index.md +++ b/es/index.md @@ -15,7 +15,7 @@ El mantenimiento continuo es posible gracias a: -La versión estable actual es la [2.8.1](https://make.wordpress.org/cli/2023/06/05/wp-cli-v2-8-1-release-notes/). Para estar al día, sigue [@wpcli en Twitter](https://twitter.com/wpcli) o [regístrate para recibir actualizaciones por correo electrónico](https://make.wordpress.org/cli/subscribe/). [Consulta la hoja de ruta](https://make.wordpress.org/cli/handbook/roadmap/) para una visión general de lo que está planeado para las próximas versiones. +La versión estable actual es la [2.9.0](https://make.wordpress.org/cli/2023/10/25/wp-cli-v2-9-0-release-notes/). Para estar al día, sigue [@wpcli en Twitter](https://twitter.com/wpcli) o [regístrate para recibir actualizaciones por correo electrónico](https://make.wordpress.org/cli/subscribe/). [Consulta la hoja de ruta](https://make.wordpress.org/cli/handbook/roadmap/) para una visión general de lo que está planeado para las próximas versiones. [![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") @@ -95,7 +95,7 @@ WP_CLI phar path: WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: WP-CLI project config: /home/wp-cli/wp-cli.yml -WP-CLI version: 2.8.1 +WP-CLI version: 2.9.0 ``` ### Actualización @@ -108,7 +108,7 @@ Si WP-CLI es propiedad de root u otro usuario del sistema, necesitarás ejecutar ### Autocompletar con el tabulador -WP-CLI también viene con un scripts para autocompletar con el tabulador para Bash y ZSH. Tan sólo descarga [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.8.1/utils/wp-completion.bash) y usa el comando `source` desde `~/.bash_profile`: +WP-CLI también viene con un scripts para autocompletar con el tabulador para Bash y ZSH. Tan sólo descarga [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.9.0/utils/wp-completion.bash) y usa el comando `source` desde `~/.bash_profile`: ```bash source /FULL/PATH/TO/wp-completion.bash diff --git a/fa/index.md b/fa/index.md index d23e5c5e..3e5abf6e 100644 --- a/fa/index.md +++ b/fa/index.md @@ -10,7 +10,7 @@ direction: rtl -نگارش پایدار فعلی [version 2.8.1](https://make.wordpress.org/cli/2023/06/05/wp-cli-v2-8-1-release-notes/)است. برای پیگیری اعلانات، [@wpcli on Twitter](https://twitter.com/wpcli) را دنبال کنید یا [برای دریافت ایمیل ثبت‌نام کنید](https://make.wordpress.org/cli/subscribe/). برای بررسی برنامه‌ریزی‌های آینده انتشار [نقشه راه را برررسی کنید](https://make.wordpress.org/cli/handbook/roadmap/). +نگارش پایدار فعلی [version 2.9.0](https://make.wordpress.org/cli/2023/10/25/wp-cli-v2-9-0-release-notes/)است. برای پیگیری اعلانات، [@wpcli on Twitter](https://twitter.com/wpcli) را دنبال کنید یا [برای دریافت ایمیل ثبت‌نام کنید](https://make.wordpress.org/cli/subscribe/). برای بررسی برنامه‌ریزی‌های آینده انتشار [نقشه راه را برررسی کنید](https://make.wordpress.org/cli/handbook/roadmap/). [![وضعیت ساخت](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml/badge.svg)](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml) [![زمان متوسط برای رفع مشکل](https://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "زمان متوسط برای رفع مشکل") [![درصد مشکلات باز](https://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "درصد مشکلات باز") @@ -86,7 +86,7 @@ WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: /home/wp-cli/.wp-cli/config.yml WP-CLI project config: -WP-CLI version: 2.8.1 +WP-CLI version: 2.9.0 ``` ### به‌روزرسانی @@ -99,7 +99,7 @@ WP-CLI version: 2.8.1 ### کامل‌سازی با تب -WP-CLI دارای قابلیت کامل‌سازی با تب برای بش و ZSH است. کافیست [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.8.1/utils/wp-completion.bash) را دریافت و از `~/.bash_profile` سورس کنید: +WP-CLI دارای قابلیت کامل‌سازی با تب برای بش و ZSH است. کافیست [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.9.0/utils/wp-completion.bash) را دریافت و از `~/.bash_profile` سورس کنید: ```bash source /FULL/PATH/TO/wp-completion.bash diff --git a/fr/index.md b/fr/index.md index 1eed8639..38246fbd 100644 --- a/fr/index.md +++ b/fr/index.md @@ -36,7 +36,7 @@ L'entretien continu de ce projet est possible grâce à : -La dernière version stable est la [version 2.8.1](https://make.wordpress.org/cli/2023/06/05/wp-cli-v2-8-1-release-notes/). +La dernière version stable est la [version 2.9.0](https://make.wordpress.org/cli/2023/10/25/wp-cli-v2-9-0-release-notes/). Pour rester à jour, suivez [@wpcli sur Twitter](https://twitter.com/wpcli) ou [inscrivez-vous à notre lettre d'information par email](https://make.wordpress.org/cli/subscribe/). @@ -113,7 +113,7 @@ WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: /home/wp-cli/.wp-cli/config.yml WP-CLI project config: -WP-CLI version: 2.8.1 +WP-CLI version: 2.9.0 ``` ### Mise à jour @@ -124,7 +124,7 @@ Vous voulez vivre dangereusement ? Exécutez `wp cli update --nightly` pour inst ### Autocomplétion -WP-CLI contient des scripts d'autocomplétion pour Bash et ZSH. Il suffit de télécharger [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.8.1/utils/wp-completion.bash) et de l'importer dans votre fichier `~/.bash_profile`: +WP-CLI contient des scripts d'autocomplétion pour Bash et ZSH. Il suffit de télécharger [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.9.0/utils/wp-completion.bash) et de l'importer dans votre fichier `~/.bash_profile`: ```bash source /FULL/PATH/TO/wp-completion.bash diff --git a/index.md b/index.md index 1cea84f8..e3c76568 100644 --- a/index.md +++ b/index.md @@ -31,7 +31,7 @@ Ongoing maintenance is made possible by: -The current stable release is [version 2.8.1](https://make.wordpress.org/cli/2023/06/05/wp-cli-v2-8-1-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. +The current stable release is [version 2.9.0](https://make.wordpress.org/cli/2023/10/25/wp-cli-v2-9-0-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. [![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") @@ -111,7 +111,7 @@ WP_CLI phar path: WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: WP-CLI project config: /home/wp-cli/wp-cli.yml -WP-CLI version: 2.8.1 +WP-CLI version: 2.9.0 ``` ### Updating @@ -124,7 +124,7 @@ Want to live life on the edge? Run `wp cli update --nightly` to use the latest n ### Tab completions -WP-CLI also comes with a tab completion script for Bash and ZSH. Just download [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.8.1/utils/wp-completion.bash) and source it from `~/.bash_profile`: +WP-CLI also comes with a tab completion script for Bash and ZSH. Just download [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.9.0/utils/wp-completion.bash) and source it from `~/.bash_profile`: ```bash source /FULL/PATH/TO/wp-completion.bash diff --git a/ja/index.md b/ja/index.md index 2bdf6d86..cd70929f 100644 --- a/ja/index.md +++ b/ja/index.md @@ -35,7 +35,7 @@ direction: ltr -現在の安定バージョンは [2.8.1](https://make.wordpress.org/cli/2023/06/05/wp-cli-v2-8-1-release-notes/) です。 最新情報を得たい人は、[@wpcli on Twitter](https://twitter.com/wpcli) をフォローするか、[メーリングリストにサインアップ](https://make.wordpress.org/cli/subscribe/)してください。[ロードマップ](https://make.wordpress.org/cli/handbook/roadmap/)で今後のリリース予定を知ることができます。 +現在の安定バージョンは [2.9.0](https://make.wordpress.org/cli/2023/10/25/wp-cli-v2-9-0-release-notes/) です。 最新情報を得たい人は、[@wpcli on Twitter](https://twitter.com/wpcli) をフォローするか、[メーリングリストにサインアップ](https://make.wordpress.org/cli/subscribe/)してください。[ロードマップ](https://make.wordpress.org/cli/handbook/roadmap/)で今後のリリース予定を知ることができます。 [![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") @@ -116,7 +116,7 @@ WP_CLI phar path: WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: WP-CLI project config: /home/wp-cli/wp-cli.yml -WP-CLI version: 2.8.1 +WP-CLI version: 2.9.0 ``` ## アップデート @@ -129,7 +129,7 @@ WP-CLI は、`wp cli update` ([ドキュメント](https://developer.wordpress.o ## タブ補完 -WP-CLI には、Bash および Zsh 向けのタブ補完スクリプトがあります。スクリプトを使うときは [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.8.1/utils/wp-completion.bash) をダウンロードして、`~/.bash_profile` で読み込みます。 +WP-CLI には、Bash および Zsh 向けのタブ補完スクリプトがあります。スクリプトを使うときは [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.9.0/utils/wp-completion.bash) をダウンロードして、`~/.bash_profile` で読み込みます。 ```bash source /FULL/PATH/TO/wp-completion.bash diff --git a/ro/index.md b/ro/index.md index fa36c1ee..3e212b15 100644 --- a/ro/index.md +++ b/ro/index.md @@ -10,7 +10,7 @@ direction: ltr -Lansarea stabilă curentă este [versiunea 2.8.1](https://make.wordpress.org/cli/2023/06/05/wp-cli-v2-8-1-release-notes/). Pentru anunțuri, urmărește [@wpcli pe Twitter](https://twitter.com/wpcli) sau [înregistrează-te pentru actualizări pe email](https://make.wordpress.org/cli/subscribe/). [Consultă foaia de parcurs](https://make.wordpress.org/cli/handbook/roadmap/) pentru o prezentare generală a ceea ce este plănuit pentru lansările viitoare. +Lansarea stabilă curentă este [versiunea 2.9.0](https://make.wordpress.org/cli/2023/10/25/wp-cli-v2-9-0-release-notes/). Pentru anunțuri, urmărește [@wpcli pe Twitter](https://twitter.com/wpcli) sau [înregistrează-te pentru actualizări pe email](https://make.wordpress.org/cli/subscribe/). [Consultă foaia de parcurs](https://make.wordpress.org/cli/handbook/roadmap/) pentru o prezentare generală a ceea ce este plănuit pentru lansările viitoare. [![Stare compilare](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml/badge.svg)](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml) [![Durata medie pentru rezolvarea unei probleme](https://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Durata medie pentru rezolvarea unei probleme") [![Procentul problemelor încă deschise](https://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Procentul problemelor încă deschise") @@ -86,7 +86,7 @@ WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: /home/wp-cli/.wp-cli/config.yml WP-CLI project config: -WP-CLI version: 2.8.1 +WP-CLI version: 2.9.0 ``` ### Actualizare @@ -99,7 +99,7 @@ Vrei să trăiești viața la limită? Rulează `wp cli update --nightly` pentru ### Auto-completare -WP-CLI vine de asemenea cu un script de auto-completare pentru Bash și ZSH. Doar descarcă [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.8.1/utils/wp-completion.bash) și rulează source pe el din `~/.bash_profile`: +WP-CLI vine de asemenea cu un script de auto-completare pentru Bash și ZSH. Doar descarcă [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.9.0/utils/wp-completion.bash) și rulează source pe el din `~/.bash_profile`: ```bash source /FULL/PATH/TO/wp-completion.bash diff --git a/tr/index.md b/tr/index.md index 51939795..cc9f0a7c 100644 --- a/tr/index.md +++ b/tr/index.md @@ -10,7 +10,7 @@ Süregelen bakım, -Mevcut kararlı sürüm [versiyon 2.3.0](https://make.wordpress.org/cli/2023/06/05/wp-cli-v2-8-1-release-notes/). Duyurular için [@wpcli Twitter](https://twitter.com/wpcli) hesabını takip edebilir ya da [eposta bültenine abone olabilirsiniz](https://make.wordpress.org/cli/subscribe/). Gelecek sürüm planına genel bir bakış için [yol haritasına göz atın](https://make.wordpress.org/cli/handbook/roadmap/). +Mevcut kararlı sürüm [versiyon 2.3.0](https://make.wordpress.org/cli/2023/10/25/wp-cli-v2-9-0-release-notes/). Duyurular için [@wpcli Twitter](https://twitter.com/wpcli) hesabını takip edebilir ya da [eposta bültenine abone olabilirsiniz](https://make.wordpress.org/cli/subscribe/). Gelecek sürüm planına genel bir bakış için [yol haritasına göz atın](https://make.wordpress.org/cli/handbook/roadmap/). [![Testing](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml/badge.svg)](https://github.com/wp-cli/wp-cli/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") @@ -105,7 +105,7 @@ Sınırda yaşamayı seviyor musunuz? `wp cli update --nightly` komutu ile nigh ### Sekme tamamlama -WP-CLI ayrıca, Bash ve ZSH için sekme tamamlama scripti sunar. Yapmanız gereken sadece [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.8.1/utils/wp-completion.bash) dosyasını indirmek ve kaynak olarak `~/.bash_profile` dosyanıza tanımlamak: +WP-CLI ayrıca, Bash ve ZSH için sekme tamamlama scripti sunar. Yapmanız gereken sadece [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.9.0/utils/wp-completion.bash) dosyasını indirmek ve kaynak olarak `~/.bash_profile` dosyanıza tanımlamak: ```bash source /FULL/PATH/TO/wp-completion.bash diff --git a/zh-cn/index.md b/zh-cn/index.md index 4d4dc72b..956dacb3 100644 --- a/zh-cn/index.md +++ b/zh-cn/index.md @@ -34,7 +34,7 @@ direction: ltr -目前的稳定版本是 [2.5.0](https://make.wordpress.org/cli/2023/06/05/wp-cli-v2-8-1-release-notes/)。如果您想获取最新信息,请在 Twitter 上关注 [@wpcli](https://twitter.com/wpcli) 或者 [订阅邮件通知](https://make.wordpress.org/cli/subscribe/)。参阅 [产品路线图](https://make.wordpress.org/cli/handbook/roadmap/) 了解未来版本的更新规划。 +目前的稳定版本是 [2.5.0](https://make.wordpress.org/cli/2023/10/25/wp-cli-v2-9-0-release-notes/)。如果您想获取最新信息,请在 Twitter 上关注 [@wpcli](https://twitter.com/wpcli) 或者 [订阅邮件通知](https://make.wordpress.org/cli/subscribe/)。参阅 [产品路线图](https://make.wordpress.org/cli/handbook/roadmap/) 了解未来版本的更新规划。 [![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") @@ -127,7 +127,7 @@ WP-CLI version: 2.5.0 ### Tab 命令行补全 -WP-CLI 带有用于 Bash 和 ZSH 的命令行补全脚本。下载 [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.8.1/utils/wp-completion.bash) 并在 `~/.bash_profile` 中加载即可,例如: +WP-CLI 带有用于 Bash 和 ZSH 的命令行补全脚本。下载 [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.9.0/utils/wp-completion.bash) 并在 `~/.bash_profile` 中加载即可,例如: ```bash source /FULL/PATH/TO/wp-completion.bash From baa80491f669b5bc2a2f98abcc25c898de7cfeb7 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Thu, 8 Feb 2024 18:12:26 +0000 Subject: [PATCH 196/232] Update latest version --- index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.md b/index.md index e3c76568..7d226766 100644 --- a/index.md +++ b/index.md @@ -31,7 +31,7 @@ Ongoing maintenance is made possible by: -The current stable release is [version 2.9.0](https://make.wordpress.org/cli/2023/10/25/wp-cli-v2-9-0-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. +The current stable release is [version 2.10.0](https://make.wordpress.org/cli/2024/02/08/wp-cli-v2-10-0-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. [![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") @@ -111,7 +111,7 @@ WP_CLI phar path: WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: WP-CLI project config: /home/wp-cli/wp-cli.yml -WP-CLI version: 2.9.0 +WP-CLI version: 2.10.0 ``` ### Updating @@ -124,7 +124,7 @@ Want to live life on the edge? Run `wp cli update --nightly` to use the latest n ### Tab completions -WP-CLI also comes with a tab completion script for Bash and ZSH. Just download [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.9.0/utils/wp-completion.bash) and source it from `~/.bash_profile`: +WP-CLI also comes with a tab completion script for Bash and ZSH. Just download [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.10.0/utils/wp-completion.bash) and source it from `~/.bash_profile`: ```bash source /FULL/PATH/TO/wp-completion.bash From 040016179860b6f49c8f6eeb54060acd13a76ab4 Mon Sep 17 00:00:00 2001 From: Maxime Jobin Date: Fri, 16 Feb 2024 15:03:30 -0500 Subject: [PATCH 197/232] Update latest changes to 2.10 (#436) --- fr/index.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/fr/index.md b/fr/index.md index 38246fbd..928cf5cb 100644 --- a/fr/index.md +++ b/fr/index.md @@ -36,11 +36,12 @@ L'entretien continu de ce projet est possible grâce à : -La dernière version stable est la [version 2.9.0](https://make.wordpress.org/cli/2023/10/25/wp-cli-v2-9-0-release-notes/). +La dernière version stable est la [version 2.10.0](https://make.wordpress.org/cli/2024/02/08/wp-cli-v2-10-0-release-notes/). Pour rester à jour, suivez [@wpcli sur Twitter](https://twitter.com/wpcli) ou [inscrivez-vous à notre lettre d'information par email](https://make.wordpress.org/cli/subscribe/). -[![Statut du build](https://travis-ci.org/wp-cli/wp-cli.png?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![Temps moyen pour traiter un ticket](https://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Temps moyen pour traiter un ticket") [![Pourcentage de tickets encore ouverts](https://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Pourcentage de tickets encore ouverts") +[![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) [![Temps moyen pour traiter un ticket](https://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Temps moyen pour traiter un ticket") [![Pourcentage de tickets encore ouverts](https://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Pourcentage de tickets encore ouverts") + Liens rapides: [Utilisation](#utilisation) | [Installation](#installation) | [Soutien](#soutien) | [Étendre](#étendre) | [Contribuer](#contribuer) | [Crédits](#crédits) @@ -113,7 +114,7 @@ WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: /home/wp-cli/.wp-cli/config.yml WP-CLI project config: -WP-CLI version: 2.9.0 +WP-CLI version: 2.10.0 ``` ### Mise à jour @@ -124,7 +125,7 @@ Vous voulez vivre dangereusement ? Exécutez `wp cli update --nightly` pour inst ### Autocomplétion -WP-CLI contient des scripts d'autocomplétion pour Bash et ZSH. Il suffit de télécharger [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.9.0/utils/wp-completion.bash) et de l'importer dans votre fichier `~/.bash_profile`: +WP-CLI contient des scripts d'autocomplétion pour Bash et ZSH. Il suffit de télécharger [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.10.0/utils/wp-completion.bash) et de l'importer dans votre fichier `~/.bash_profile`: ```bash source /FULL/PATH/TO/wp-completion.bash From 363e8deef9ae39bcbad70c0131a8bf5212fb01ee Mon Sep 17 00:00:00 2001 From: tecking Date: Mon, 15 Apr 2024 22:36:17 +0900 Subject: [PATCH 198/232] update ja/index.md --- ja/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ja/index.md b/ja/index.md index cd70929f..9938bcc7 100644 --- a/ja/index.md +++ b/ja/index.md @@ -35,7 +35,7 @@ direction: ltr -現在の安定バージョンは [2.9.0](https://make.wordpress.org/cli/2023/10/25/wp-cli-v2-9-0-release-notes/) です。 最新情報を得たい人は、[@wpcli on Twitter](https://twitter.com/wpcli) をフォローするか、[メーリングリストにサインアップ](https://make.wordpress.org/cli/subscribe/)してください。[ロードマップ](https://make.wordpress.org/cli/handbook/roadmap/)で今後のリリース予定を知ることができます。 +現在の安定バージョンは [2.10.0](https://make.wordpress.org/cli/2024/02/08/wp-cli-v2-10-0-release-notes/) です。 最新情報を得たい人は、[@wpcli on Twitter](https://twitter.com/wpcli) をフォローするか、[メーリングリストにサインアップ](https://make.wordpress.org/cli/subscribe/)してください。[ロードマップ](https://make.wordpress.org/cli/handbook/roadmap/)で今後のリリース予定を知ることができます。 [![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") @@ -116,7 +116,7 @@ WP_CLI phar path: WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: WP-CLI project config: /home/wp-cli/wp-cli.yml -WP-CLI version: 2.9.0 +WP-CLI version: 2.10.0 ``` ## アップデート @@ -129,7 +129,7 @@ WP-CLI は、`wp cli update` ([ドキュメント](https://developer.wordpress.o ## タブ補完 -WP-CLI には、Bash および Zsh 向けのタブ補完スクリプトがあります。スクリプトを使うときは [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.9.0/utils/wp-completion.bash) をダウンロードして、`~/.bash_profile` で読み込みます。 +WP-CLI には、Bash および zsh 向けのタブ補完スクリプトがあります。スクリプトを使うときは [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.9.0/utils/wp-completion.bash) をダウンロードして、`~/.bash_profile` で読み込みます。 ```bash source /FULL/PATH/TO/wp-completion.bash @@ -137,7 +137,7 @@ source /FULL/PATH/TO/wp-completion.bash `source ~/.bash_profile` を実行するのをお忘れなく。 -Zsh の場合は、`bashcompinit` をロードした後に `wp-completion.bash` を読み込ませる必要があるかもしれません。`.zshrc` に次のコードを追加してください。 +zsh の場合は、`bashcompinit` をロードした後に `wp-completion.bash` を読み込ませる必要があるかもしれません。`.zshrc` に次のコードを追加してください。 ```bash autoload bashcompinit From 0289f7f011e7e390d0d96f829f46e100b671c7e1 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Thu, 8 Aug 2024 06:07:03 +0200 Subject: [PATCH 199/232] Update to v2.11.0 --- index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.md b/index.md index 7d226766..a7ab4974 100644 --- a/index.md +++ b/index.md @@ -31,7 +31,7 @@ Ongoing maintenance is made possible by: -The current stable release is [version 2.10.0](https://make.wordpress.org/cli/2024/02/08/wp-cli-v2-10-0-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. +The current stable release is [version 2.11.0](https://make.wordpress.org/cli/2024/08/08/wp-cli-v2-11-0-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. [![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") @@ -111,7 +111,7 @@ WP_CLI phar path: WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: WP-CLI project config: /home/wp-cli/wp-cli.yml -WP-CLI version: 2.10.0 +WP-CLI version: 2.11.0 ``` ### Updating @@ -124,7 +124,7 @@ Want to live life on the edge? Run `wp cli update --nightly` to use the latest n ### Tab completions -WP-CLI also comes with a tab completion script for Bash and ZSH. Just download [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.10.0/utils/wp-completion.bash) and source it from `~/.bash_profile`: +WP-CLI also comes with a tab completion script for Bash and ZSH. Just download [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.11.0/utils/wp-completion.bash) and source it from `~/.bash_profile`: ```bash source /FULL/PATH/TO/wp-completion.bash From 2af6062baa447d53414a19064eca467a6e9d58fe Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Thu, 8 Aug 2024 06:09:12 +0200 Subject: [PATCH 200/232] Change version references --- fr/index.md | 6 +++--- ja/index.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/fr/index.md b/fr/index.md index 928cf5cb..cec7b9f0 100644 --- a/fr/index.md +++ b/fr/index.md @@ -36,7 +36,7 @@ L'entretien continu de ce projet est possible grâce à : -La dernière version stable est la [version 2.10.0](https://make.wordpress.org/cli/2024/02/08/wp-cli-v2-10-0-release-notes/). +La dernière version stable est la [version 2.11.0](https://make.wordpress.org/cli/2024/08/08/wp-cli-v2-11-0-release-notes/). Pour rester à jour, suivez [@wpcli sur Twitter](https://twitter.com/wpcli) ou [inscrivez-vous à notre lettre d'information par email](https://make.wordpress.org/cli/subscribe/). @@ -114,7 +114,7 @@ WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: /home/wp-cli/.wp-cli/config.yml WP-CLI project config: -WP-CLI version: 2.10.0 +WP-CLI version: 2.11.0 ``` ### Mise à jour @@ -125,7 +125,7 @@ Vous voulez vivre dangereusement ? Exécutez `wp cli update --nightly` pour inst ### Autocomplétion -WP-CLI contient des scripts d'autocomplétion pour Bash et ZSH. Il suffit de télécharger [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.10.0/utils/wp-completion.bash) et de l'importer dans votre fichier `~/.bash_profile`: +WP-CLI contient des scripts d'autocomplétion pour Bash et ZSH. Il suffit de télécharger [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.11.0/utils/wp-completion.bash) et de l'importer dans votre fichier `~/.bash_profile`: ```bash source /FULL/PATH/TO/wp-completion.bash diff --git a/ja/index.md b/ja/index.md index 9938bcc7..7af04ef0 100644 --- a/ja/index.md +++ b/ja/index.md @@ -35,7 +35,7 @@ direction: ltr -現在の安定バージョンは [2.10.0](https://make.wordpress.org/cli/2024/02/08/wp-cli-v2-10-0-release-notes/) です。 最新情報を得たい人は、[@wpcli on Twitter](https://twitter.com/wpcli) をフォローするか、[メーリングリストにサインアップ](https://make.wordpress.org/cli/subscribe/)してください。[ロードマップ](https://make.wordpress.org/cli/handbook/roadmap/)で今後のリリース予定を知ることができます。 +現在の安定バージョンは [2.11.0](https://make.wordpress.org/cli/2024/08/08/wp-cli-v2-11-0-release-notes/) です。 最新情報を得たい人は、[@wpcli on Twitter](https://twitter.com/wpcli) をフォローするか、[メーリングリストにサインアップ](https://make.wordpress.org/cli/subscribe/)してください。[ロードマップ](https://make.wordpress.org/cli/handbook/roadmap/)で今後のリリース予定を知ることができます。 [![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") @@ -116,7 +116,7 @@ WP_CLI phar path: WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: WP-CLI project config: /home/wp-cli/wp-cli.yml -WP-CLI version: 2.10.0 +WP-CLI version: 2.11.0 ``` ## アップデート From 789bec51d86a53b3e5cb54a51597eed2d75ba178 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Wed, 7 May 2025 04:48:06 +0200 Subject: [PATCH 201/232] Update index.md for v2.12.0 --- index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.md b/index.md index a7ab4974..62a0d13b 100644 --- a/index.md +++ b/index.md @@ -31,7 +31,7 @@ Ongoing maintenance is made possible by: -The current stable release is [version 2.11.0](https://make.wordpress.org/cli/2024/08/08/wp-cli-v2-11-0-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. +The current stable release is [version 2.12.0](https://make.wordpress.org/cli/2025/05/07/wp-cli-v2-12-0-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. [![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") @@ -111,7 +111,7 @@ WP_CLI phar path: WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: WP-CLI project config: /home/wp-cli/wp-cli.yml -WP-CLI version: 2.11.0 +WP-CLI version: 2.12.0 ``` ### Updating @@ -124,7 +124,7 @@ Want to live life on the edge? Run `wp cli update --nightly` to use the latest n ### Tab completions -WP-CLI also comes with a tab completion script for Bash and ZSH. Just download [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.11.0/utils/wp-completion.bash) and source it from `~/.bash_profile`: +WP-CLI also comes with a tab completion script for Bash and ZSH. Just download [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.12.0/utils/wp-completion.bash) and source it from `~/.bash_profile`: ```bash source /FULL/PATH/TO/wp-completion.bash From e412941728276dc170b3ae32e0094d976c56ed15 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Wed, 7 May 2025 04:50:25 +0200 Subject: [PATCH 202/232] Update version references across languages --- br/index.md | 6 +++--- de/index.md | 6 +++--- es/index.md | 6 +++--- fa/index.md | 6 +++--- fr/index.md | 2 +- ja/index.md | 4 ++-- ro/index.md | 6 +++--- tr/index.md | 4 ++-- zh-cn/index.md | 4 ++-- 9 files changed, 22 insertions(+), 22 deletions(-) diff --git a/br/index.md b/br/index.md index 7ddaaa24..7422debf 100644 --- a/br/index.md +++ b/br/index.md @@ -15,7 +15,7 @@ A manutenção contínua é possível graças aos seguintes patrocinadores: -A versão estável mais recente é a [2.9.0](https://make.wordpress.org/cli/2023/10/25/wp-cli-v2-9-0-release-notes/). Para manter-se atualizado, siga [@wpcli no Twitter](https://twitter.com/wpcli) ou [assine nossa newsletter](https://make.wordpress.org/cli/subscribe/). [Leia nosso plano de ação](https://make.wordpress.org/cli/handbook/roadmap/) para uma visão geral do que está sendo planejado para próximas versões. +A versão estável mais recente é a [2.12.0](https://make.wordpress.org/cli/2025/05/07/wp-cli-v2-12-0-release-notes/). Para manter-se atualizado, siga [@wpcli no Twitter](https://twitter.com/wpcli) ou [assine nossa newsletter](https://make.wordpress.org/cli/subscribe/). [Leia nosso plano de ação](https://make.wordpress.org/cli/handbook/roadmap/) para uma visão geral do que está sendo planejado para próximas versões. [![Testing](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml/badge.svg)](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml) [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Tempo médio para resolver um issue") [![Percentage of issues still open](http://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Percentual de issues ainda abertos") @@ -95,7 +95,7 @@ WP_CLI phar path: WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: WP-CLI project config: /home/wp-cli/wp-cli.yml -WP-CLI version: 2.9.0 +WP-CLI version: 2.12.0 ``` ### Atualizando @@ -108,7 +108,7 @@ Quer viver no limite? Execute `wp cli update --nightly` para usar a última comp ### Autocompletar com tab -A WP-CLI também possui scripts de autocompletar para Bash ou ZSH. Baixe [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.9.0/utils/wp-completion.bash) e carregue-o através do `~/.bash_profile`: +A WP-CLI também possui scripts de autocompletar para Bash ou ZSH. Baixe [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.12.0/utils/wp-completion.bash) e carregue-o através do `~/.bash_profile`: ```bash source /FULL/PATH/TO/wp-completion.bash diff --git a/de/index.md b/de/index.md index 146f670e..651f9c41 100644 --- a/de/index.md +++ b/de/index.md @@ -31,7 +31,7 @@ Die laufende Pflege wird ermöglicht durch: -Das aktuelle stabile Release ist [Version 2.9.0](https://make.wordpress.org/cli/2023/10/25/wp-cli-v2-9-0-release-notes/) (engl.). Folge für Ankündigungen [@wpcli auf Twitter](https://twitter.com/wpcli) oder [registriere dich für Aktualisierungen per E-Mail](https://make.wordpress.org/cli/subscribe/) (engl.). [Sieh dir die Roadmap an](https://make.wordpress.org/cli/handbook/roadmap/) (engl.), um einen Überblick zu erhalten, was in zukünftigen Releases geplant ist. +Das aktuelle stabile Release ist [Version 2.12.0](https://make.wordpress.org/cli/2025/05/07/wp-cli-v2-12-0-release-notes/) (engl.). Folge für Ankündigungen [@wpcli auf Twitter](https://twitter.com/wpcli) oder [registriere dich für Aktualisierungen per E-Mail](https://make.wordpress.org/cli/subscribe/) (engl.). [Sieh dir die Roadmap an](https://make.wordpress.org/cli/handbook/roadmap/) (engl.), um einen Überblick zu erhalten, was in zukünftigen Releases geplant ist. [![Testing](https://github.com/wp-cli/automated-tests/actions/workflows/testing.yml/badge.svg)](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml) [![Durchschnittliche Zeit, bis ein Problem behoben wurde](https://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Durchschnittliche Zeit, bis ein Problem behoben wurde") [![Prozentuale Anzahl an offenen Problemen](https://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Prozentuale Anzahl an offenen Problemen") @@ -111,7 +111,7 @@ WP_CLI phar path: WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: WP-CLI project config: /home/wp-cli/wp-cli.yml -WP-CLI version: 2.9.0 +WP-CLI version: 2.12.0 ``` ### Aktualisieren @@ -124,7 +124,7 @@ Lebst du gerne gefährlich? Führe `wp cli update --nightly` aus, um den letzten ### Tab-Vervollständigung -Für WP-CLI gibt es auch ein Skript zur Autovervollständigung von Befehlen für Bash und ZSH. Lade einfach die [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.9.0/utils/wp-completion.bash) herunter und referenziere sie in der `~/.bash_profile`-Datei: +Für WP-CLI gibt es auch ein Skript zur Autovervollständigung von Befehlen für Bash und ZSH. Lade einfach die [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.12.0/utils/wp-completion.bash) herunter und referenziere sie in der `~/.bash_profile`-Datei: ```bash source /ABSOLUTER/PFAD/ZUR/wp-completion.bash diff --git a/es/index.md b/es/index.md index 76d0b840..5ff100ce 100644 --- a/es/index.md +++ b/es/index.md @@ -15,7 +15,7 @@ El mantenimiento continuo es posible gracias a: -La versión estable actual es la [2.9.0](https://make.wordpress.org/cli/2023/10/25/wp-cli-v2-9-0-release-notes/). Para estar al día, sigue [@wpcli en Twitter](https://twitter.com/wpcli) o [regístrate para recibir actualizaciones por correo electrónico](https://make.wordpress.org/cli/subscribe/). [Consulta la hoja de ruta](https://make.wordpress.org/cli/handbook/roadmap/) para una visión general de lo que está planeado para las próximas versiones. +La versión estable actual es la [2.12.0](https://make.wordpress.org/cli/2025/05/07/wp-cli-v2-12-0-release-notes/). Para estar al día, sigue [@wpcli en Twitter](https://twitter.com/wpcli) o [regístrate para recibir actualizaciones por correo electrónico](https://make.wordpress.org/cli/subscribe/). [Consulta la hoja de ruta](https://make.wordpress.org/cli/handbook/roadmap/) para una visión general de lo que está planeado para las próximas versiones. [![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") @@ -95,7 +95,7 @@ WP_CLI phar path: WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: WP-CLI project config: /home/wp-cli/wp-cli.yml -WP-CLI version: 2.9.0 +WP-CLI version: 2.12.0 ``` ### Actualización @@ -108,7 +108,7 @@ Si WP-CLI es propiedad de root u otro usuario del sistema, necesitarás ejecutar ### Autocompletar con el tabulador -WP-CLI también viene con un scripts para autocompletar con el tabulador para Bash y ZSH. Tan sólo descarga [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.9.0/utils/wp-completion.bash) y usa el comando `source` desde `~/.bash_profile`: +WP-CLI también viene con un scripts para autocompletar con el tabulador para Bash y ZSH. Tan sólo descarga [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.12.0/utils/wp-completion.bash) y usa el comando `source` desde `~/.bash_profile`: ```bash source /FULL/PATH/TO/wp-completion.bash diff --git a/fa/index.md b/fa/index.md index 3e5abf6e..799e33e2 100644 --- a/fa/index.md +++ b/fa/index.md @@ -10,7 +10,7 @@ direction: rtl -نگارش پایدار فعلی [version 2.9.0](https://make.wordpress.org/cli/2023/10/25/wp-cli-v2-9-0-release-notes/)است. برای پیگیری اعلانات، [@wpcli on Twitter](https://twitter.com/wpcli) را دنبال کنید یا [برای دریافت ایمیل ثبت‌نام کنید](https://make.wordpress.org/cli/subscribe/). برای بررسی برنامه‌ریزی‌های آینده انتشار [نقشه راه را برررسی کنید](https://make.wordpress.org/cli/handbook/roadmap/). +نگارش پایدار فعلی [version 2.12.0](https://make.wordpress.org/cli/2025/05/07/wp-cli-v2-12-0-release-notes/)است. برای پیگیری اعلانات، [@wpcli on Twitter](https://twitter.com/wpcli) را دنبال کنید یا [برای دریافت ایمیل ثبت‌نام کنید](https://make.wordpress.org/cli/subscribe/). برای بررسی برنامه‌ریزی‌های آینده انتشار [نقشه راه را برررسی کنید](https://make.wordpress.org/cli/handbook/roadmap/). [![وضعیت ساخت](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml/badge.svg)](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml) [![زمان متوسط برای رفع مشکل](https://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "زمان متوسط برای رفع مشکل") [![درصد مشکلات باز](https://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "درصد مشکلات باز") @@ -86,7 +86,7 @@ WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: /home/wp-cli/.wp-cli/config.yml WP-CLI project config: -WP-CLI version: 2.9.0 +WP-CLI version: 2.12.0 ``` ### به‌روزرسانی @@ -99,7 +99,7 @@ WP-CLI version: 2.9.0 ### کامل‌سازی با تب -WP-CLI دارای قابلیت کامل‌سازی با تب برای بش و ZSH است. کافیست [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.9.0/utils/wp-completion.bash) را دریافت و از `~/.bash_profile` سورس کنید: +WP-CLI دارای قابلیت کامل‌سازی با تب برای بش و ZSH است. کافیست [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.12.0/utils/wp-completion.bash) را دریافت و از `~/.bash_profile` سورس کنید: ```bash source /FULL/PATH/TO/wp-completion.bash diff --git a/fr/index.md b/fr/index.md index cec7b9f0..de9fb124 100644 --- a/fr/index.md +++ b/fr/index.md @@ -36,7 +36,7 @@ L'entretien continu de ce projet est possible grâce à : -La dernière version stable est la [version 2.11.0](https://make.wordpress.org/cli/2024/08/08/wp-cli-v2-11-0-release-notes/). +La dernière version stable est la [version 2.11.0](https://make.wordpress.org/cli/2025/05/07/wp-cli-v2-12-0-release-notes/). Pour rester à jour, suivez [@wpcli sur Twitter](https://twitter.com/wpcli) ou [inscrivez-vous à notre lettre d'information par email](https://make.wordpress.org/cli/subscribe/). diff --git a/ja/index.md b/ja/index.md index 7af04ef0..bf8733fb 100644 --- a/ja/index.md +++ b/ja/index.md @@ -35,7 +35,7 @@ direction: ltr -現在の安定バージョンは [2.11.0](https://make.wordpress.org/cli/2024/08/08/wp-cli-v2-11-0-release-notes/) です。 最新情報を得たい人は、[@wpcli on Twitter](https://twitter.com/wpcli) をフォローするか、[メーリングリストにサインアップ](https://make.wordpress.org/cli/subscribe/)してください。[ロードマップ](https://make.wordpress.org/cli/handbook/roadmap/)で今後のリリース予定を知ることができます。 +現在の安定バージョンは [2.11.0](https://make.wordpress.org/cli/2025/05/07/wp-cli-v2-12-0-release-notes/) です。 最新情報を得たい人は、[@wpcli on Twitter](https://twitter.com/wpcli) をフォローするか、[メーリングリストにサインアップ](https://make.wordpress.org/cli/subscribe/)してください。[ロードマップ](https://make.wordpress.org/cli/handbook/roadmap/)で今後のリリース予定を知ることができます。 [![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") @@ -129,7 +129,7 @@ WP-CLI は、`wp cli update` ([ドキュメント](https://developer.wordpress.o ## タブ補完 -WP-CLI には、Bash および zsh 向けのタブ補完スクリプトがあります。スクリプトを使うときは [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.9.0/utils/wp-completion.bash) をダウンロードして、`~/.bash_profile` で読み込みます。 +WP-CLI には、Bash および zsh 向けのタブ補完スクリプトがあります。スクリプトを使うときは [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.12.0/utils/wp-completion.bash) をダウンロードして、`~/.bash_profile` で読み込みます。 ```bash source /FULL/PATH/TO/wp-completion.bash diff --git a/ro/index.md b/ro/index.md index 3e212b15..b4229350 100644 --- a/ro/index.md +++ b/ro/index.md @@ -10,7 +10,7 @@ direction: ltr -Lansarea stabilă curentă este [versiunea 2.9.0](https://make.wordpress.org/cli/2023/10/25/wp-cli-v2-9-0-release-notes/). Pentru anunțuri, urmărește [@wpcli pe Twitter](https://twitter.com/wpcli) sau [înregistrează-te pentru actualizări pe email](https://make.wordpress.org/cli/subscribe/). [Consultă foaia de parcurs](https://make.wordpress.org/cli/handbook/roadmap/) pentru o prezentare generală a ceea ce este plănuit pentru lansările viitoare. +Lansarea stabilă curentă este [versiunea 2.12.0](https://make.wordpress.org/cli/2025/05/07/wp-cli-v2-12-0-release-notes/). Pentru anunțuri, urmărește [@wpcli pe Twitter](https://twitter.com/wpcli) sau [înregistrează-te pentru actualizări pe email](https://make.wordpress.org/cli/subscribe/). [Consultă foaia de parcurs](https://make.wordpress.org/cli/handbook/roadmap/) pentru o prezentare generală a ceea ce este plănuit pentru lansările viitoare. [![Stare compilare](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml/badge.svg)](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml) [![Durata medie pentru rezolvarea unei probleme](https://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Durata medie pentru rezolvarea unei probleme") [![Procentul problemelor încă deschise](https://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Procentul problemelor încă deschise") @@ -86,7 +86,7 @@ WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: /home/wp-cli/.wp-cli/config.yml WP-CLI project config: -WP-CLI version: 2.9.0 +WP-CLI version: 2.12.0 ``` ### Actualizare @@ -99,7 +99,7 @@ Vrei să trăiești viața la limită? Rulează `wp cli update --nightly` pentru ### Auto-completare -WP-CLI vine de asemenea cu un script de auto-completare pentru Bash și ZSH. Doar descarcă [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.9.0/utils/wp-completion.bash) și rulează source pe el din `~/.bash_profile`: +WP-CLI vine de asemenea cu un script de auto-completare pentru Bash și ZSH. Doar descarcă [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.12.0/utils/wp-completion.bash) și rulează source pe el din `~/.bash_profile`: ```bash source /FULL/PATH/TO/wp-completion.bash diff --git a/tr/index.md b/tr/index.md index cc9f0a7c..e7dd50bd 100644 --- a/tr/index.md +++ b/tr/index.md @@ -10,7 +10,7 @@ Süregelen bakım, -Mevcut kararlı sürüm [versiyon 2.3.0](https://make.wordpress.org/cli/2023/10/25/wp-cli-v2-9-0-release-notes/). Duyurular için [@wpcli Twitter](https://twitter.com/wpcli) hesabını takip edebilir ya da [eposta bültenine abone olabilirsiniz](https://make.wordpress.org/cli/subscribe/). Gelecek sürüm planına genel bir bakış için [yol haritasına göz atın](https://make.wordpress.org/cli/handbook/roadmap/). +Mevcut kararlı sürüm [versiyon 2.3.0](https://make.wordpress.org/cli/2025/05/07/wp-cli-v2-12-0-release-notes/). Duyurular için [@wpcli Twitter](https://twitter.com/wpcli) hesabını takip edebilir ya da [eposta bültenine abone olabilirsiniz](https://make.wordpress.org/cli/subscribe/). Gelecek sürüm planına genel bir bakış için [yol haritasına göz atın](https://make.wordpress.org/cli/handbook/roadmap/). [![Testing](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml/badge.svg)](https://github.com/wp-cli/wp-cli/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") @@ -105,7 +105,7 @@ Sınırda yaşamayı seviyor musunuz? `wp cli update --nightly` komutu ile nigh ### Sekme tamamlama -WP-CLI ayrıca, Bash ve ZSH için sekme tamamlama scripti sunar. Yapmanız gereken sadece [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.9.0/utils/wp-completion.bash) dosyasını indirmek ve kaynak olarak `~/.bash_profile` dosyanıza tanımlamak: +WP-CLI ayrıca, Bash ve ZSH için sekme tamamlama scripti sunar. Yapmanız gereken sadece [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.12.0/utils/wp-completion.bash) dosyasını indirmek ve kaynak olarak `~/.bash_profile` dosyanıza tanımlamak: ```bash source /FULL/PATH/TO/wp-completion.bash diff --git a/zh-cn/index.md b/zh-cn/index.md index 956dacb3..ac5201e2 100644 --- a/zh-cn/index.md +++ b/zh-cn/index.md @@ -34,7 +34,7 @@ direction: ltr -目前的稳定版本是 [2.5.0](https://make.wordpress.org/cli/2023/10/25/wp-cli-v2-9-0-release-notes/)。如果您想获取最新信息,请在 Twitter 上关注 [@wpcli](https://twitter.com/wpcli) 或者 [订阅邮件通知](https://make.wordpress.org/cli/subscribe/)。参阅 [产品路线图](https://make.wordpress.org/cli/handbook/roadmap/) 了解未来版本的更新规划。 +目前的稳定版本是 [2.5.0](https://make.wordpress.org/cli/2025/05/07/wp-cli-v2-12-0-release-notes/)。如果您想获取最新信息,请在 Twitter 上关注 [@wpcli](https://twitter.com/wpcli) 或者 [订阅邮件通知](https://make.wordpress.org/cli/subscribe/)。参阅 [产品路线图](https://make.wordpress.org/cli/handbook/roadmap/) 了解未来版本的更新规划。 [![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") @@ -127,7 +127,7 @@ WP-CLI version: 2.5.0 ### Tab 命令行补全 -WP-CLI 带有用于 Bash 和 ZSH 的命令行补全脚本。下载 [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.9.0/utils/wp-completion.bash) 并在 `~/.bash_profile` 中加载即可,例如: +WP-CLI 带有用于 Bash 和 ZSH 的命令行补全脚本。下载 [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.12.0/utils/wp-completion.bash) 并在 `~/.bash_profile` 中加载即可,例如: ```bash source /FULL/PATH/TO/wp-completion.bash From 523b82a21cb0913bfc45970d5f9884580f8c0114 Mon Sep 17 00:00:00 2001 From: tecking Date: Thu, 15 May 2025 17:48:32 +0900 Subject: [PATCH 203/232] slightly update ja/index.md --- ja/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ja/index.md b/ja/index.md index bf8733fb..96356392 100644 --- a/ja/index.md +++ b/ja/index.md @@ -35,7 +35,7 @@ direction: ltr -現在の安定バージョンは [2.11.0](https://make.wordpress.org/cli/2025/05/07/wp-cli-v2-12-0-release-notes/) です。 最新情報を得たい人は、[@wpcli on Twitter](https://twitter.com/wpcli) をフォローするか、[メーリングリストにサインアップ](https://make.wordpress.org/cli/subscribe/)してください。[ロードマップ](https://make.wordpress.org/cli/handbook/roadmap/)で今後のリリース予定を知ることができます。 +現在の安定バージョンは [2.12.0](https://make.wordpress.org/cli/2025/05/07/wp-cli-v2-12-0-release-notes/) です。 最新情報を得たい人は、[@wpcli on Twitter](https://twitter.com/wpcli) をフォローするか、[メーリングリストにサインアップ](https://make.wordpress.org/cli/subscribe/)してください。[ロードマップ](https://make.wordpress.org/cli/handbook/roadmap/)で今後のリリース予定を知ることができます。 [![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") @@ -116,7 +116,7 @@ WP_CLI phar path: WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/ WP-CLI global config: WP-CLI project config: /home/wp-cli/wp-cli.yml -WP-CLI version: 2.11.0 +WP-CLI version: 2.12.0 ``` ## アップデート From 04824616c53b673436518f274d981f38f7874ebd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 30 Oct 2025 12:41:33 +0000 Subject: [PATCH 204/232] Initial plan From f9449a2864b46ac60e097d157ab4d797e544729b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 30 Oct 2025 12:47:55 +0000 Subject: [PATCH 205/232] Fix HTTP links to use HTTPS in all language versions Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com> --- br/index.md | 4 ++-- de/index.md | 4 ++-- es/index.md | 2 +- fa/index.md | 2 +- fr/index.md | 2 +- gr/index.md | 10 +++++----- index.md | 2 +- it/index.md | 10 +++++----- ja/index.md | 2 +- ne/index.md | 10 +++++----- restful/index.md | 10 +++++----- ro/index.md | 2 +- tr/index.md | 2 +- zh-cn/index.md | 2 +- 14 files changed, 32 insertions(+), 32 deletions(-) diff --git a/br/index.md b/br/index.md index 7422debf..cda05582 100644 --- a/br/index.md +++ b/br/index.md @@ -17,7 +17,7 @@ A manutenção contínua é possível graças aos seguintes patrocinadores: A versão estável mais recente é a [2.12.0](https://make.wordpress.org/cli/2025/05/07/wp-cli-v2-12-0-release-notes/). Para manter-se atualizado, siga [@wpcli no Twitter](https://twitter.com/wpcli) ou [assine nossa newsletter](https://make.wordpress.org/cli/subscribe/). [Leia nosso plano de ação](https://make.wordpress.org/cli/handbook/roadmap/) para uma visão geral do que está sendo planejado para próximas versões. -[![Testing](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml/badge.svg)](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml) [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Tempo médio para resolver um issue") [![Percentage of issues still open](http://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Percentual de issues ainda abertos") +[![Testing](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml/badge.svg)](https://github.com/wp-cli/wp-cli/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 "Tempo médio para resolver um issue") [![Percentage of issues still open](https://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Percentual de issues ainda abertos") Links rápidos: [Usando](#usando) | [Instalando](#instalando) | [Suporte](#suporte) | [Estendendo](#estendendo) | [Contribuindo](#contribuindo) | [Créditos](#créditos) @@ -193,7 +193,7 @@ No manual, dê uma olhada nas nossas [diretrizes para contribuir](https://make.w ## Liderança -A WP-CLI tem um responsável pelo projeto: [schlessera](http://github.com/schlessera). +A WP-CLI tem um responsável pelo projeto: [schlessera](https://github.com/schlessera). Quando necessário, [damos permissão de escrita para colaboradores](https://make.wordpress.org/cli/handbook/committers-credo/) que demonstraram sua capacidade durante algum tempo e que se esforçaram para levar o projeto adiante. diff --git a/de/index.md b/de/index.md index 651f9c41..18f244b2 100644 --- a/de/index.md +++ b/de/index.md @@ -220,8 +220,8 @@ Lies dir das [Verwaltungsdokument im Handbuch](https://make.wordpress.org/cli/ha Neben den Bibliotheken, die in der [composer.json](composer.json)-Datei erwähnt werden, benutzen wir Code oder Ideen von folgenden Projekten: * [Drush](https://github.com/drush-ops/drush) (engl.) für… viele Dinge -* [wpshell](http://code.trac.wordpress.org/browser/wpshell) (engl.) für `wp shell` -* [Regenerate Thumbnails](http://de.wordpress.org/plugins/regenerate-thumbnails/) für `wp media regenerate` +* [wpshell](https://code.trac.wordpress.org/browser/wpshell) (engl.) für `wp shell` +* [Regenerate Thumbnails](https://de.wordpress.org/plugins/regenerate-thumbnails/) für `wp media regenerate` * [Search-Replace-DB](https://github.com/interconnectit/Search-Replace-DB) (engl.) für `wp search-replace` * [WordPress-CLI-Exporter](https://github.com/Automattic/WordPress-CLI-Exporter) (engl.) für `wp export` * [WordPress-CLI-Importer](https://github.com/Automattic/WordPress-CLI-Importer) (engl.) für `wp import` diff --git a/es/index.md b/es/index.md index 5ff100ce..67bcc591 100644 --- a/es/index.md +++ b/es/index.md @@ -193,7 +193,7 @@ Lee atentamente nuestras [pautas de colaboración en el manual](https://make.wor ## Liderazgo -WP-CLI tiene un encargado del mantenimiento del proyecto: [schlessera](http://github.com/schlessera). +WP-CLI tiene un encargado del mantenimiento del proyecto: [schlessera](https://github.com/schlessera). En ocasiones, [concedemos permisos de escritura a los colaboradores](https://make.wordpress.org/cli/handbook/committers-credo/) que han demostrado, durante un período de tiempo, que son capaces e invirtieron en avanzar el proyecto. diff --git a/fa/index.md b/fa/index.md index 799e33e2..3c551458 100644 --- a/fa/index.md +++ b/fa/index.md @@ -185,7 +185,7 @@ WP-CLI دارای ده‌ها دستور است. ایجاد یک دستور ب ## رهبری -WP-CLI یک نگهدارنده دارد: [schlessera](http://github.com/schlessera). +WP-CLI یک نگهدارنده دارد: [schlessera](https://github.com/schlessera). به تناسب، ما [دسترسی برا نوشتن به مشارکت کنندگان می‌دهیم](https://make.wordpress.org/cli/handbook/committers-credo/)،آنهایی که توانایی خود را در طی زمان برای جلو بردن پروژه نشان دمی‌دهند. diff --git a/fr/index.md b/fr/index.md index de9fb124..20570f84 100644 --- a/fr/index.md +++ b/fr/index.md @@ -222,7 +222,7 @@ Pour en savoir plus sur la [gouvernance (en)](https://make.wordpress.org/cli/han Derrière les librairies définies dans le fichier [composer.json](composer.json), nous avons utilisé du code et des idées venant des projets suivants : -* [Drush](http://drush.ws/) pour... pas mal de choses +* [Drush](https://www.drush.org/) pour... pas mal de choses * [wpshell](https://code.trac.wordpress.org/browser/wpshell) pour `wp shell` * [Regenerate Thumbnails](https://wordpress.org/plugins/regenerate-thumbnails/) pour `wp media regenerate` * [Search-Replace-DB](https://github.com/interconnectit/Search-Replace-DB) pour `wp search-replace` diff --git a/gr/index.md b/gr/index.md index 30206446..7bcf12ab 100644 --- a/gr/index.md +++ b/gr/index.md @@ -6,7 +6,7 @@ direction: ltr Το [WP-CLI](https://wp-cli.org/) είναι ένα σύνολο από εργαλεία γραμμής εντολών για τη διαχείριση εγκαταστάσεων [WordPress](https://wordpress.org/). Μπορείτε να ενημερώνετε πρόσθετα, να ρυθμίζετε εγκαταστάσεις πολλαπλών ιστοτόπων και πολλά περισσότερα, χωρίς τη χρήση περιηγητή. -Για να μένετε ενημερωμένοι, ακολουθήστε το [@wpcli στο Twitter](https://twitter.com/wpcli) ή [εγγραφείτε για το ενημερωτικό μας δελτίο](http://wp-cli.us13.list-manage.com/subscribe?u=0615e4d18f213891fc000adfd&id=8c61d7641e). +Για να μένετε ενημερωμένοι, ακολουθήστε το [@wpcli στο Twitter](https://twitter.com/wpcli) ή [εγγραφείτε για το ενημερωτικό μας δελτίο](https://wp-cli.us13.list-manage.com/subscribe?u=0615e4d18f213891fc000adfd&id=8c61d7641e). [![Testing](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml/badge.svg)](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml) [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Average time to resolve an issue") [![Percentage of issues still open](http://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Percentage of issues still open") @@ -113,7 +113,7 @@ source /FULL/PATH/TO/wp-completion.bash - [Βέλτιστες πρακτικές για υποβολή αναφοράς σφάλματος](https://wp-cli.org/docs/bug-reports/) - [Πύλη τεκμηρίωσης](https://wp-cli.org/docs/) - [Ανοιχτά ή κλειστά θέματα στο Github](https://github.com/wp-cli/wp-cli/issues?utf8=%E2%9C%93&q=is%3Aissue) -- [WordPress StackExchange forums](http://wordpress.stackexchange.com/questions/tagged/wp-cli) +- [WordPress StackExchange forums](https://wordpress.stackexchange.com/questions/tagged/wp-cli) Αν δε μπορείτε να βρείτε απάντηση σε ένα από τις υπάρχουσες πηγές, [δημιουργήστε ένα θέμα](https://github.com/wp-cli/wp-cli/issues/new) με την ερώτησή σας. @@ -181,9 +181,9 @@ WP_CLI::add_command( 'option delete', $delete_option_cmd ); Εκτός τις βιβλιοθήκες που ορίζονται στο [composer.json](composer.json), έχουμε χρησιμοποιήσει κώδικα ή ιδέες από τα ακόλουθα έργα: -* [Drush](http://drush.ws/) για... πολλά πράγματα -* [wpshell](http://code.trac.wordpress.org/browser/wpshell) για το `wp shell` -* [Regenerate Thumbnails](http://wordpress.org/plugins/regenerate-thumbnails/) για το `wp media regenerate` +* [Drush](https://www.drush.org/) για... πολλά πράγματα +* [wpshell](https://code.trac.wordpress.org/browser/wpshell) για το `wp shell` +* [Regenerate Thumbnails](https://wordpress.org/plugins/regenerate-thumbnails/) για το `wp media regenerate` * [Search-Replace-DB](https://github.com/interconnectit/Search-Replace-DB) για το `wp search-replace` * [WordPress-CLI-Exporter](https://github.com/Automattic/WordPress-CLI-Exporter) για το `wp export` * [WordPress-CLI-Importer](https://github.com/Automattic/WordPress-CLI-Importer) για το `wp import` diff --git a/index.md b/index.md index 62a0d13b..9eaabd31 100644 --- a/index.md +++ b/index.md @@ -209,7 +209,7 @@ Read through our [contributing guidelines in the handbook](https://make.wordpres ## Leadership -WP-CLI has one project maintainer: [schlessera](http://github.com/schlessera). +WP-CLI has one project maintainer: [schlessera](https://github.com/schlessera). On occasion, we [grant write access to contributors](https://make.wordpress.org/cli/handbook/committers-credo/) who have demonstrated, over a period of time, that they are capable and invested in moving the project forward. diff --git a/it/index.md b/it/index.md index 7da66911..7da05f46 100644 --- a/it/index.md +++ b/it/index.md @@ -6,7 +6,7 @@ direction: ltr [WP-CLI](https://wp-cli.org/) è un insieme di strumenti da linea di comando per la gestione delle installazioni [WordPress](https://wordpress.org/). Potete aggiornare plugin, configurare installazioni multisito e molto altro, senza utilizzare un browser web. -Per rimanere aggiornati, seguite [@wpcli su Twitter](https://twitter.com/wpcli) oppure [iscrivetevi alla nostra newsletter](http://wp-cli.us13.list-manage.com/subscribe?u=0615e4d18f213891fc000adfd&id=8c61d7641e). +Per rimanere aggiornati, seguite [@wpcli su Twitter](https://twitter.com/wpcli) oppure [iscrivetevi alla nostra newsletter](https://wp-cli.us13.list-manage.com/subscribe?u=0615e4d18f213891fc000adfd&id=8c61d7641e). [![Testing](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml/badge.svg)](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml) [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Average time to resolve an issue") [![Percentage of issues still open](http://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Percentage of issues still open") @@ -113,7 +113,7 @@ I manutentori e i contributori di WP-CLI sono volontari, hanno limitate disponib - [Portale della documentazione](https://wp-cli.org/docs/) - [Problemi segnalati o estinti su Github](https://github.com/wp-cli/wp-cli/issues?utf8=%E2%9C%93&q=is%3Aissue) - [Estratti di runcommand](https://runcommand.io/excerpts/) -- [Forum di WordPress su StackExchange](http://wordpress.stackexchange.com/questions/tagged/wp-cli) +- [Forum di WordPress su StackExchange](https://wordpress.stackexchange.com/questions/tagged/wp-cli) Se non trovare delle risposte in questi posti, entrate al canale `#cli` su [WordPress.org Slack organization](https://make.wordpress.org/chat/) per vedere se qualche membro della comunità può offrirvele. @@ -185,9 +185,9 @@ Leggi di più riguardo la [politica del progetto](https://wp-cli.org/docs/govern Oltre alle librerie definite in [composer.json](composer.json), abbiamo adottato codice o spunti dai seguenti progetti: -* [Drush](http://drush.ws/) per... un mucchio di cose -* [wpshell](http://code.trac.wordpress.org/browser/wpshell) per `wp shell` -* [Regenerate Thumbnails](http://wordpress.org/plugins/regenerate-thumbnails/) per `wp media regenerate` +* [Drush](https://www.drush.org/) per... un mucchio di cose +* [wpshell](https://code.trac.wordpress.org/browser/wpshell) per `wp shell` +* [Regenerate Thumbnails](https://wordpress.org/plugins/regenerate-thumbnails/) per `wp media regenerate` * [Search-Replace-DB](https://github.com/interconnectit/Search-Replace-DB) per `wp search-replace` * [WordPress-CLI-Exporter](https://github.com/Automattic/WordPress-CLI-Exporter) per `wp export` * [WordPress-CLI-Importer](https://github.com/Automattic/WordPress-CLI-Importer) per `wp import` diff --git a/ja/index.md b/ja/index.md index 96356392..98736e71 100644 --- a/ja/index.md +++ b/ja/index.md @@ -216,7 +216,7 @@ WP-CLI は多くのコマンドで構成され、意外と簡単にカスタム ### プロジェクトリーダー -WP-CLI にはプロジェクトメンテナーがいます: [schlessera](http://github.com/schlessera) です。 +WP-CLI にはプロジェクトメンテナーがいます: [schlessera](https://github.com/schlessera) です。 能力があり、プロジェクト発展のため時間をかけていることを示してくれた貢献者には[コミット権限を与えることがあります](https://make.wordpress.org/cli/handbook/committers-credo/)。 diff --git a/ne/index.md b/ne/index.md index 7eddd022..005fb393 100644 --- a/ne/index.md +++ b/ne/index.md @@ -6,7 +6,7 @@ direction: ltr [WP-CLI](https://wp-cli.org/) कमाण्ड लाइन औजारहरुको संग्रह हो जुन [वर्डप्रेस](https://wordpress.org/) व्यवस्थापन गर्न प्रयोग गरिन्छ । ब्राउजर बिना नै प्लगिन अद्यावधिक गर्न, बहुसाइट कन्फिगर गर्न तथा अन्य धेरै कामको लागि यो प्रयोग गर्न सकिन्छ । -अद्यावधिक हुन, [टुइटरमा @wpcli](https://twitter.com/wpcli) फलो गर्नुहोस् वा [इमेल न्यूजलेटरको लागि साइन अप गर्नुहोस्](http://wp-cli.us13.list-manage.com/subscribe?u=0615e4d18f213891fc000adfd&id=8c61d7641e) । +अद्यावधिक हुन, [टुइटरमा @wpcli](https://twitter.com/wpcli) फलो गर्नुहोस् वा [इमेल न्यूजलेटरको लागि साइन अप गर्नुहोस्](https://wp-cli.us13.list-manage.com/subscribe?u=0615e4d18f213891fc000adfd&id=8c61d7641e) । [![Testing](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml/badge.svg)](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml) [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "समस्या समाधान गर्न लाग्ने औसत समय") [![Percentage of issues still open](http://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "खुला मुद्दाहरू प्रतिशतमा") @@ -113,7 +113,7 @@ source /FULL/PATH/TO/wp-completion.bash - [बग प्रतिवेदनको लागि उत्तम अभ्यासहरू](https://wp-cli.org/docs/bug-reports/) - [दस्तावेज पोर्टल](https://wp-cli.org/docs/) - [Github मा खुल्ला तथा बन्द समस्याहरु](https://github.com/wp-cli/wp-cli/issues?utf8=%E2%9C%93&q=is%3Aissue) -- [वर्डप्रेस StackExchange फोरम](http://wordpress.stackexchange.com/questions/tagged/wp-cli) +- [वर्डप्रेस StackExchange फोरम](https://wordpress.stackexchange.com/questions/tagged/wp-cli) यदि तपाईंले ती स्रोतहरूमा आफ्नो जवाफ पाउन सक्नुभएन भने [WordPress.org Slack organization](https://make.wordpress.org/chat/) मा `#cli` च्यानलमा सामेल भई प्रश्न सोध्न सक्नुहुन्छ। व्यावसायिक प्रयोगकर्ताहरुले प्रिमियम सहायताको लागि [runcommand](https://runcommand.io/) मा पनि सम्पर्क गर्न सक्नुहुन्छ । @@ -179,9 +179,9 @@ WP-CLI मा यी व्यक्तिहरूको नेतृत्व [composer.json](composer.json) मा परिभाषित बाहेक हामीले निम्न परियोजनाहरुबाट कोड वा विचारहरु प्रयोग गरेका छौं: -* [Drush](http://drush.ws/) धेरै कुराहरुको लागि -* [wpshell](http://code.trac.wordpress.org/browser/wpshell) `wp shell` को लागि -* [Regenerate Thumbnails](http://wordpress.org/plugins/regenerate-thumbnails/) `wp media regenerate` को लागि +* [Drush](https://www.drush.org/) धेरै कुराहरुको लागि +* [wpshell](https://code.trac.wordpress.org/browser/wpshell) `wp shell` को लागि +* [Regenerate Thumbnails](https://wordpress.org/plugins/regenerate-thumbnails/) `wp media regenerate` को लागि * [Search-Replace-DB](https://github.com/interconnectit/Search-Replace-DB) `wp search-replace` को लागि * [WordPress-CLI-Exporter](https://github.com/Automattic/WordPress-CLI-Exporter) `wp export` को लागि * [WordPress-CLI-Importer](https://github.com/Automattic/WordPress-CLI-Importer) `wp import` को लागि diff --git a/restful/index.md b/restful/index.md index f05190cb..4630c8a2 100644 --- a/restful/index.md +++ b/restful/index.md @@ -7,7 +7,7 @@ title: A more RESTful WP-CLI *Landing page last updated: August 1, 2016* -WP-CLI's mission is to be, quantitatively, the *fastest* interface for developers to manage WordPress. "A more RESTful WP-CLI" was a [Kickstarter-backed](https://www.kickstarter.com/projects/danielbachhuber/a-more-restful-wp-cli/description) project to unlock the potential of the [WordPress REST API](http://v2.wp-api.org/) at the command line. This funding supported 232.42 hours of [Daniel Bachhuber](http://danielbachhuber.com/)'s time towards making improvements to WP-CLI and the WP REST API. For a full debrief, [read the Post Status post about the project](https://poststatus.com/kickstarter-open-source-project/). +WP-CLI's mission is to be, quantitatively, the *fastest* interface for developers to manage WordPress. "A more RESTful WP-CLI" was a [Kickstarter-backed](https://www.kickstarter.com/projects/danielbachhuber/a-more-restful-wp-cli/description) project to unlock the potential of the [WordPress REST API](https://v2.wp-api.org/) at the command line. This funding supported 232.42 hours of [Daniel Bachhuber](https://danielbachhuber.com/)'s time towards making improvements to WP-CLI and the WP REST API. For a full debrief, [read the Post Status post about the project](https://poststatus.com/kickstarter-open-source-project/). Wait a second, what does it mean to "unlock the potential of the WP REST API at the command line"? Pragmatically, it means any endpoints registered in plugins or themes are *automagically* accessible as WP-CLI commands. For instance, if you were to register an endpoint for `GET /my-plugin/v1/product/`, this endpoint is also accessible on the command line as (more or less) `wp @prod product get `. @@ -80,7 +80,7 @@ Releases: Presentations: * [My condolences, you’re now the maintainer of a popular open source project](https://runcommand.io/2016/06/26/my-condolences-youre-now-the-maintainer-of-a-popular-open-source-project/) - WordCamp Europe (June 25, 2016) -* [Unlocking the potential of the WP REST API at the command line](http://blog.handbuilt.co/2016/01/28/feelingrestful-a-more-restful-wp-cli/) - A Day of REST (January 28, 2016) +* [Unlocking the potential of the WP REST API at the command line](https://blog.handbuilt.co/2016/01/28/feelingrestful-a-more-restful-wp-cli/) - A Day of REST (January 28, 2016) *** @@ -161,17 +161,17 @@ This project is made possible thanks to the backing of many generous organizatio - + - + - + diff --git a/ro/index.md b/ro/index.md index b4229350..7082ed1a 100644 --- a/ro/index.md +++ b/ro/index.md @@ -184,7 +184,7 @@ Citește prin [ghidul de contribuire din manual](https://make.wordpress.org/cli/ ## Leadership -WP-CLI are un întreținător de proiect: [schlessera](http://github.com/schlessera). +WP-CLI are un întreținător de proiect: [schlessera](https://github.com/schlessera). Ocazional, noi [acordăm acces de scriere contribuitorilor](https://make.wordpress.org/cli/handbook/committers-credo/) care au demonstrat, de-a lungul unei perioade de timp, că sunt capabili și investesc în avansarea proiectului. diff --git a/tr/index.md b/tr/index.md index e7dd50bd..14efb39a 100644 --- a/tr/index.md +++ b/tr/index.md @@ -197,7 +197,7 @@ Nasıl katılacağınıza dair kapsamlı bir giriş için [el kitabındaki katk ## Yönetim -WP-CLI'nın bir proje sorumlusu vardır: [schlessera](http://github.com/schlessera). +WP-CLI'nın bir proje sorumlusu vardır: [schlessera](https://github.com/schlessera). Zaman zaman, belli bir süre için yetenekli olduklarını kanıtlamış ve projeyi ileriye taşıyabilecek katılımcılara [yazma izni veriyoruz](https://make.wordpress.org/cli/handbook/committers-credo/). diff --git a/zh-cn/index.md b/zh-cn/index.md index ac5201e2..6462a0d4 100644 --- a/zh-cn/index.md +++ b/zh-cn/index.md @@ -216,7 +216,7 @@ WP-CLI 包含丰富的命令。创建自定义的 WP-CLI 命令比看起来的 ## 管理者 -WP-CLI 项目维护者: [schlessera](http://github.com/schlessera)。 +WP-CLI 项目维护者: [schlessera](https://github.com/schlessera)。 我们将写权限授予[受信任的贡献者](https://make.wordpress.org/cli/handbook/committers-credo/),这些贡献者已经证明他们有能力并有时间开发该项目。 From 28c9b216e206cab37fe80b285f4debade9d28882 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 30 Oct 2025 12:53:31 +0000 Subject: [PATCH 206/232] Fix remaining HTTP badge links in Greek, Italian, and Nepali versions Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com> --- gr/index.md | 2 +- it/index.md | 2 +- ne/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gr/index.md b/gr/index.md index 7bcf12ab..a3692981 100644 --- a/gr/index.md +++ b/gr/index.md @@ -8,7 +8,7 @@ direction: ltr Για να μένετε ενημερωμένοι, ακολουθήστε το [@wpcli στο Twitter](https://twitter.com/wpcli) ή [εγγραφείτε για το ενημερωτικό μας δελτίο](https://wp-cli.us13.list-manage.com/subscribe?u=0615e4d18f213891fc000adfd&id=8c61d7641e). -[![Testing](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml/badge.svg)](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml) [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Average time to resolve an issue") [![Percentage of issues still open](http://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Percentage of issues still open") +[![Testing](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml/badge.svg)](https://github.com/wp-cli/wp-cli/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") Γρήγοροι σύνδεσμοι: [Χρήση](#using) | [Εγκατάσταση](#installing) | [Υποστήριξη](#support) | [Επέκταση](#extending) | [Συνεισφορά](#contributing) | [Ευχαριστίες](#credits) diff --git a/it/index.md b/it/index.md index 7da05f46..7f845b20 100644 --- a/it/index.md +++ b/it/index.md @@ -8,7 +8,7 @@ direction: ltr Per rimanere aggiornati, seguite [@wpcli su Twitter](https://twitter.com/wpcli) oppure [iscrivetevi alla nostra newsletter](https://wp-cli.us13.list-manage.com/subscribe?u=0615e4d18f213891fc000adfd&id=8c61d7641e). -[![Testing](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml/badge.svg)](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml) [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Average time to resolve an issue") [![Percentage of issues still open](http://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "Percentage of issues still open") +[![Testing](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml/badge.svg)](https://github.com/wp-cli/wp-cli/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") Collegamenti rapidi: [Utilizzo](#utilizzo) | [Installazione](#installazione) | [Supporto](#supporto) | [Estendere](#estendere) | [Contribuire](#contribuire) | [Crediti](#crediti) diff --git a/ne/index.md b/ne/index.md index 005fb393..9be0390e 100644 --- a/ne/index.md +++ b/ne/index.md @@ -8,7 +8,7 @@ direction: ltr अद्यावधिक हुन, [टुइटरमा @wpcli](https://twitter.com/wpcli) फलो गर्नुहोस् वा [इमेल न्यूजलेटरको लागि साइन अप गर्नुहोस्](https://wp-cli.us13.list-manage.com/subscribe?u=0615e4d18f213891fc000adfd&id=8c61d7641e) । -[![Testing](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml/badge.svg)](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml) [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "समस्या समाधान गर्न लाग्ने औसत समय") [![Percentage of issues still open](http://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](http://isitmaintained.com/project/wp-cli/wp-cli "खुला मुद्दाहरू प्रतिशतमा") +[![Testing](https://github.com/wp-cli/wp-cli/actions/workflows/testing.yml/badge.svg)](https://github.com/wp-cli/wp-cli/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 "समस्या समाधान गर्न लाग्ने औसत समय") [![Percentage of issues still open](https://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "खुला मुद्दाहरू प्रतिशतमा") द्रुत लिंकहरु: [प्रयोग](#section) | [स्थापना](#section-1) | [सहायता](#section-4) | [विस्तार](#section-5) | [योगदान](#section-6) | [श्रेय](#section-8) From 189102d794c8768f3bf1f6701f643959ed451d73 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 30 Oct 2025 12:56:26 +0000 Subject: [PATCH 207/232] Fix last remaining HTTP link in German version Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com> --- de/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/de/index.md b/de/index.md index 18f244b2..0e845141 100644 --- a/de/index.md +++ b/de/index.md @@ -209,7 +209,7 @@ Lies unsere [Guidelines im Handbuch](https://make.wordpress.org/cli/handbook/con ## Projektleitung -WP-CLI hat einen Projektbetreuer: [schlessera](http://github.com/schlessera) (engl.). +WP-CLI hat einen Projektbetreuer: [schlessera](https://github.com/schlessera) (engl.). Gelegentlich [vergeben wir Schreibzugriff an Mitwirkende](https://make.wordpress.org/cli/handbook/committers-credo/), die über längere Zeit gezeigt haben, dass sie in der Lage sind, in das Projekt zu investieren und es voranzubringen. From 504f78089087a65867284716ee2a71166f31285f Mon Sep 17 00:00:00 2001 From: swissspidy Date: Tue, 11 Nov 2025 13:31:08 +0000 Subject: [PATCH 208/232] Update file(s) from wp-cli/.github --- AGENTS.md | 121 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 00000000..1ff84f6d --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,121 @@ +# Instructions + +This package is part of WP-CLI, the official command line interface for WordPress. For a detailed explanation of the project structure and development workflow, please refer to the main @README.md file. + +## Best Practices for Code Contributions + +When contributing to this package, please adhere to the following guidelines: + +* **Follow Existing Conventions:** Before writing any code, analyze the existing codebase in this package to understand the coding style, naming conventions, and architectural patterns. +* **Focus on the Package's Scope:** All changes should be relevant to the functionality of the package. +* **Write Tests:** All new features and bug fixes must be accompanied by acceptance tests using Behat. You can find the existing tests in the `features/` directory. There may be PHPUnit unit tests as well in the `tests/` directory. +* **Update Documentation:** If your changes affect the user-facing functionality, please update the relevant inline code documentation. + +### Building and running + +Before submitting any changes, it is crucial to validate them by running the full suite of static code analysis and tests. To run the full suite of checks, execute the following command: `composer test`. + +This single command ensures that your changes meet all the quality gates of the project. While you can run the individual steps separately, it is highly recommended to use this single command to ensure a comprehensive validation. + +### Useful Composer Commands + +The project uses Composer to manage dependencies and run scripts. The following commands are available: + +* `composer install`: Install dependencies. +* `composer test`: Run the full test suite, including linting, code style checks, static analysis, and unit/behavior tests. +* `composer lint`: Check for syntax errors. +* `composer phpcs`: Check for code style violations. +* `composer phpcbf`: Automatically fix code style violations. +* `composer phpstan`: Run static analysis. +* `composer phpunit`: Run unit tests. +* `composer behat`: Run behavior-driven tests. + +### Coding Style + +The project follows the `WP_CLI_CS` coding standard, which is enforced by PHP_CodeSniffer. The configuration can be found in `phpcs.xml.dist`. Before submitting any code, please run `composer phpcs` to check for violations and `composer phpcbf` to automatically fix them. + +## Documentation + +The `README.md` file might be generated dynamically from the project's codebase using `wp scaffold package-readme` ([doc](https://github.com/wp-cli/scaffold-package-command#wp-scaffold-package-readme)). In that case, changes need to be made against the corresponding part of the codebase. + +### Inline Documentation + +Only write high-value comments if at all. Avoid talking to the user through comments. + +## Testing + +The project has a comprehensive test suite that includes unit tests, behavior-driven tests, and static analysis. + +* **Unit tests** are written with PHPUnit and can be found in the `tests/` directory. The configuration is in `phpunit.xml.dist`. +* **Behavior-driven tests** are written with Behat and can be found in the `features/` directory. The configuration is in `behat.yml`. +* **Static analysis** is performed with PHPStan. + +All tests are run on GitHub Actions for every pull request. + +When writing tests, aim to follow existing patterns. Key conventions include: + +* When adding tests, first examine existing tests to understand and conform to established conventions. +* For unit tests, extend the base `WP_CLI\Tests\TestCase` test class. +* For Behat tests, only WP-CLI commands installed in `composer.json` can be run. + +### Behat Steps + +WP-CLI makes use of a Behat-based testing framework and provides a set of custom step definitions to write feature tests. + +> **Note:** If you are expecting an error output in a test, you need to use `When I try ...` instead of `When I run ...` . + +#### Given + +* `Given an empty directory` - Creates an empty directory. +* `Given /^an? (empty|non-existent) ([^\s]+) directory$/` - Creates or deletes a specific directory. +* `Given an empty cache` - Clears the WP-CLI cache directory. +* `Given /^an? ([^\s]+) (file|cache file):$/` - Creates a file with the given contents. +* `Given /^"([^"]+)" replaced with "([^"]+)" in the ([^\s]+) file$/` - Search and replace a string in a file using regex. +* `Given /^that HTTP requests to (.*?) will respond with:$/` - Mock HTTP requests to a given URL. +* `Given WP files` - Download WordPress files without installing. +* `Given wp-config.php` - Create a wp-config.php file using `wp config create`. +* `Given a database` - Creates an empty database. +* `Given a WP install(ation)` - Installs WordPress. +* `Given a WP install(ation) in :subdir` - Installs WordPress in a given directory. +* `Given a WP install(ation) with Composer` - Installs WordPress with Composer. +* `Given a WP install(ation) with Composer and a custom vendor directory :vendor_directory` - Installs WordPress with Composer and a custom vendor directory. +* `Given /^a WP multisite (subdirectory|subdomain)?\s?(install|installation)$/` - Installs WordPress Multisite. +* `Given these installed and active plugins:` - Installs and activates one or more plugins. +* `Given a custom wp-content directory` - Configure a custom `wp-content` directory. +* `Given download:` - Download multiple files into the given destinations. +* `Given /^save (STDOUT|STDERR) ([\'].+[^\'])?\s?as \{(\w+)\}$/` - Store STDOUT or STDERR contents in a variable. +* `Given /^a new Phar with (?:the same version|version "([^"]+)")$/` - Build a new WP-CLI Phar file with a given version. +* `Given /^a downloaded Phar with (?:the same version|version "([^"]+)")$/` - Download a specific WP-CLI Phar version from GitHub. +* `Given /^save the (.+) file ([\'].+[^\'])? as \{(\w+)\}$/` - Stores the contents of the given file in a variable. +* `Given a misconfigured WP_CONTENT_DIR constant directory` - Modify wp-config.php to set `WP_CONTENT_DIR` to an empty string. +* `Given a dependency on current wp-cli` - Add `wp-cli/wp-cli` as a Composer dependency. +* `Given a PHP built-in web server` - Start a PHP built-in web server in the current directory. +* `Given a PHP built-in web server to serve :subdir` - Start a PHP built-in web server in the given subdirectory. + +#### When + +* ``When /^I launch in the background `([^`]+)`$/`` - Launch a given command in the background. +* ``When /^I (run|try) `([^`]+)`$/`` - Run or try a given command. +* ``When /^I (run|try) `([^`]+)` from '([^\s]+)'$/`` - Run or try a given command in a subdirectory. +* `When /^I (run|try) the previous command again$/` - Run or try the previous command again. + +#### Then + +* `Then /^the return code should( not)? be (\d+)$/` - Expect a specific exit code of the previous command. +* `Then /^(STDOUT|STDERR) should( strictly)? (be|contain|not contain):$/` - Check the contents of STDOUT or STDERR. +* `Then /^(STDOUT|STDERR) should be a number$/` - Expect STDOUT or STDERR to be a numeric value. +* `Then /^(STDOUT|STDERR) should not be a number$/` - Expect STDOUT or STDERR to not be a numeric value. +* `Then /^STDOUT should be a table containing rows:$/` - Expect STDOUT to be a table containing the given rows. +* `Then /^STDOUT should end with a table containing rows:$/` - Expect STDOUT to end with a table containing the given rows. +* `Then /^STDOUT should be JSON containing:$/` - Expect valid JSON output in STDOUT. +* `Then /^STDOUT should be a JSON array containing:$/` - Expect valid JSON array output in STDOUT. +* `Then /^STDOUT should be CSV containing:$/` - Expect STDOUT to be CSV containing certain values. +* `Then /^STDOUT should be YAML containing:$/` - Expect STDOUT to be YAML containing certain content. +* `Then /^(STDOUT|STDERR) should be empty$/` - Expect STDOUT or STDERR to be empty. +* `Then /^(STDOUT|STDERR) should not be empty$/` - Expect STDOUT or STDERR not to be empty. +* `Then /^(STDOUT|STDERR) should be a version string (<|<=|>|>=|==|=|<>) ([+\w.{}-]+)$/` - Expect STDOUT or STDERR to be a version string comparing to the given version. +* `Then /^the (.+) (file|directory) should( strictly)? (exist|not exist|be:|contain:|not contain):$/` - Expect a certain file or directory to (not) exist or (not) contain certain contents. +* `Then /^the contents of the (.+) file should( not)? match (((\/.*\/)|(#.#))([a-z]+)?)$/` - Match file contents against a regex. +* `Then /^(STDOUT|STDERR) should( not)? match (((\/.*\/)|(#.#))([a-z]+)?)$/` - Match STDOUT or STDERR against a regex. +* `Then /^an email should (be sent|not be sent)$/` - Expect an email to be sent (or not). +* `Then the HTTP status code should be :code` - Expect the HTTP status code for visiting `http://localhost:8080`. From 7208d57554b9cef7377692c6e9258db1bfd49516 Mon Sep 17 00:00:00 2001 From: Seaton Jiang Date: Fri, 21 Nov 2025 11:23:44 +0800 Subject: [PATCH 209/232] feat: update Simplified Chinese (zh_CN) translations --- zh-cn/index.md | 126 ++++++++++++++++++++++++------------------------- 1 file changed, 61 insertions(+), 65 deletions(-) diff --git a/zh-cn/index.md b/zh-cn/index.md index ac5201e2..12e7044b 100644 --- a/zh-cn/index.md +++ b/zh-cn/index.md @@ -4,9 +4,9 @@ title: WP-CLI | WP-CLI direction: ltr --- -[WP-CLI](https://wp-cli.org/) 是一款用于管理 [WordPress](https://wordpress.org/) 的命令行界面,无需浏览器即可完成插件更新、多站点设置等操作。 +[WP-CLI](https://wp-cli.org/) 是 [WordPress](https://wordpress.org/) 的命令行接口。无需使用浏览器,你即可更新插件、配置多站点安装以及完成更多操作。 -持续的维护是通过以下方式实现的: +持续维护由以下机构赞助:
Date: Fri, 21 Nov 2025 11:29:48 +0800 Subject: [PATCH 210/232] fix: ensure all links are using HTTPS --- zh-cn/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/index.md b/zh-cn/index.md index 12e7044b..1c2417c0 100644 --- a/zh-cn/index.md +++ b/zh-cn/index.md @@ -212,7 +212,7 @@ WP-CLI 自带数十个命令。创建自定义 WP-CLI 命令并没有看起来 ## 管理者 -WP-CLI 目前有一位项目维护者:[schlessera](http://github.com/schlessera)。 +WP-CLI 目前有一位项目维护者:[schlessera](https://github.com/schlessera)。 在特定情况下,我们会[授予贡献者写入权限](https://make.wordpress.org/cli/handbook/committers-credo/),前提是他们在一段时间内证明了自己有能力并致力于推动项目前进。 From f264003c2a7524f1734a63736c5b1afac0d43e84 Mon Sep 17 00:00:00 2001 From: swissspidy Date: Thu, 11 Dec 2025 13:03:02 +0000 Subject: [PATCH 211/232] Update file(s) from wp-cli/.github --- .github/workflows/copilot-setup-steps.yml | 46 +++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .github/workflows/copilot-setup-steps.yml diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml new file mode 100644 index 00000000..bf9327a9 --- /dev/null +++ b/.github/workflows/copilot-setup-steps.yml @@ -0,0 +1,46 @@ +name: "Copilot Setup Steps" + +on: + workflow_dispatch: + push: + paths: + - .github/workflows/copilot-setup-steps.yml + pull_request: + paths: + - .github/workflows/copilot-setup-steps.yml + +jobs: + copilot-setup-steps: + runs-on: ubuntu-latest + permissions: + contents: read + + steps: + - name: Checkout code + uses: actions/checkout@v5 + + - name: Check existence of composer.json file + id: check_composer_file + uses: andstor/file-existence-action@v3 + with: + files: "composer.json" + + - name: Set up PHP environment + if: steps.check_composer_file.outputs.files_exists == 'true' + uses: shivammathur/setup-php@v2 + with: + php-version: 'latest' + ini-values: zend.assertions=1, error_reporting=-1, display_errors=On + coverage: 'none' + tools: composer,cs2pr + env: + COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }} + + - name: Install Composer dependencies & cache dependencies + if: steps.check_composer_file.outputs.files_exists == 'true' + uses: ramsey/composer-install@v3 + env: + COMPOSER_ROOT_VERSION: dev-${{ github.event.repository.default_branch }} + with: + # Bust the cache at least once a month - output format: YYYY-MM. + custom-cache-suffix: $(date -u "+%Y-%m") From 67979b1c2c4e3b0a1db6b5ba39c18ed4c548c7ad Mon Sep 17 00:00:00 2001 From: swissspidy Date: Thu, 11 Dec 2025 18:24:23 +0000 Subject: [PATCH 212/232] Update file(s) from wp-cli/.github --- .github/workflows/copilot-setup-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index bf9327a9..5158ca68 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Check existence of composer.json file id: check_composer_file From d1bb29182ff2732676228062a115610979de59f7 Mon Sep 17 00:00:00 2001 From: swissspidy Date: Fri, 12 Dec 2025 11:39:14 +0000 Subject: [PATCH 213/232] Update file(s) from wp-cli/.github --- .github/workflows/manage-labels.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/manage-labels.yml diff --git a/.github/workflows/manage-labels.yml b/.github/workflows/manage-labels.yml new file mode 100644 index 00000000..45711bde --- /dev/null +++ b/.github/workflows/manage-labels.yml @@ -0,0 +1,19 @@ +--- +name: Manage Labels + +'on': + workflow_dispatch: + push: + branches: + - main + - master + paths: + - 'composer.json' + +permissions: + issues: write + contents: read + +jobs: + manage-labels: + uses: wp-cli/.github/.github/workflows/reusable-manage-labels.yml@main From 076446e44d7ad709f6a078a4b9f39441f4437a57 Mon Sep 17 00:00:00 2001 From: schlessera Date: Fri, 12 Dec 2025 12:30:42 +0000 Subject: [PATCH 214/232] Update file(s) from wp-cli/.github --- .github/workflows/check-branch-alias.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/check-branch-alias.yml diff --git a/.github/workflows/check-branch-alias.yml b/.github/workflows/check-branch-alias.yml new file mode 100644 index 00000000..17a7c490 --- /dev/null +++ b/.github/workflows/check-branch-alias.yml @@ -0,0 +1,12 @@ +name: Check Branch Alias + +on: + release: + types: [released] + workflow_dispatch: + +permissions: {} + +jobs: + check-branch-alias: + uses: wp-cli/.github/.github/workflows/reusable-check-branch-alias.yml@main From 4f303a0cba300532b49bd8a9f13bada056d7bb26 Mon Sep 17 00:00:00 2001 From: schlessera Date: Fri, 12 Dec 2025 12:47:12 +0000 Subject: [PATCH 215/232] Update file(s) from wp-cli/.github --- .github/workflows/issue-triage.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/issue-triage.yml diff --git a/.github/workflows/issue-triage.yml b/.github/workflows/issue-triage.yml new file mode 100644 index 00000000..634607e6 --- /dev/null +++ b/.github/workflows/issue-triage.yml @@ -0,0 +1,18 @@ +--- +name: Issue Triage + +'on': + issues: + types: [opened] + workflow_dispatch: + inputs: + issue_number: + description: 'Issue number to triage (leave empty to process all)' + required: false + type: string + +jobs: + issue-triage: + uses: wp-cli/.github/.github/workflows/reusable-issue-triage.yml@main + with: + issue_number: ${{ github.event_name == 'workflow_dispatch' && inputs.issue_number || github.event.issue.number }} From aa2acfd7799398264f224c6bf74b615e1e83be1d Mon Sep 17 00:00:00 2001 From: swissspidy Date: Wed, 17 Dec 2025 15:55:40 +0000 Subject: [PATCH 216/232] Update file(s) from wp-cli/.github --- .github/workflows/check-branch-alias.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-branch-alias.yml b/.github/workflows/check-branch-alias.yml index 17a7c490..78da6371 100644 --- a/.github/workflows/check-branch-alias.yml +++ b/.github/workflows/check-branch-alias.yml @@ -5,7 +5,9 @@ on: types: [released] workflow_dispatch: -permissions: {} +permissions: + contents: write + pull-requests: write jobs: check-branch-alias: From 65f2bfcb07ba68cfe7a0d9115bcfe95d7935abfb Mon Sep 17 00:00:00 2001 From: swissspidy Date: Sat, 20 Dec 2025 21:58:40 +0000 Subject: [PATCH 217/232] Update file(s) from wp-cli/.github --- .github/workflows/issue-triage.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/workflows/issue-triage.yml b/.github/workflows/issue-triage.yml index 634607e6..cfd68e10 100644 --- a/.github/workflows/issue-triage.yml +++ b/.github/workflows/issue-triage.yml @@ -1,13 +1,15 @@ --- -name: Issue Triage +name: Issue and PR Triage 'on': issues: types: [opened] + pull_request: + types: [opened] workflow_dispatch: inputs: issue_number: - description: 'Issue number to triage (leave empty to process all)' + description: 'Issue/PR number to triage (leave empty to process all)' required: false type: string @@ -15,4 +17,10 @@ jobs: issue-triage: uses: wp-cli/.github/.github/workflows/reusable-issue-triage.yml@main with: - issue_number: ${{ github.event_name == 'workflow_dispatch' && inputs.issue_number || github.event.issue.number }} + issue_number: >- + ${{ + (github.event_name == 'workflow_dispatch' && inputs.issue_number) || + (github.event_name == 'pull_request' && github.event.pull_request.number) || + (github.event_name == 'issues' && github.event.issue.number) || + '' + }} From 057fe312994f33a8281e196fe17380e0df73db65 Mon Sep 17 00:00:00 2001 From: swissspidy Date: Tue, 6 Jan 2026 14:04:32 +0000 Subject: [PATCH 218/232] Update file(s) from wp-cli/.github --- .github/workflows/issue-triage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issue-triage.yml b/.github/workflows/issue-triage.yml index cfd68e10..14dffc54 100644 --- a/.github/workflows/issue-triage.yml +++ b/.github/workflows/issue-triage.yml @@ -4,7 +4,7 @@ name: Issue and PR Triage 'on': issues: types: [opened] - pull_request: + pull_request_target: types: [opened] workflow_dispatch: inputs: @@ -20,7 +20,7 @@ jobs: issue_number: >- ${{ (github.event_name == 'workflow_dispatch' && inputs.issue_number) || - (github.event_name == 'pull_request' && github.event.pull_request.number) || + (github.event_name == 'pull_request_target' && github.event.pull_request.number) || (github.event_name == 'issues' && github.event.issue.number) || '' }} From 150afab37b5bb749cd6182581723e2dfe6651a47 Mon Sep 17 00:00:00 2001 From: swissspidy Date: Tue, 6 Jan 2026 14:36:30 +0000 Subject: [PATCH 219/232] Update file(s) from wp-cli/.github --- .github/workflows/welcome-new-contributors.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/welcome-new-contributors.yml diff --git a/.github/workflows/welcome-new-contributors.yml b/.github/workflows/welcome-new-contributors.yml new file mode 100644 index 00000000..c38e033b --- /dev/null +++ b/.github/workflows/welcome-new-contributors.yml @@ -0,0 +1,12 @@ +name: Welcome New Contributors + +on: + pull_request_target: + types: [opened] + branches: + - main + - master + +jobs: + welcome: + uses: wp-cli/.github/.github/workflows/reusable-welcome-new-contributors.yml@main From f87f02c0f8c9fb098c38a6e88e1c460e977106a8 Mon Sep 17 00:00:00 2001 From: swissspidy Date: Tue, 20 Jan 2026 13:09:01 +0000 Subject: [PATCH 220/232] Update file(s) from wp-cli/.github --- .github/workflows/copilot-setup-steps.yml | 8 ++++---- .github/workflows/issue-triage.yml | 7 +++++++ .github/workflows/regenerate-readme.yml | 4 ++++ .github/workflows/welcome-new-contributors.yml | 3 +++ 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 5158ca68..44bdaa0b 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -17,17 +17,17 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Check existence of composer.json file id: check_composer_file - uses: andstor/file-existence-action@v3 + uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3 with: files: "composer.json" - name: Set up PHP environment if: steps.check_composer_file.outputs.files_exists == 'true' - uses: shivammathur/setup-php@v2 + uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # v2 with: php-version: 'latest' ini-values: zend.assertions=1, error_reporting=-1, display_errors=On @@ -38,7 +38,7 @@ jobs: - name: Install Composer dependencies & cache dependencies if: steps.check_composer_file.outputs.files_exists == 'true' - uses: ramsey/composer-install@v3 + uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # v3 env: COMPOSER_ROOT_VERSION: dev-${{ github.event.repository.default_branch }} with: diff --git a/.github/workflows/issue-triage.yml b/.github/workflows/issue-triage.yml index 14dffc54..68334703 100644 --- a/.github/workflows/issue-triage.yml +++ b/.github/workflows/issue-triage.yml @@ -13,6 +13,13 @@ name: Issue and PR Triage required: false type: string +permissions: + issues: write + pull-requests: write + actions: write + contents: read + models: read + jobs: issue-triage: uses: wp-cli/.github/.github/workflows/reusable-issue-triage.yml@main diff --git a/.github/workflows/regenerate-readme.yml b/.github/workflows/regenerate-readme.yml index c633d9d4..6198d630 100644 --- a/.github/workflows/regenerate-readme.yml +++ b/.github/workflows/regenerate-readme.yml @@ -10,6 +10,10 @@ on: - "features/**" - "README.md" +permissions: + contents: write + pull-requests: write + jobs: regenerate-readme: uses: wp-cli/.github/.github/workflows/reusable-regenerate-readme.yml@main diff --git a/.github/workflows/welcome-new-contributors.yml b/.github/workflows/welcome-new-contributors.yml index c38e033b..bc01490b 100644 --- a/.github/workflows/welcome-new-contributors.yml +++ b/.github/workflows/welcome-new-contributors.yml @@ -7,6 +7,9 @@ on: - main - master +permissions: + pull-requests: write + jobs: welcome: uses: wp-cli/.github/.github/workflows/reusable-welcome-new-contributors.yml@main From 997e33068ae905d9e9c023491f0af50bbbc4001c Mon Sep 17 00:00:00 2001 From: ernilambar Date: Thu, 22 Jan 2026 17:21:35 +0000 Subject: [PATCH 221/232] Update file(s) from wp-cli/.github --- .github/workflows/copilot-setup-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 44bdaa0b..a48b8d2c 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Check existence of composer.json file id: check_composer_file From 83378368ee80748117677d7bf87b230d08fb8be1 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Mon, 26 Jan 2026 23:35:56 -0500 Subject: [PATCH 222/232] Minor styling refresh --- _includes/footer.html | 2 +- _includes/navigation.html | 2 +- assets/css/stylesheet.css | 149 ++++++++++++++++++++++++++++++++------ index.md | 6 +- 4 files changed, 130 insertions(+), 29 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index d643c363..b5e45176 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -5,7 +5,7 @@ {% include global-parameters.html %} {% endif %} - + {% include analytics.html %} diff --git a/_includes/navigation.html b/_includes/navigation.html index c5c36c73..cacac288 100644 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -21,7 +21,7 @@
  • - +
  • diff --git a/assets/css/stylesheet.css b/assets/css/stylesheet.css index eac55b43..f3ad52f7 100644 --- a/assets/css/stylesheet.css +++ b/assets/css/stylesheet.css @@ -1,4 +1,4 @@ -/*! normalize.css v3.0.1 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0} +/*! normalize.css v3.0.1 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-spacing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0} html { overflow-y: scroll; } @@ -10,14 +10,11 @@ body { body { margin: 0; padding: 0; - background: #f1f1f1; - - font-family: 'Open Sans', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif; - font: 16px; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + font-size: 18px; line-height: 1.6; color: #292929; - -webkit-font-smoothing: antialiased; } @@ -31,15 +28,17 @@ body { section { display: block; - margin: 0 0 20px 0; + margin: 0 0 40px 0; } h1, h2, h3, h4, h5, h6 { - margin: 1em 0 0 0; + margin: 2em 0 0.5em 0; color: #333; font-weight: normal; } +h1 { margin-top: 1em; } + h3, h4 { font-weight: 600; } @@ -103,9 +102,12 @@ nav ul li:before { } blockquote { - color: #888; - padding-left: 10px; - border-left: 1px dotted #666; + color: #666; + padding: 10px 20px; + margin: 1.5em 0; + border-left: 4px solid #ddd; + background: rgba(0,0,0,0.03); + border-radius: 0 4px 4px 0; } @@ -124,7 +126,11 @@ table { th, td { vertical-align: top; - padding: 0.5em 1em; + padding: 12px 16px; +} + +tr:hover td { + background-color: #f9f9f9; } th { @@ -171,7 +177,15 @@ a { transition-duration: 0.05s; transition-property: border, background, color; transition-timing-function: ease-in-out; + text-decoration-thickness: 1px; + text-underline-offset: 3px; } + +:focus-visible { + outline: 2px solid #0074A2; + outline-offset: 2px; +} + a:hover, a:active { color: #2EA2CC; } @@ -185,7 +199,6 @@ a:focus { code, pre { color: #f1f1f1; - text-shadow: 0 1px rgba(0,0,0,0.3); font-family: Consolas, "Liberation Mono", Courier, monospace; direction: ltr; text-align: left; @@ -313,7 +326,7 @@ footer { clear: both; display: block; text-align: center; - font-size: 10px; + font-size: 14px; margin: 20px 10px 40px 10px; } @@ -420,6 +433,8 @@ footer { .main-nav .search:focus { width: 180px; + outline: none; + box-shadow: 0 0 0 2px rgba(122, 208, 58, 0.5); } .main-nav .btn-search { display: none; @@ -563,22 +578,20 @@ body.configuration .global-parameters{ .btn { display: inline-block; - background: -webkit-linear-gradient(top, rgba(40, 40, 40, 0.3), rgba(35, 35, 35, 0.3) 50%, rgba(10, 10, 10, 0.3) 50%, rgba(0, 0, 0, 0.3)); - padding: 8px 18px; + background: #333; + padding: 10px 24px; border-radius: 50px; - border: 2px solid rgba(0, 0, 0, 0.7); - border-bottom: 2px solid rgba(0, 0, 0, 0.7); - border-top: 2px solid rgba(0, 0, 0, 1); - color: rgba(255, 255, 255, 0.8); - font-family: Helvetica, Arial, sans-serif; + border: none; + color: #fff; + font-family: inherit; font-weight: bold; - font-size: 13px; + font-size: 14px; text-decoration: none; - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05); + transition: background 0.2s ease; } .btn:hover { - background: -webkit-linear-gradient(top, rgba(40, 40, 40, 0.6), rgba(35, 35, 35, 0.6) 50%, rgba(10, 10, 10, 0.8) 50%, rgba(0, 0, 0, 0.8)); + background: #444; } .btn .icon { @@ -737,3 +750,91 @@ hr:after, padding-right: 9px; } } + +@media (prefers-color-scheme: dark) { + body { + background: #121212; + color: #e0e0e0; + } + h1, h2, h3, h4, h5, h6 { + color: #ffffff !important; + } + a { + color: #4da6ff; + } + a:hover, a:active { + color: #80c1ff; + } + .global-parameters { + background: #1e1e1e; + color: #ccc; + } + .global-parameters code { + color: #4da6ff; + } + th, td, .horizontal th, .horizontal tr:nth-child(even) th, tr:nth-child(even) td { + background: #1e1e1e; + border-bottom: 1px solid #333; + } + code { + background: #2a2a2a; + color: #f1f1f1; + } + pre code { + border: 1px solid #333; + } + blockquote { + color: #ccc; + border-left-color: #444; + background: rgba(255,255,255,0.05); + } + .social-nav .rounded { + background: #333; + color: #ccc; + } + .social-nav .rounded:hover { + color: #7AD03A; + } + header { + background: #000; + } + header h1 { + color: #f5f5f5; + } + .header-link { + color: #888; + } + .header-link:hover { + color: #ffffff; + } + input, textarea, select, button { + background: #2a2a2a; + color: #fff; + border: 1px solid #444; + } + fieldset { + border-color: #444; + } + tr:hover td { + background-color: #252525 !important; + } + /* List separators and symbols */ + ul li:before { + color: #aaa; + } + hr:after, .hentry:after { + background: #444; + } + .hentry + .hentry:before { + background: #121212; + color: #666; + } + /* Sponsor logos with transparent backgrounds */ + a > img[src*="make.wordpress.org/cli/files"] { + background: #fff; + padding: 15px; + border-radius: 8px; + display: inline-block; + box-sizing: border-box; + } +} \ No newline at end of file diff --git a/index.md b/index.md index 9eaabd31..fe828d3b 100644 --- a/index.md +++ b/index.md @@ -31,7 +31,7 @@ Ongoing maintenance is made possible by:
    -The current stable release is [version 2.12.0](https://make.wordpress.org/cli/2025/05/07/wp-cli-v2-12-0-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. +The current stable release is [version 2.12.0](https://make.wordpress.org/cli/2025/05/07/wp-cli-v2-12-0-release-notes/). For announcements, follow [@wpcli on X](https://x.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases. [![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") @@ -159,7 +159,7 @@ If you didn't find an answer in one of the venues above, you can: GitHub issues are meant for tracking enhancements to and bugs of existing commands, not general support. Before submitting a bug report, please [review our best practices](https://make.wordpress.org/cli/handbook/bug-reports/) to help ensure your issue is addressed in a timely manner. -Please do not ask support questions on Twitter. Twitter isn't an acceptable venue for support because: 1) it's hard to hold conversations in under 280 characters, and 2) Twitter isn't a place where someone with your same question can search for an answer in a prior conversation. +Please do not ask support questions on X. X isn't an acceptable venue for support because: 1) it's hard to hold conversations in under 280 characters, and 2) X isn't a place where someone with your same question can search for an answer in a prior conversation. Remember, libre != gratis; the open source license grants you the freedom to use and modify, but not commitments of other people's time. Please be respectful, and set your expectations accordingly. @@ -209,7 +209,7 @@ Read through our [contributing guidelines in the handbook](https://make.wordpres ## Leadership -WP-CLI has one project maintainer: [schlessera](https://github.com/schlessera). +WP-CLI has two project maintainers: [schlessera](https://github.com/schlessera) and [swissspidy](https://github.com/swissspidy). On occasion, we [grant write access to contributors](https://make.wordpress.org/cli/handbook/committers-credo/) who have demonstrated, over a period of time, that they are capable and invested in moving the project forward. From cf40a1fcb575cdff04f77a847406d3496631cd9f Mon Sep 17 00:00:00 2001 From: swissspidy Date: Tue, 10 Mar 2026 04:11:43 +0000 Subject: [PATCH 223/232] Update file(s) from wp-cli/.github --- .github/workflows/copilot-setup-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index a48b8d2c..42d610ad 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -38,7 +38,7 @@ jobs: - name: Install Composer dependencies & cache dependencies if: steps.check_composer_file.outputs.files_exists == 'true' - uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # v3 + uses: ramsey/composer-install@a35c6ebd3d08125aaf8852dff361e686a1a67947 # v3 env: COMPOSER_ROOT_VERSION: dev-${{ github.event.repository.default_branch }} with: From 211e39864314a4b38b758bd3e7ca6e17ca85477a Mon Sep 17 00:00:00 2001 From: swissspidy Date: Thu, 12 Mar 2026 07:26:46 +0000 Subject: [PATCH 224/232] Update file(s) from wp-cli/.github --- .github/workflows/copilot-setup-steps.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 42d610ad..a6bb2732 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -21,9 +21,7 @@ jobs: - name: Check existence of composer.json file id: check_composer_file - uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3 - with: - files: "composer.json" + run: echo "files_exists=$(test -f composer.json && echo true || echo false)" >> "$GITHUB_OUTPUT" - name: Set up PHP environment if: steps.check_composer_file.outputs.files_exists == 'true' From fee868241abdb7bed309ceeef39a6714a55bf91a Mon Sep 17 00:00:00 2001 From: swissspidy Date: Sun, 15 Mar 2026 17:25:16 +0000 Subject: [PATCH 225/232] Update file(s) from wp-cli/.github --- .github/workflows/copilot-setup-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index a6bb2732..80ebcb00 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -25,7 +25,7 @@ jobs: - name: Set up PHP environment if: steps.check_composer_file.outputs.files_exists == 'true' - uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # v2 + uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2 with: php-version: 'latest' ini-values: zend.assertions=1, error_reporting=-1, display_errors=On From 7e9d35b243a88245ad542563838d9dfc8664eaab Mon Sep 17 00:00:00 2001 From: swissspidy Date: Mon, 16 Mar 2026 07:04:27 +0000 Subject: [PATCH 226/232] Update file(s) from wp-cli/.github --- .github/workflows/copilot-setup-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 80ebcb00..32404820 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -36,7 +36,7 @@ jobs: - name: Install Composer dependencies & cache dependencies if: steps.check_composer_file.outputs.files_exists == 'true' - uses: ramsey/composer-install@a35c6ebd3d08125aaf8852dff361e686a1a67947 # v3 + uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # v3 env: COMPOSER_ROOT_VERSION: dev-${{ github.event.repository.default_branch }} with: From 14cb5461ae2c57630b1466736c8ec5e40d7171e8 Mon Sep 17 00:00:00 2001 From: swissspidy Date: Thu, 26 Mar 2026 19:53:44 +0000 Subject: [PATCH 227/232] Update file(s) from wp-cli/.github --- .github/workflows/copilot-setup-steps.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 32404820..4aadc6bc 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -36,9 +36,6 @@ jobs: - name: Install Composer dependencies & cache dependencies if: steps.check_composer_file.outputs.files_exists == 'true' - uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # v3 + uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # v4 env: COMPOSER_ROOT_VERSION: dev-${{ github.event.repository.default_branch }} - with: - # Bust the cache at least once a month - output format: YYYY-MM. - custom-cache-suffix: $(date -u "+%Y-%m") From 50ec30e2bad13094859ec93cee94ca39fda4e055 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Sat, 28 Mar 2026 12:14:46 +0100 Subject: [PATCH 228/232] Add some OG image See #443 --- _includes/header.html | 16 +++++++++++++++- assets/img/wp-cli-og-image.png | Bin 0 -> 38412 bytes 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 assets/img/wp-cli-og-image.png diff --git a/_includes/header.html b/_includes/header.html index cc3a7b51..d59efa8a 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -13,7 +13,21 @@ {{ page.title }} | WP-CLI - + + + + + + + + + + + + + + + {% for lang in site.languages %} {% endfor %} diff --git a/assets/img/wp-cli-og-image.png b/assets/img/wp-cli-og-image.png new file mode 100644 index 0000000000000000000000000000000000000000..b79dd474ed4d28e0479af3bbaccf7e0370a3aa29 GIT binary patch literal 38412 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 Date: Sat, 28 Mar 2026 12:23:04 +0100 Subject: [PATCH 229/232] Tweak OG title & description --- _includes/header.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/_includes/header.html b/_includes/header.html index d59efa8a..f9985180 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -12,19 +12,19 @@ - {{ page.title }} | WP-CLI - + {% if page.title == "WP-CLI" or page.title == nil %}WP-CLI - The command line interface for WordPress{% else %}{{ page.title }} | WP-CLI{% endif %} + - + - + - - + + From b7afabc825220a789c2b8a2bda5941e3ee56aa28 Mon Sep 17 00:00:00 2001 From: swissspidy Date: Wed, 22 Apr 2026 08:46:37 +0000 Subject: [PATCH 230/232] Update file(s) from wp-cli/.github --- .github/workflows/copilot-setup-steps.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 4aadc6bc..bba7cddc 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -9,8 +9,12 @@ on: paths: - .github/workflows/copilot-setup-steps.yml +permissions: + contents: read + jobs: copilot-setup-steps: + name: Setup environment runs-on: ubuntu-latest permissions: contents: read @@ -18,6 +22,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + with: + persist-credentials: false - name: Check existence of composer.json file id: check_composer_file @@ -36,6 +42,6 @@ jobs: - name: Install Composer dependencies & cache dependencies if: steps.check_composer_file.outputs.files_exists == 'true' - uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # v4 + uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # 4.0.0 env: COMPOSER_ROOT_VERSION: dev-${{ github.event.repository.default_branch }} From 83e3d79fd21b9bbc549e3c0317496a8edc3a54df Mon Sep 17 00:00:00 2001 From: Barry Abrahamson Date: Thu, 30 Apr 2026 01:03:57 -0500 Subject: [PATCH 231/232] Delete CNAME --- CNAME | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index 92366363..00000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -wp-cli.org \ No newline at end of file From 13a6d8d733476ae23873537a6724cff79d6ac05f Mon Sep 17 00:00:00 2001 From: ernilambar Date: Thu, 14 May 2026 09:15:06 +0000 Subject: [PATCH 232/232] Update file(s) from wp-cli/.github --- .github/workflows/copilot-setup-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index bba7cddc..d5e319e5 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -31,7 +31,7 @@ jobs: - name: Set up PHP environment if: steps.check_composer_file.outputs.files_exists == 'true' - uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2 + uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2 with: php-version: 'latest' ini-values: zend.assertions=1, error_reporting=-1, display_errors=On