From 6ee24570beb96395e1c98671e805774ef1ee3b48 Mon Sep 17 00:00:00 2001 From: Anonymitaet Date: Tue, 30 Nov 2021 16:06:08 +0800 Subject: [PATCH 1/2] [Doc] add tips for pulsar tools --- site2/docs/reference-cli-tools.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/site2/docs/reference-cli-tools.md b/site2/docs/reference-cli-tools.md index 6aeb7e817c9c9..2bea35cbf7d2c 100644 --- a/site2/docs/reference-cli-tools.md +++ b/site2/docs/reference-cli-tools.md @@ -15,8 +15,12 @@ All Pulsar command-line tools can be run from the `bin` directory of your [insta * [`bookkeeper`](#bookkeeper) * [`broker-tool`](#broker-tool) -> ### Getting help -> You can get help for any CLI tool, command, or subcommand using the `--help` flag, or `-h` for short. Here's an example: +> **Important** +> +> - This page only shows **some frequently used commands**. For the latest information about `pulsar`, `pulsar-client`, and `pulsar-perf`, including commands, flags, descriptions, and more, see [Pulsar tools](https://pulsar.apache.org/tools/). +> +> - You can get help for any CLI tool, command, or subcommand using the `--help` flag, or `-h` for short. Here's an example: +> > ```shell > $ bin/pulsar broker --help > ``` From 2cf48de578199b931a4b4755a37db76e6f087d88 Mon Sep 17 00:00:00 2001 From: Anonymitaet Date: Wed, 1 Dec 2021 15:27:17 +0800 Subject: [PATCH 2/2] update --- site2/docs/admin-api-brokers.md | 2 +- site2/docs/admin-api-namespaces.md | 2 +- site2/docs/admin-api-overview.md | 2 +- site2/docs/administration-geo.md | 2 +- site2/docs/reference-cli-tools.md | 2 +- site2/docs/reference-connector-admin.md | 2 +- site2/website-next/docs/admin-api-brokers.md | 2 +- site2/website-next/docs/admin-api-namespaces.md | 2 +- site2/website-next/docs/admin-api-overview.md | 2 +- site2/website-next/docs/administration-geo.md | 2 +- site2/website-next/docs/reference-connector-admin.md | 2 +- .../versioned_docs/version-2.6.0/reference-connector-admin.md | 2 +- .../versioned_docs/version-2.6.3/reference-connector-admin.md | 2 +- .../versioned_docs/version-2.6.4/reference-connector-admin.md | 2 +- .../versioned_docs/version-2.7.0/admin-api-overview.md | 2 +- .../versioned_docs/version-2.7.0/reference-connector-admin.md | 2 +- .../versioned_docs/version-2.7.1/reference-connector-admin.md | 2 +- .../versioned_docs/version-2.7.2/reference-connector-admin.md | 2 +- .../versioned_docs/version-2.7.3/reference-connector-admin.md | 2 +- .../versioned_docs/version-2.8.0/reference-connector-admin.md | 2 +- .../versioned_docs/version-2.4.1/reference-connector-admin.md | 2 +- .../versioned_docs/version-2.4.2/reference-connector-admin.md | 2 +- .../versioned_docs/version-2.5.0/reference-connector-admin.md | 2 +- .../versioned_docs/version-2.6.0/reference-connector-admin.md | 2 +- .../versioned_docs/version-2.6.1/reference-connector-admin.md | 2 +- .../versioned_docs/version-2.6.2/reference-connector-admin.md | 2 +- .../versioned_docs/version-2.6.3/reference-connector-admin.md | 2 +- .../versioned_docs/version-2.6.4/reference-connector-admin.md | 2 +- .../website/versioned_docs/version-2.7.0/admin-api-overview.md | 2 +- .../versioned_docs/version-2.7.0/reference-connector-admin.md | 2 +- .../versioned_docs/version-2.7.1/reference-connector-admin.md | 2 +- .../versioned_docs/version-2.7.2/reference-connector-admin.md | 2 +- .../versioned_docs/version-2.7.3/reference-connector-admin.md | 2 +- .../versioned_docs/version-2.8.0/reference-connector-admin.md | 2 +- .../versioned_docs/version-2.8.1/reference-connector-admin.md | 2 +- site2/website/versioned_docs/version-2.8.2/admin-api-brokers.md | 2 +- .../website/versioned_docs/version-2.8.2/admin-api-clusters.md | 2 +- .../website/versioned_docs/version-2.8.2/admin-api-functions.md | 2 +- .../versioned_docs/version-2.8.2/admin-api-namespaces.md | 2 +- .../website/versioned_docs/version-2.8.2/admin-api-overview.md | 2 +- .../website/versioned_docs/version-2.8.2/admin-api-packages.md | 2 +- .../versioned_docs/version-2.8.2/admin-api-permissions.md | 2 +- site2/website/versioned_docs/version-2.8.2/admin-api-tenants.md | 2 +- site2/website/versioned_docs/version-2.8.2/admin-api-topics.md | 2 +- .../versioned_docs/version-2.8.2/reference-connector-admin.md | 2 +- 45 files changed, 45 insertions(+), 45 deletions(-) diff --git a/site2/docs/admin-api-brokers.md b/site2/docs/admin-api-brokers.md index 367b1e1cf561a..219721772923c 100644 --- a/site2/docs/admin-api-brokers.md +++ b/site2/docs/admin-api-brokers.md @@ -8,7 +8,7 @@ sidebar_label: Brokers > > This page only shows **some frequently used operations**. > -> - For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). +> - For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). > > - For the latest and complete information about `REST API`, including parameters, responses, samples, and more, see {@inject: rest:REST:/} API doc. > diff --git a/site2/docs/admin-api-namespaces.md b/site2/docs/admin-api-namespaces.md index c540af9345669..aea13c3ff43a3 100644 --- a/site2/docs/admin-api-namespaces.md +++ b/site2/docs/admin-api-namespaces.md @@ -8,7 +8,7 @@ sidebar_label: Namespaces > > This page only shows **some frequently used operations**. > -> - For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). +> - For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). > > - For the latest and complete information about `REST API`, including parameters, responses, samples, and more, see {@inject: rest:REST:/} API doc. > diff --git a/site2/docs/admin-api-overview.md b/site2/docs/admin-api-overview.md index 252ed347ba6d8..87fc7148cd291 100644 --- a/site2/docs/admin-api-overview.md +++ b/site2/docs/admin-api-overview.md @@ -16,7 +16,7 @@ You can interact with the admin interface via: > **Important** > - > For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). + > For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). - HTTP calls, which are made against the admin {@inject: rest:REST:/} API provided by Pulsar brokers. For some RESTful APIs, they might be redirected to the owner brokers for serving with [`307 Temporary Redirect`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/307), hence the HTTP callers should handle `307 Temporary Redirect`. If you use `curl` commands, you should specify `-L` to handle redirections. diff --git a/site2/docs/administration-geo.md b/site2/docs/administration-geo.md index b865837058975..5f241d28a1447 100644 --- a/site2/docs/administration-geo.md +++ b/site2/docs/administration-geo.md @@ -117,7 +117,7 @@ $ bin/pulsar-admin namespaces set-clusters my-tenant/my-namespace \ #### Enable geo-replication at topic level -You can set geo-replication at topic level using the command `pulsar-admin topics set-replication-clusters`. For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). +You can set geo-replication at topic level using the command `pulsar-admin topics set-replication-clusters`. For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). ```shell $ bin/pulsar-admin topics set-replication-clusters --clusters us-west,us-east,us-cent my-tenant/my-namespace/my-topic diff --git a/site2/docs/reference-cli-tools.md b/site2/docs/reference-cli-tools.md index 2bea35cbf7d2c..4ea6fd6bdafe3 100644 --- a/site2/docs/reference-cli-tools.md +++ b/site2/docs/reference-cli-tools.md @@ -17,7 +17,7 @@ All Pulsar command-line tools can be run from the `bin` directory of your [insta > **Important** > -> - This page only shows **some frequently used commands**. For the latest information about `pulsar`, `pulsar-client`, and `pulsar-perf`, including commands, flags, descriptions, and more, see [Pulsar tools](https://pulsar.apache.org/tools/). +> - This page only shows **some frequently used commands**. For the latest information about `pulsar`, `pulsar-client`, and `pulsar-perf`, including commands, flags, descriptions, and more information, see [Pulsar tools](https://pulsar.apache.org/tools/). > > - You can get help for any CLI tool, command, or subcommand using the `--help` flag, or `-h` for short. Here's an example: > diff --git a/site2/docs/reference-connector-admin.md b/site2/docs/reference-connector-admin.md index b8b8698004556..47029e1f1d722 100644 --- a/site2/docs/reference-connector-admin.md +++ b/site2/docs/reference-connector-admin.md @@ -6,6 +6,6 @@ sidebar_label: Connector Admin CLI > **Important** > -> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). +> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). > diff --git a/site2/website-next/docs/admin-api-brokers.md b/site2/website-next/docs/admin-api-brokers.md index 55c0184e7228c..10a90caae3eb2 100644 --- a/site2/website-next/docs/admin-api-brokers.md +++ b/site2/website-next/docs/admin-api-brokers.md @@ -12,7 +12,7 @@ import TabItem from '@theme/TabItem'; > > This page only shows **some frequently used operations**. > -> - For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). +> - For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). > > - For the latest and complete information about `REST API`, including parameters, responses, samples, and more, see {@inject: rest:REST:/} API doc. > diff --git a/site2/website-next/docs/admin-api-namespaces.md b/site2/website-next/docs/admin-api-namespaces.md index e13e284cd456f..c53fa3c232c89 100644 --- a/site2/website-next/docs/admin-api-namespaces.md +++ b/site2/website-next/docs/admin-api-namespaces.md @@ -12,7 +12,7 @@ import TabItem from '@theme/TabItem'; > > This page only shows **some frequently used operations**. > -> - For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). +> - For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). > > - For the latest and complete information about `REST API`, including parameters, responses, samples, and more, see {@inject: rest:REST:/} API doc. > diff --git a/site2/website-next/docs/admin-api-overview.md b/site2/website-next/docs/admin-api-overview.md index d65f35e9f9e35..bd1e1f5fd6b72 100644 --- a/site2/website-next/docs/admin-api-overview.md +++ b/site2/website-next/docs/admin-api-overview.md @@ -22,7 +22,7 @@ You can interact with the admin interface via: > **Important** > - > For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). + > For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). - HTTP calls, which are made against the admin {@inject: rest:REST:/} API provided by Pulsar brokers. For some RESTful APIs, they might be redirected to the owner brokers for serving with [`307 Temporary Redirect`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/307), hence the HTTP callers should handle `307 Temporary Redirect`. If you use `curl` commands, you should specify `-L` to handle redirections. diff --git a/site2/website-next/docs/administration-geo.md b/site2/website-next/docs/administration-geo.md index e2ff3f4132b07..159172f54c7d1 100644 --- a/site2/website-next/docs/administration-geo.md +++ b/site2/website-next/docs/administration-geo.md @@ -133,7 +133,7 @@ $ bin/pulsar-admin namespaces set-clusters my-tenant/my-namespace \ #### Enable geo-replication at topic level -You can set geo-replication at topic level using the command `pulsar-admin topics set-replication-clusters`. For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). +You can set geo-replication at topic level using the command `pulsar-admin topics set-replication-clusters`. For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). ```shell diff --git a/site2/website-next/docs/reference-connector-admin.md b/site2/website-next/docs/reference-connector-admin.md index 0ead096260adc..ec2005c78f28c 100644 --- a/site2/website-next/docs/reference-connector-admin.md +++ b/site2/website-next/docs/reference-connector-admin.md @@ -6,6 +6,6 @@ sidebar_label: "Connector Admin CLI" > **Important** > -> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). +> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). > diff --git a/site2/website-next/versioned_docs/version-2.6.0/reference-connector-admin.md b/site2/website-next/versioned_docs/version-2.6.0/reference-connector-admin.md index 4b0402f98bdfc..7b73ae80750cd 100644 --- a/site2/website-next/versioned_docs/version-2.6.0/reference-connector-admin.md +++ b/site2/website-next/versioned_docs/version-2.6.0/reference-connector-admin.md @@ -7,5 +7,5 @@ original_id: reference-connector-admin > **Important** > -> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). +> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). > \ No newline at end of file diff --git a/site2/website-next/versioned_docs/version-2.6.3/reference-connector-admin.md b/site2/website-next/versioned_docs/version-2.6.3/reference-connector-admin.md index 4b0402f98bdfc..7b73ae80750cd 100644 --- a/site2/website-next/versioned_docs/version-2.6.3/reference-connector-admin.md +++ b/site2/website-next/versioned_docs/version-2.6.3/reference-connector-admin.md @@ -7,5 +7,5 @@ original_id: reference-connector-admin > **Important** > -> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). +> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). > \ No newline at end of file diff --git a/site2/website-next/versioned_docs/version-2.6.4/reference-connector-admin.md b/site2/website-next/versioned_docs/version-2.6.4/reference-connector-admin.md index 4b0402f98bdfc..7b73ae80750cd 100644 --- a/site2/website-next/versioned_docs/version-2.6.4/reference-connector-admin.md +++ b/site2/website-next/versioned_docs/version-2.6.4/reference-connector-admin.md @@ -7,5 +7,5 @@ original_id: reference-connector-admin > **Important** > -> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). +> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). > \ No newline at end of file diff --git a/site2/website-next/versioned_docs/version-2.7.0/admin-api-overview.md b/site2/website-next/versioned_docs/version-2.7.0/admin-api-overview.md index fc17d26b6f8c4..420e1bc1d68b0 100644 --- a/site2/website-next/versioned_docs/version-2.7.0/admin-api-overview.md +++ b/site2/website-next/versioned_docs/version-2.7.0/admin-api-overview.md @@ -29,7 +29,7 @@ You can interact with the admin interface via the following methods. > **Important** > - > For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). + > For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). - HTTP calls, which are made against the admin {@inject: rest:REST:/} API provided by Pulsar brokers. For some RESTful APIs, they might be redirected to the owner brokers for serving with [`307 Temporary Redirect`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/307), hence the HTTP callers should handle `307 Temporary Redirect`. If you use `curl` commands, you should specify `-L` to handle redirections. diff --git a/site2/website-next/versioned_docs/version-2.7.0/reference-connector-admin.md b/site2/website-next/versioned_docs/version-2.7.0/reference-connector-admin.md index b995e7bb231ca..5a2eaa870bc84 100644 --- a/site2/website-next/versioned_docs/version-2.7.0/reference-connector-admin.md +++ b/site2/website-next/versioned_docs/version-2.7.0/reference-connector-admin.md @@ -11,5 +11,5 @@ import TabItem from '@theme/TabItem'; > **Important** > -> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). +> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). > \ No newline at end of file diff --git a/site2/website-next/versioned_docs/version-2.7.1/reference-connector-admin.md b/site2/website-next/versioned_docs/version-2.7.1/reference-connector-admin.md index 4b0402f98bdfc..7b73ae80750cd 100644 --- a/site2/website-next/versioned_docs/version-2.7.1/reference-connector-admin.md +++ b/site2/website-next/versioned_docs/version-2.7.1/reference-connector-admin.md @@ -7,5 +7,5 @@ original_id: reference-connector-admin > **Important** > -> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). +> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). > \ No newline at end of file diff --git a/site2/website-next/versioned_docs/version-2.7.2/reference-connector-admin.md b/site2/website-next/versioned_docs/version-2.7.2/reference-connector-admin.md index 4b0402f98bdfc..7b73ae80750cd 100644 --- a/site2/website-next/versioned_docs/version-2.7.2/reference-connector-admin.md +++ b/site2/website-next/versioned_docs/version-2.7.2/reference-connector-admin.md @@ -7,5 +7,5 @@ original_id: reference-connector-admin > **Important** > -> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). +> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). > \ No newline at end of file diff --git a/site2/website-next/versioned_docs/version-2.7.3/reference-connector-admin.md b/site2/website-next/versioned_docs/version-2.7.3/reference-connector-admin.md index 4b0402f98bdfc..7b73ae80750cd 100644 --- a/site2/website-next/versioned_docs/version-2.7.3/reference-connector-admin.md +++ b/site2/website-next/versioned_docs/version-2.7.3/reference-connector-admin.md @@ -7,5 +7,5 @@ original_id: reference-connector-admin > **Important** > -> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). +> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). > \ No newline at end of file diff --git a/site2/website-next/versioned_docs/version-2.8.0/reference-connector-admin.md b/site2/website-next/versioned_docs/version-2.8.0/reference-connector-admin.md index 4b0402f98bdfc..7b73ae80750cd 100644 --- a/site2/website-next/versioned_docs/version-2.8.0/reference-connector-admin.md +++ b/site2/website-next/versioned_docs/version-2.8.0/reference-connector-admin.md @@ -7,5 +7,5 @@ original_id: reference-connector-admin > **Important** > -> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). +> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). > \ No newline at end of file diff --git a/site2/website/versioned_docs/version-2.4.1/reference-connector-admin.md b/site2/website/versioned_docs/version-2.4.1/reference-connector-admin.md index 36a467463838d..c7fa54f9fc6ee 100644 --- a/site2/website/versioned_docs/version-2.4.1/reference-connector-admin.md +++ b/site2/website/versioned_docs/version-2.4.1/reference-connector-admin.md @@ -7,7 +7,7 @@ original_id: reference-connector-admin > **Important** > -> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). +> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). The `pulsar-admin` tool helps you manage Pulsar connectors. diff --git a/site2/website/versioned_docs/version-2.4.2/reference-connector-admin.md b/site2/website/versioned_docs/version-2.4.2/reference-connector-admin.md index bb49a800fb258..ec70a2efa90c3 100644 --- a/site2/website/versioned_docs/version-2.4.2/reference-connector-admin.md +++ b/site2/website/versioned_docs/version-2.4.2/reference-connector-admin.md @@ -7,7 +7,7 @@ original_id: reference-connector-admin > **Important** > -> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). +> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). > The `pulsar-admin` tool helps you manage Pulsar connectors. diff --git a/site2/website/versioned_docs/version-2.5.0/reference-connector-admin.md b/site2/website/versioned_docs/version-2.5.0/reference-connector-admin.md index 81f5ac61e6ea2..3db73739fd9b9 100644 --- a/site2/website/versioned_docs/version-2.5.0/reference-connector-admin.md +++ b/site2/website/versioned_docs/version-2.5.0/reference-connector-admin.md @@ -7,5 +7,5 @@ original_id: reference-connector-admin > **Important** > -> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). +> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). > \ No newline at end of file diff --git a/site2/website/versioned_docs/version-2.6.0/reference-connector-admin.md b/site2/website/versioned_docs/version-2.6.0/reference-connector-admin.md index 6b762dd0a8dbe..75bc697c9b0d6 100644 --- a/site2/website/versioned_docs/version-2.6.0/reference-connector-admin.md +++ b/site2/website/versioned_docs/version-2.6.0/reference-connector-admin.md @@ -7,5 +7,5 @@ original_id: reference-connector-admin > **Important** > -> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). +> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). > \ No newline at end of file diff --git a/site2/website/versioned_docs/version-2.6.1/reference-connector-admin.md b/site2/website/versioned_docs/version-2.6.1/reference-connector-admin.md index 1e89f3fd48cdf..51003fa41d2ef 100644 --- a/site2/website/versioned_docs/version-2.6.1/reference-connector-admin.md +++ b/site2/website/versioned_docs/version-2.6.1/reference-connector-admin.md @@ -7,5 +7,5 @@ original_id: reference-connector-admin > **Important** > -> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). +> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). > \ No newline at end of file diff --git a/site2/website/versioned_docs/version-2.6.2/reference-connector-admin.md b/site2/website/versioned_docs/version-2.6.2/reference-connector-admin.md index e2a11548054f0..de10e3a0b45ec 100644 --- a/site2/website/versioned_docs/version-2.6.2/reference-connector-admin.md +++ b/site2/website/versioned_docs/version-2.6.2/reference-connector-admin.md @@ -7,5 +7,5 @@ original_id: reference-connector-admin > **Important** > -> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). +> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). > \ No newline at end of file diff --git a/site2/website/versioned_docs/version-2.6.3/reference-connector-admin.md b/site2/website/versioned_docs/version-2.6.3/reference-connector-admin.md index 2eb784a5ae5ee..7f911e9049397 100644 --- a/site2/website/versioned_docs/version-2.6.3/reference-connector-admin.md +++ b/site2/website/versioned_docs/version-2.6.3/reference-connector-admin.md @@ -7,5 +7,5 @@ original_id: reference-connector-admin > **Important** > -> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). +> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). > \ No newline at end of file diff --git a/site2/website/versioned_docs/version-2.6.4/reference-connector-admin.md b/site2/website/versioned_docs/version-2.6.4/reference-connector-admin.md index 947bc46e56196..407851c13a776 100644 --- a/site2/website/versioned_docs/version-2.6.4/reference-connector-admin.md +++ b/site2/website/versioned_docs/version-2.6.4/reference-connector-admin.md @@ -7,5 +7,5 @@ original_id: reference-connector-admin > **Important** > -> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). +> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). > \ No newline at end of file diff --git a/site2/website/versioned_docs/version-2.7.0/admin-api-overview.md b/site2/website/versioned_docs/version-2.7.0/admin-api-overview.md index eabf7efe58e8b..5c9817c4533a3 100644 --- a/site2/website/versioned_docs/version-2.7.0/admin-api-overview.md +++ b/site2/website/versioned_docs/version-2.7.0/admin-api-overview.md @@ -21,7 +21,7 @@ You can interact with the admin interface via the following methods. > **Important** > - > For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). + > For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). - HTTP calls, which are made against the admin {@inject: rest:REST:/} API provided by Pulsar brokers. For some RESTful APIs, they might be redirected to the owner brokers for serving with [`307 Temporary Redirect`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/307), hence the HTTP callers should handle `307 Temporary Redirect`. If you use `curl` commands, you should specify `-L` to handle redirections. diff --git a/site2/website/versioned_docs/version-2.7.0/reference-connector-admin.md b/site2/website/versioned_docs/version-2.7.0/reference-connector-admin.md index 322c5e2ee515e..10f00bfe08ef0 100644 --- a/site2/website/versioned_docs/version-2.7.0/reference-connector-admin.md +++ b/site2/website/versioned_docs/version-2.7.0/reference-connector-admin.md @@ -7,5 +7,5 @@ original_id: reference-connector-admin > **Important** > -> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). +> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). > \ No newline at end of file diff --git a/site2/website/versioned_docs/version-2.7.1/reference-connector-admin.md b/site2/website/versioned_docs/version-2.7.1/reference-connector-admin.md index bb9fccc8ae617..3447937a92e23 100644 --- a/site2/website/versioned_docs/version-2.7.1/reference-connector-admin.md +++ b/site2/website/versioned_docs/version-2.7.1/reference-connector-admin.md @@ -7,5 +7,5 @@ original_id: reference-connector-admin > **Important** > -> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). +> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). > \ No newline at end of file diff --git a/site2/website/versioned_docs/version-2.7.2/reference-connector-admin.md b/site2/website/versioned_docs/version-2.7.2/reference-connector-admin.md index afc318dd558c8..6be225c3f13c2 100644 --- a/site2/website/versioned_docs/version-2.7.2/reference-connector-admin.md +++ b/site2/website/versioned_docs/version-2.7.2/reference-connector-admin.md @@ -7,5 +7,5 @@ original_id: reference-connector-admin > **Important** > -> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). +> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). > \ No newline at end of file diff --git a/site2/website/versioned_docs/version-2.7.3/reference-connector-admin.md b/site2/website/versioned_docs/version-2.7.3/reference-connector-admin.md index 996973121a13d..9308d5af2496e 100644 --- a/site2/website/versioned_docs/version-2.7.3/reference-connector-admin.md +++ b/site2/website/versioned_docs/version-2.7.3/reference-connector-admin.md @@ -7,5 +7,5 @@ original_id: reference-connector-admin > **Important** > -> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). +> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). > \ No newline at end of file diff --git a/site2/website/versioned_docs/version-2.8.0/reference-connector-admin.md b/site2/website/versioned_docs/version-2.8.0/reference-connector-admin.md index 0055250929f9d..e32efdaf8060d 100644 --- a/site2/website/versioned_docs/version-2.8.0/reference-connector-admin.md +++ b/site2/website/versioned_docs/version-2.8.0/reference-connector-admin.md @@ -7,5 +7,5 @@ original_id: reference-connector-admin > **Important** > -> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). +> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). > \ No newline at end of file diff --git a/site2/website/versioned_docs/version-2.8.1/reference-connector-admin.md b/site2/website/versioned_docs/version-2.8.1/reference-connector-admin.md index dfe48d937e1f5..8377bf61b3f8c 100644 --- a/site2/website/versioned_docs/version-2.8.1/reference-connector-admin.md +++ b/site2/website/versioned_docs/version-2.8.1/reference-connector-admin.md @@ -7,5 +7,5 @@ original_id: reference-connector-admin > **Important** > -> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). +> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). > \ No newline at end of file diff --git a/site2/website/versioned_docs/version-2.8.2/admin-api-brokers.md b/site2/website/versioned_docs/version-2.8.2/admin-api-brokers.md index 35b4bca16d483..4a9e7976ad108 100644 --- a/site2/website/versioned_docs/version-2.8.2/admin-api-brokers.md +++ b/site2/website/versioned_docs/version-2.8.2/admin-api-brokers.md @@ -9,7 +9,7 @@ original_id: admin-api-brokers > > This page only shows **some frequently used operations**. > -> - For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). +> - For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). > > - For the latest and complete information about `REST API`, including parameters, responses, samples, and more, see {@inject: rest:REST:/} API doc. > diff --git a/site2/website/versioned_docs/version-2.8.2/admin-api-clusters.md b/site2/website/versioned_docs/version-2.8.2/admin-api-clusters.md index e38614da610f0..a704dbb96a7cd 100644 --- a/site2/website/versioned_docs/version-2.8.2/admin-api-clusters.md +++ b/site2/website/versioned_docs/version-2.8.2/admin-api-clusters.md @@ -9,7 +9,7 @@ original_id: admin-api-clusters > > This page only shows **some frequently used operations**. > -> - For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). +> - For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). > > - For the latest and complete information about `REST API`, including parameters, responses, samples, and more, see {@inject: rest:REST:/} API doc. > diff --git a/site2/website/versioned_docs/version-2.8.2/admin-api-functions.md b/site2/website/versioned_docs/version-2.8.2/admin-api-functions.md index 3396b93bb932d..ab86bd8168ba9 100644 --- a/site2/website/versioned_docs/version-2.8.2/admin-api-functions.md +++ b/site2/website/versioned_docs/version-2.8.2/admin-api-functions.md @@ -9,7 +9,7 @@ original_id: admin-api-functions > > This page only shows **some frequently used operations**. > -> - For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). +> - For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). > > - For the latest and complete information about `REST API`, including parameters, responses, samples, and more, see {@inject: rest:REST:/} API doc. > diff --git a/site2/website/versioned_docs/version-2.8.2/admin-api-namespaces.md b/site2/website/versioned_docs/version-2.8.2/admin-api-namespaces.md index 79435ea65def3..c9442c6517011 100644 --- a/site2/website/versioned_docs/version-2.8.2/admin-api-namespaces.md +++ b/site2/website/versioned_docs/version-2.8.2/admin-api-namespaces.md @@ -9,7 +9,7 @@ original_id: admin-api-namespaces > > This page only shows **some frequently used operations**. > -> - For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). +> - For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). > > - For the latest and complete information about `REST API`, including parameters, responses, samples, and more, see {@inject: rest:REST:/} API doc. > diff --git a/site2/website/versioned_docs/version-2.8.2/admin-api-overview.md b/site2/website/versioned_docs/version-2.8.2/admin-api-overview.md index 1aef9c9aeeea0..3b8ed094ee545 100644 --- a/site2/website/versioned_docs/version-2.8.2/admin-api-overview.md +++ b/site2/website/versioned_docs/version-2.8.2/admin-api-overview.md @@ -17,7 +17,7 @@ You can interact with the admin interface via: > **Important** > - > For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). + > For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). - HTTP calls, which are made against the admin {@inject: rest:REST:/} API provided by Pulsar brokers. For some RESTful APIs, they might be redirected to the owner brokers for serving with [`307 Temporary Redirect`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/307), hence the HTTP callers should handle `307 Temporary Redirect`. If you use `curl` commands, you should specify `-L` to handle redirections. diff --git a/site2/website/versioned_docs/version-2.8.2/admin-api-packages.md b/site2/website/versioned_docs/version-2.8.2/admin-api-packages.md index bb8ceaf7b1ead..596f7d6f4db67 100644 --- a/site2/website/versioned_docs/version-2.8.2/admin-api-packages.md +++ b/site2/website/versioned_docs/version-2.8.2/admin-api-packages.md @@ -9,7 +9,7 @@ original_id: admin-api-packages > > This page only shows **some frequently used operations**. > -> - For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). +> - For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). > > - For the latest and complete information about `REST API`, including parameters, responses, samples, and more, see {@inject: rest:REST:/} API doc. > diff --git a/site2/website/versioned_docs/version-2.8.2/admin-api-permissions.md b/site2/website/versioned_docs/version-2.8.2/admin-api-permissions.md index 293d335c05515..5817cf2ac871f 100644 --- a/site2/website/versioned_docs/version-2.8.2/admin-api-permissions.md +++ b/site2/website/versioned_docs/version-2.8.2/admin-api-permissions.md @@ -9,7 +9,7 @@ original_id: admin-api-permissions > > This page only shows **some frequently used operations**. > -> - For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). +> - For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). > > - For the latest and complete information about `REST API`, including parameters, responses, samples, and more, see {@inject: rest:REST:/} API doc. > diff --git a/site2/website/versioned_docs/version-2.8.2/admin-api-tenants.md b/site2/website/versioned_docs/version-2.8.2/admin-api-tenants.md index cb7fd028e5e2c..65e5eeb0573d2 100644 --- a/site2/website/versioned_docs/version-2.8.2/admin-api-tenants.md +++ b/site2/website/versioned_docs/version-2.8.2/admin-api-tenants.md @@ -9,7 +9,7 @@ original_id: admin-api-tenants > > This page only shows **some frequently used operations**. > -> - For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). +> - For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). > > - For the latest and complete information about `REST API`, including parameters, responses, samples, and more, see {@inject: rest:REST:/} API doc. > diff --git a/site2/website/versioned_docs/version-2.8.2/admin-api-topics.md b/site2/website/versioned_docs/version-2.8.2/admin-api-topics.md index c24c35241bec7..dc351c951f849 100644 --- a/site2/website/versioned_docs/version-2.8.2/admin-api-topics.md +++ b/site2/website/versioned_docs/version-2.8.2/admin-api-topics.md @@ -9,7 +9,7 @@ original_id: admin-api-topics > > This page only shows **some frequently used operations**. > -> - For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). +> - For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). > > - For the latest and complete information about `REST API`, including parameters, responses, samples, and more, see {@inject: rest:REST:/} API doc. > diff --git a/site2/website/versioned_docs/version-2.8.2/reference-connector-admin.md b/site2/website/versioned_docs/version-2.8.2/reference-connector-admin.md index 831a999dad30e..b0295119822da 100644 --- a/site2/website/versioned_docs/version-2.8.2/reference-connector-admin.md +++ b/site2/website/versioned_docs/version-2.8.2/reference-connector-admin.md @@ -7,5 +7,5 @@ original_id: reference-connector-admin > **Important** > -> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). +> For the latest and complete information about `Pulsar admin`, including commands, flags, descriptions, and more information, see [Pulsar admin doc](https://pulsar.apache.org/tools/pulsar-admin/). > \ No newline at end of file