Skip to content

Commit 6c95bc3

Browse files
authored
chore: Release hotdata-cli version 0.1.4
1 parent ca02e32 commit 6c95bc3

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [0.1.4] - 2026-03-17
2+
3+
### 🚀 Features
4+
5+
- *(skills)* Add skill install command for CLI
6+
- *(datasets)* Add datasets commands to create, list, and view datasets in CLI
7+
- *(datasets)* Add upload id functionality to datasets create command
8+
- *(connections)* Add connection command to list/view/create connections via the CLI
19
## [0.1.3] - 2026-03-11
210

311
### 🚀 Features

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hotdata-cli"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition = "2024"
55
repository = "https://github.com/hotdata-dev/hotdata-cli"
66
description = "CLI tool for Hotdata.dev"

skills/hotdata-cli/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: hotdata-cli
33
description: Use this skill when the user wants to run hotdata CLI commands, query the HotData API, list workspaces, list connections, create connections, list tables, manage datasets, execute SQL queries, or interact with the hotdata service. Activate when the user says "run hotdata", "query hotdata", "list workspaces", "list connections", "create a connection", "list tables", "list datasets", "create a dataset", "upload a dataset", "execute a query", or asks you to use the hotdata CLI.
4-
version: 0.1.3
4+
version: 0.1.4
55
---
66

77
# HotData CLI Skill

0 commit comments

Comments
 (0)