@sys9/smith9-cli 0.1.2-linux-arm64 → 0.1.3-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
|
@@ -18,15 +18,22 @@ machine only downloads its own Linux/macOS `x64` or `arm64` binary.
|
|
|
18
18
|
Run:
|
|
19
19
|
|
|
20
20
|
```sh
|
|
21
|
-
smith9 auth login
|
|
22
|
-
--endpoint https://<your-smith9-endpoint>
|
|
21
|
+
smith9 auth login
|
|
23
22
|
```
|
|
24
23
|
|
|
24
|
+
`smith9 auth login` defaults to `https://api.smith.sys9.ai`. Pass `--endpoint` only for a local or private smith9 deployment.
|
|
25
|
+
|
|
25
26
|
Manual API key import is still available for CI or headless environments:
|
|
26
27
|
|
|
27
28
|
```sh
|
|
28
29
|
smith9 auth login \
|
|
29
|
-
--endpoint https://<your-smith9-endpoint> \
|
|
30
30
|
--ak ak-... \
|
|
31
31
|
--sk sk-...
|
|
32
32
|
```
|
|
33
|
+
|
|
34
|
+
Use a custom endpoint only when needed:
|
|
35
|
+
|
|
36
|
+
```sh
|
|
37
|
+
smith9 auth login \
|
|
38
|
+
--endpoint https://<your-smith9-endpoint>
|
|
39
|
+
```
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sys9/smith9-cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3-darwin-x64",
|
|
4
4
|
"description": "smith9 CLI with platform-native npm packages for Linux and macOS",
|
|
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"
|
|
index 73a0e7c..0ee82ba 100755
|
|
|
Binary file
|