Update cli readme and set version (#3227)

This commit is contained in:
Reynaldi Chernando
2026-06-08 22:23:32 +07:00
committed by GitHub
parent f127b2509d
commit 0e15ac98a9
3 changed files with 5 additions and 15 deletions
+2 -12
View File
@@ -17696,11 +17696,11 @@
},
"src/cli": {
"name": "@heyputer/cli",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"dependencies": {
"@clack/prompts": "^0.7.0",
"@heyputer/puter.js": "latest",
"@heyputer/puter.js": "^2.5.1",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"conf": "^13.0.0"
@@ -17712,16 +17712,6 @@
"node": ">=18"
}
},
"src/cli/node_modules/@heyputer/puter.js": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/@heyputer/puter.js/-/puter.js-2.5.0.tgz",
"integrity": "sha512-FHtlWa9fAeQn7tYLaFKHTFHlviusGviE5tWGQl3N+huuU5C2/friJ7BrTwQg0egfOM7LF6cO56hjJvXaHVeL6w==",
"license": "Apache-2.0",
"dependencies": {
"@heyputer/kv.js": "^0.2.1",
"open": "^10.2.0"
}
},
"src/cli/node_modules/chalk": {
"version": "5.6.2",
"license": "MIT",
+1 -1
View File
@@ -6,7 +6,7 @@
## Install
```sh
npm install @heyputer/cli
npm install -g @heyputer/cli
```
Requires Node 18+.
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@heyputer/cli",
"version": "0.1.0",
"version": "0.1.2",
"description": "CLI for Puter Platform - manage your sites and workers from the terminal.",
"license": "MIT",
"author": "Puter Technologies Inc.",
@@ -23,7 +23,7 @@
},
"dependencies": {
"@clack/prompts": "^0.7.0",
"@heyputer/puter.js": "latest",
"@heyputer/puter.js": "^2.5.1",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"conf": "^13.0.0"