@zenku/cli 0.1.8 → 0.1.10
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/README.md +2 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @zenku/cli
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Command-line interface for the Zenku platform.
|
|
4
4
|
|
|
5
5
|
## Install
|
|
6
6
|
|
|
@@ -60,7 +60,7 @@ If you used a custom `ZENKU_INSTALL_DIR`, remove it from there instead.
|
|
|
60
60
|
|
|
61
61
|
## Features
|
|
62
62
|
|
|
63
|
-
- **Profile Management** — Named connection profiles
|
|
63
|
+
- **Profile Management** — Named connection profiles for Zenku services
|
|
64
64
|
- **Authentication** — Password, OTP, and OAuth2 (PKCE) login flows with automatic token refresh
|
|
65
65
|
- **Vault** — AI agent memory: agents, knowledge nodes, sessions, messages, observations, summaries
|
|
66
66
|
- **Kanban** — Project management: projects, issues, boards, labels, comments, issue links
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zenku/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
4
4
|
"description": "Zenku CLI — manage PocketBase services from the terminal.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"bin": {
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
"README.md"
|
|
14
14
|
],
|
|
15
15
|
"optionalDependencies": {
|
|
16
|
-
"@zenku/cli-darwin-arm64": "0.1.
|
|
17
|
-
"@zenku/cli-darwin-x64": "0.1.
|
|
18
|
-
"@zenku/cli-linux-arm64": "0.1.
|
|
19
|
-
"@zenku/cli-linux-x64": "0.1.
|
|
16
|
+
"@zenku/cli-darwin-arm64": "0.1.10",
|
|
17
|
+
"@zenku/cli-darwin-x64": "0.1.10",
|
|
18
|
+
"@zenku/cli-linux-arm64": "0.1.10",
|
|
19
|
+
"@zenku/cli-linux-x64": "0.1.10"
|
|
20
20
|
}
|
|
21
21
|
}
|