@sys9/run9-cli 0.8.1-linux-arm64 → 0.8.2-darwin-x64
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
CHANGED
|
@@ -1,25 +1,19 @@
|
|
|
1
1
|
# @sys9/run9-cli
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Prefer `@sys9/cli`. It runs run9 as `sys9 run`.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
npm install -g @sys9/run9-cli
|
|
7
|
-
```
|
|
5
|
+
Install:
|
|
8
6
|
|
|
9
7
|
```sh
|
|
10
|
-
|
|
8
|
+
npm install -g @sys9/cli
|
|
9
|
+
# or
|
|
10
|
+
bun install -g @sys9/cli
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
-
The published npm layout mirrors Codex: `@sys9/run9-cli` is a lightweight
|
|
14
|
-
launcher package, and the actual native binary arrives through one
|
|
15
|
-
platform-specific optional dependency. That keeps installs small because each
|
|
16
|
-
machine only downloads its own Linux/macOS `x64` or `arm64` binary.
|
|
17
|
-
|
|
18
13
|
Run:
|
|
19
14
|
|
|
20
15
|
```sh
|
|
21
|
-
|
|
22
|
-
--endpoint https://api.run.sys9.ai \
|
|
23
|
-
--ak ak-... \
|
|
24
|
-
--sk sk-...
|
|
16
|
+
sys9 run --help
|
|
25
17
|
```
|
|
18
|
+
|
|
19
|
+
`@sys9/run9-cli` remains the run9 package used by `@sys9/cli`.
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sys9/run9-cli",
|
|
3
|
-
"version": "0.8.
|
|
4
|
-
"description": "run9 CLI
|
|
3
|
+
"version": "0.8.2-darwin-x64",
|
|
4
|
+
"description": "run9 CLI package used by @sys9/cli",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"os": [
|
|
7
|
-
"
|
|
7
|
+
"darwin"
|
|
8
8
|
],
|
|
9
9
|
"cpu": [
|
|
10
|
-
"
|
|
10
|
+
"x64"
|
|
11
11
|
],
|
|
12
12
|
"files": [
|
|
13
13
|
"vendor"
|
|
Binary file
|
|
Binary file
|