subkanthi opened a new pull request, #298:
URL: https://github.com/apache/iceberg-go/pull/298

   closes: #61 
   
   Added based on this https://github.com/docopt/docopt#help-message-format
   
   ```
   iceberg -h
   
   Usage:
     iceberg list [options] [PARENT]
     iceberg describe [options] [namespace | table] IDENTIFIER
     iceberg (schema | spec | uuid | location) [options] TABLE_ID
     iceberg create [options] (namespace | table) IDENTIFIER
     iceberg drop [options] (namespace | table) IDENTIFIER
     iceberg files [options] TABLE_ID [--history]
     iceberg rename [options] <from> <to>
     iceberg properties [options] get (namespace | table) IDENTIFIER [PROPNAME]
     iceberg properties [options] set (namespace | table) IDENTIFIER PROPNAME 
VALUE
     iceberg properties [options] remove (namespace | table) IDENTIFIER PROPNAME
     iceberg -h | --help | --version
   
   Commands:
     describe    Describe a namespace or a table.
     list        List tables or namespaces.
     schema      Get the schema of the table.
     spec        Return the partition spec of the table.
     uuid        Return the UUID of the table.
     location    Return the location of the table.
     drop        Operations to drop a namespace or table.
     files       List all the files of the table.
     rename      Rename a table.
     properties  Properties on tables/namespaces.
   
   Arguments:
     PARENT         Catalog parent namespace
     IDENTIFIER     fully qualified namespace or table
     TABLE_ID       full path to a table
     PROPNAME       name of a property
     VALUE          value to set
   ```


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