justinmclean commented on code in PR #5291:
URL: https://github.com/apache/gravitino/pull/5291#discussion_r1835919131


##########
docs/cli.md:
##########
@@ -169,75 +177,75 @@ gcli metalake list
 #### Show a metalake details
 
 ```bash
-gcli metalake details --metalake metalake_demo
+gcli metalake details
 ```
 
 #### Show a metalake audit information
 
 ```bash
-gcli metalake details --metalake metalake_demo --audit
+gcli metalake details --audit
 ```
 
 #### Create a metalake
 
 ```bash
-gcli metalake create --metalake my_metalake --comment "This is my metalake"
+gcli metalake create --comment "This is my metalake"

Review Comment:
   You can specify it via the command line, but it doesn't have to be, but it 
would be more common to do so. Again that is in another PR that needs to be 
reviewed first.
   



-- 
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