iceberg-cli

Command-line interface for managing Apache Iceberg tables

brewmacoslinux
Try with needOr install directly
Source

About

Command-line interface for Apache Iceberg

Commands

iceberg

Examples

List all tables in an Iceberg catalog$ iceberg list-tables --catalog mycatalog
Show metadata and schema of a specific table$ iceberg describe-table mycatalog.mydb.mytable
View table snapshots and history$ iceberg list-snapshots mycatalog.mydb.mytable