Expand description
Export V2 CLI commands.
Structsยง
- Chunk
File ๐ - A data file declared by a completed chunk that is expected to exist in storage.
- Export
Config ๐ - Export
Create - Export tool implementation.
- Export
Create Command - Create a new snapshot.
- Export
Delete - Export delete tool implementation.
- Export
Delete Command - Delete a snapshot and all data under it.
- Export
List - Export list tool implementation.
- Export
List Command - List snapshots under a parent location.
- Export
Verify - Export verify tool implementation.
- Export
Verify Command - Verify snapshot integrity.
- Snapshot
List ๐Entry - Snapshot
Scan ๐Result - Verify
Chunk ๐Summary - Verify
Data ๐Scan - Actual data files discovered under
data/(the only object-store IO in chunk/data-file verification). - Verify
Outcome ๐ - Result of reconciling the manifest plan against the storage scan.
- Verify
Plan ๐ - Expected snapshot contents derived purely from the manifest (no object-store IO).
- Verify
Problem ๐ - Verify
Report ๐
Enumsยง
- Export
V2Command - Export V2 commands.
- Verify
Severity ๐
Functionsยง
- build_
schema_ ๐ddl - build_
verify_ ๐plan - Builds the expected-state plan from the manifest. Pure; performs no IO.
- canonical_
schema_ ๐selection - chunk_
plan_ ๐matches - confirm_
delete ๐ - delete_
confirmation_ ๐matches - directory_
word ๐ - display_
snapshot_ ๐prefix - format_
chunk_ ๐plan - format_
delete_ ๐chunks - format_
list_ ๐chunks - format_
schema_ ๐selection - print_
delete_ ๐summary - print_
snapshot_ ๐list - print_
unreadable_ ๐warnings - print_
verify_ ๐report - reconcile_
plan_ ๐with_ scan - Reconciles the manifest plan against the storage scan. Pure; performs no IO.
- safe_
manifest_ ๐data_ file_ path - scan_
data_ ๐files - Lists all data files under
data/. This is the only object-store IO in chunk/data-file verification. - scan_
snapshots ๐ - schema_
selection_ ๐matches - snapshot_
status ๐ - summarize_
chunks ๐ - valid_
manifest_ ๐data_ file_ path - validate_
resume_ ๐config - verify_
chunks_ ๐and_ data_ files - verify_
snapshot ๐