momo-jun commented on code in PR #16725:
URL: https://github.com/apache/pulsar/pull/16725#discussion_r927232728


##########
site2/docs/administration-pulsar-shell.md:
##########
@@ -0,0 +1,174 @@
+---
+id: administration-pulsar-shell
+title: Pulsar Shell
+sidebar_label: "Pulsar Shell"
+---
+
+````mdx-code-block
+import Tabs from '@theme/Tabs';
+import TabItem from '@theme/TabItem';
+````
+
+
+Pulsar shell is a fast and flexible shell for Pulsar cluster management, 
messaging, and more.
+It's great for quickly switching between different clusters, and can modify 
cluster or tenant configurations in an instant.
+
+
+# Features
+- Administration: find all the [Admin API](admin-api-overview.md) features 
under  the `admin` command .
+- Client: find all the [pulsar-client](reference-cli-tools#pulsar-client.md) 
features under the `client` command.
+
+
+# Installation

Review Comment:
   ```suggestion
   ## Install Pulsar Shell
   ```
   
   Use the imperative verb in the heading than a noun.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to