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

shaofengshi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/main by this push:
     new 2254c7a12 [#5383] Add property commands for table in the Gravitino CLI 
(#5706)
2254c7a12 is described below

commit 2254c7a12f45d9b75c4589dfbc82a7d24d166f5e
Author: Justin Mclean <jus...@classsoftware.com>
AuthorDate: Mon Dec 2 13:21:30 2024 +1100

    [#5383] Add property commands for table in the Gravitino CLI (#5706)
    
    ### What changes were proposed in this pull request?
    
    Add property command for table in Gravitino CLI
    
    ### Why are the changes needed?
    
    To expand on the set of commands the CLI has.
    
    Fix: #5383
    
    ### Does this PR introduce _any_ user-facing change?
    
    No, but it adds extra commands.
    
    ### How was this patch tested?
    
    Tested locally.
---
 docs/cli.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/cli.md b/docs/cli.md
index 7f71d3694..ff4f94ab9 100644
--- a/docs/cli.md
+++ b/docs/cli.md
@@ -547,7 +547,7 @@ gcli tag update --tag tagA --rename newTag
 gcli tag update --tag tagA --comment "new comment"
 ```
 
-### Owners commands
+### Owner commands
 
 #### List an owner
 

Reply via email to