@clickzetta/cz-cli-darwin-arm64 0.3.28 → 0.3.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/cz-cli +0 -0
- package/bin/skills/cz-cli-inner/SKILL.md +2 -0
- package/package.json +1 -1
package/bin/cz-cli
CHANGED
|
Binary file
|
|
@@ -79,6 +79,8 @@ cz-cli datasource objects <name_or_id> <catalog>
|
|
|
79
79
|
cz-cli datasource describe <name_or_id> <catalog> <object>
|
|
80
80
|
Show object metadata (columns, types)
|
|
81
81
|
cz-cli datasource test <name_or_id> Test data source connectivity
|
|
82
|
+
cz-cli datasource sample <name_or_id> <catalog> <object>
|
|
83
|
+
Get sample data from an object
|
|
82
84
|
```
|
|
83
85
|
|
|
84
86
|
## Output Formats
|