@plori/cli 0.2.0 → 0.2.1
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 +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ Binary releases and an npm wrapper (`@plori/cli`) are published per
|
|
|
20
20
|
|
|
21
21
|
## Authenticate
|
|
22
22
|
|
|
23
|
-
Create an API key at <https://plori.ai/settings>, then either:
|
|
23
|
+
Create an API key at <https://plori.ai/dashboard/settings>, then either:
|
|
24
24
|
|
|
25
25
|
```sh
|
|
26
26
|
plori login # prompts for the key, validates it, stores it 0600
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plori/cli",
|
|
3
3
|
"description": "plori on the command line: give your AI agent its own cloud computer.",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://plori.ai",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "git+https://github.com/plori-
|
|
9
|
+
"url": "git+https://github.com/liu1700/plori-runtime.git"
|
|
10
10
|
},
|
|
11
11
|
"keywords": [
|
|
12
12
|
"plori",
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"node": ">=18"
|
|
27
27
|
},
|
|
28
28
|
"optionalDependencies": {
|
|
29
|
-
"@plori/cli-darwin-arm64": "0.2.
|
|
30
|
-
"@plori/cli-darwin-x64": "0.2.
|
|
31
|
-
"@plori/cli-linux-x64": "0.2.
|
|
32
|
-
"@plori/cli-linux-arm64": "0.2.
|
|
33
|
-
"@plori/cli-win32-x64": "0.2.
|
|
29
|
+
"@plori/cli-darwin-arm64": "0.2.1",
|
|
30
|
+
"@plori/cli-darwin-x64": "0.2.1",
|
|
31
|
+
"@plori/cli-linux-x64": "0.2.1",
|
|
32
|
+
"@plori/cli-linux-arm64": "0.2.1",
|
|
33
|
+
"@plori/cli-win32-x64": "0.2.1"
|
|
34
34
|
}
|
|
35
35
|
}
|