@databasin/cli
Advanced tools
+32
-6
@@ -7,10 +7,36 @@ # Changelog | ||
| ### Planned | ||
| ## [0.5.0] - 2024-12-07 | ||
| - Config file validation | ||
| - Watch mode for log streaming | ||
| - Add shell completions (bash/zsh/fish) | ||
| - Implement bulk operations from CSV | ||
| - Add built-in connector templates | ||
| ### Added | ||
| - **Observability Commands** (8 new commands) | ||
| - Pipeline: `history`, `artifacts logs`, `artifacts history` | ||
| - Automation: `logs`, `tasks logs`, `history`, `tasks history` | ||
| - Full format support: JSON, CSV, table | ||
| - Token efficiency: `--count`, `--limit`, `--fields` | ||
| - **Type Definitions** (7 new interfaces) | ||
| - Pipeline/Artifact/Automation history and log entry types | ||
| - Comprehensive JSDoc documentation | ||
| - **Complete Documentation** (10 new/updated files) | ||
| - Automations guide + quickstart + client doc | ||
| - Pipelines client documentation | ||
| - Connectors quickstart guide | ||
| - Observability guide + quickstart | ||
| - Real-world usage examples | ||
| - 1,200+ lines of new documentation | ||
| - **Documentation Standardization** | ||
| - All command groups: guide, quickstart, client doc | ||
| - Consistent naming and structure | ||
| - Professional API documentation | ||
| ### Fixed | ||
| - Log commands now respect `--json` and `--csv` flags (C1) | ||
| - Parameter mapping: CLI `--run-id` → API `currentRunID` (C2) | ||
| - Type guards for count mode responses (C3) | ||
| - Token efficiency options properly passed to API (M3) | ||
| ## [0.4.0] - 2024-12-06 | ||
@@ -17,0 +43,0 @@ |
| { | ||
| "buildDate": "2025-12-06T23:08:36.277Z", | ||
| "version": "0.4.1", | ||
| "buildDate": "2025-12-07T06:18:42.808Z", | ||
| "version": "0.5.0", | ||
| "platform": "linux", | ||
| "arch": "x64", | ||
| "bunVersion": "1.3.3" | ||
| "bunVersion": "1.3.4" | ||
| } |
+1
-1
| { | ||
| "name": "@databasin/cli", | ||
| "version": "0.4.1", | ||
| "version": "0.5.0", | ||
| "description": "Command-line interface for Databasin data integration platform - manage projects, connectors, pipelines, and execute SQL queries", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is too big to display
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 8 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 8 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
718113
2.95%19221
2.51%82
2.5%37
23.33%