rambleraptor commented on code in PR #3379:
URL: https://github.com/apache/iceberg-python/pull/3379#discussion_r3262633280


##########
mkdocs/docs/cli.md:
##########
@@ -43,19 +43,20 @@ Options:
   --help                Show this message and exit.
 
 Commands:
-  create      Operation to create a namespace.
-  describe    Describe a namespace or a table.
-  drop        Operations to drop a namespace or table.
-  files       List all the files of the table.
-  list        List tables or namespaces.
-  list-refs   List all the refs in the provided table.
-  location    Return the location of the table.
-  properties  Properties on tables/namespaces.
-  rename      Rename a table.
-  schema      Get the schema of the table.
-  spec        Return the partition spec of the table.
-  uuid        Return the UUID of the table.
-  version     Print pyiceberg version.
+  create            Operation to create a namespace.

Review Comment:
   If we add all of the maintenance commands, this will increase the number of 
commands.
   
   We could have a `maintenance` group, where the command would be `pyiceberg 
maintenance expire-snapshots`
   
   click has support for this, but I find it pretty cumbersome. It also makes 
it harder for LLMs to discover the new capability.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to