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:
@ -35,6 +35,22 @@ Schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Schema (raw):
|
||||||
|
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"key": string,
|
||||||
|
"cells": [
|
||||||
|
{
|
||||||
|
"column_family": string,
|
||||||
|
"column": string,
|
||||||
|
"timestamp": string,
|
||||||
|
"value": string
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ cbt -project=$PROJECT -instance=$INSTANCE lookup $TABLE foo | jc --cbt -p
|
$ cbt -project=$PROJECT -instance=$INSTANCE lookup $TABLE foo | jc --cbt -p
|
||||||
|
Reference in New Issue
Block a user