1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

Add raw schema

This commit is contained in:
Andreas Weiden
2022-12-12 19:48:33 +01:00
parent 79011465af
commit fd61e19135

View File

@ -35,6 +35,22 @@ Schema:
}
]
Schema (raw):
[
{
"key": string,
"cells": [
{
"column_family": string,
"column": string,
"timestamp": string,
"value": string
}
]
}
]
Examples:
$ cbt -project=$PROJECT -instance=$INSTANCE lookup $TABLE foo | jc --cbt -p