| Crates.io | bergr |
| lib.rs | bergr |
| version | 0.1.0 |
| created_at | 2025-11-27 03:22:38.112404+00 |
| updated_at | 2025-11-27 03:22:38.112404+00 |
| description | CLI for inspecting Apache Iceberg tables |
| homepage | |
| repository | https://github.com/block/bergr |
| max_upload_size | |
| id | 1953018 |
| size | 277,144 |
bergr is a lightweight CLI for inspecting Apache Iceberg tables.
cargo install --path .
# Inspect a table
bergr glue table my_database.my_table metadata
bergr glue table my_database.my_table snapshots
bergr glue table my_database.my_table snapshot current info
bergr glue table my_database.my_table schemas
# List the files in a table (optionally checking they actually exist)
bergr glue table my_database.my_table snapshot current files
bergr glue table my_database.my_table snapshot current files --verify
# List databases and tables
bergr glue namespaces
bergr glue namespace my_database info
bergr glue namespace my_database tables
# Inspect a table
bergr rest http://localhost:8181 table my_namespace.my_table ...
# List namespaces and tables
bergr rest http://localhost:8181 namespaces
bergr rest http://localhost:8181 namespace my_namespace info
bergr rest http://localhost:8181 namespace my_namespace tables
bergr from s3://bucket/path/to/metadata.json metadata
bergr from s3://bucket/path/to/metadata.json snapshots
bergr from s3://bucket/path/to/metadata.json snapshot current info