New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@databasin/cli

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@databasin/cli - npm Package Compare versions

Comparing version
0.4.1
to
0.5.0
+32
-6
CHANGELOG.md

@@ -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 @@

+3
-3
{
"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"
}
{
"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