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

chenhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 3083412b1c [website]Declare the bookkeeper shell 
queryautorecoverystatuscommand on the web site #3536 (#3537)
3083412b1c is described below

commit 3083412b1ce8baa9ae03ecdef4f80bad72478657
Author: 赤月 <[email protected]>
AuthorDate: Thu Oct 20 08:34:33 2022 +0800

    [website]Declare the bookkeeper shell queryautorecoverystatuscommand on the 
web site #3536 (#3537)
    
    Descriptions of the changes in this PR:
    
    ### Motivation
    The [bookkeeper shell 
queryautorecoverystatus](https://github.com/apache/bookkeeper/blob/b13dd20f0a905c615daef2e1ddcfa0e0979d1a07/bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/BookieShell.java#L1361)
 command is not publicly listed on the site
    
    ### Changes
    
    Declare the bookkeeper shell queryautorecoverystatuscommand on the web site
    
    Master Issue: #3536
---
 site3/website/docs/reference/cli.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/site3/website/docs/reference/cli.md 
b/site3/website/docs/reference/cli.md
index c493fec3ad..02b8486c44 100644
--- a/site3/website/docs/reference/cli.md
+++ b/site3/website/docs/reference/cli.md
@@ -98,6 +98,19 @@ $ bin/bookkeeper help
 
 
 
+### queryautorecoverystatus {#bookkeeper-shell-queryautorecoverystatus}
+
+Query the autorecovery status
+
+##### Usage
+
+```shell
+$ bin/bookkeeper shell queryautorecoverystatus
+```
+
+| Flag           | Description |
+|----------------| ----------- |
+| -v,--verbose   | List recovering detailed ledger info | 
 
 ### autorecovery {#bookkeeper-shell-autorecovery}
 

Reply via email to