@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
- Install:
3
+ Prefer `@sys9/cli`. It runs run9 as `sys9 run`.
4
4
 
5
- ```sh
6
- npm install -g @sys9/run9-cli
7
- ```
5
+ Install:
8
6
 
9
7
  ```sh
10
- bun install -g @sys9/run9-cli
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
- run9 auth login \
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.1-linux-arm64",
4
- "description": "run9 CLI with platform-native npm packages for Linux and macOS",
3
+ "version": "0.8.2-darwin-x64",
4
+ "description": "run9 CLI package used by @sys9/cli",
5
5
  "license": "MIT",
6
6
  "os": [
7
- "linux"
7
+ "darwin"
8
8
  ],
9
9
  "cpu": [
10
- "arm64"
10
+ "x64"
11
11
  ],
12
12
  "files": [
13
13
  "vendor"