@clickzetta/cz-cli-darwin-arm64 0.3.27 → 0.3.29

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 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clickzetta/cz-cli-darwin-arm64",
3
- "version": "0.3.27",
3
+ "version": "0.3.29",
4
4
  "description": "cz-cli binary for macOS ARM64 (Apple Silicon)",
5
5
  "os": ["darwin"],
6
6
  "cpu": ["arm64"],