You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/09/17 12:02:24 UTC

[pulsar-site] branch main updated: Docs sync done from apache/pulsar(#4ec1009)

This is an automated email from the ASF dual-hosted git repository.

urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 569636e7753 Docs sync done from apache/pulsar(#4ec1009)
569636e7753 is described below

commit 569636e77532059c765676bd9ac17a0538c8ded4
Author: Pulsar Site Updater <de...@pulsar.apache.org>
AuthorDate: Sat Sep 17 12:02:19 2022 +0000

    Docs sync done from apache/pulsar(#4ec1009)
---
 site2/website-next/docs/reference-cli-tools.md | 30 ++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/site2/website-next/docs/reference-cli-tools.md b/site2/website-next/docs/reference-cli-tools.md
index dd094782b42..8d172c8a3b4 100644
--- a/site2/website-next/docs/reference-cli-tools.md
+++ b/site2/website-next/docs/reference-cli-tools.md
@@ -1014,6 +1014,36 @@ Options
 | `--url`  | URL of the config.       |  |
 | `--value`  | Inline value of the config. Base64-encoded value is supported with the prefix `base64:`. |  |
 
+#### `set-property`
+
+Set a value for a specified configuration property.
+
+```bash
+default(localhost)> config set-property -p webServiceUrl -v http://<cluster-hostname> mycluster
+```
+
+Options
+
+| Flag               | Description                 | Default         |
+|--------------------|-----------------------------|-----------------|
+| `-p`, `--property` | Property name to update.    |  | 
+| `-v`, `--value`    | New value for the property. |  |
+
+
+#### `get-property`
+
+Get the value for a specified configuration property.
+
+```bash
+default(localhost)> config get-property -p webServiceUrl mycluster
+```
+
+Options
+
+| Flag               | Description                 | Default         |
+|--------------------|-----------------------------|-----------------|
+| `-p`, `--property` | Property name to update.    |  | 
+
 
 #### `view`