@sys9/chord-cli 0.1.196-linux-arm64 → 0.1.198-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
|
@@ -5,10 +5,11 @@
|
|
|
5
5
|
```sh
|
|
6
6
|
npm install -g @sys9/cli
|
|
7
7
|
sys9 chord version
|
|
8
|
-
sys9 chord daemon run --
|
|
8
|
+
sys9 chord daemon run --server 'https://api.chord.sys9.ai'
|
|
9
9
|
```
|
|
10
10
|
|
|
11
|
-
Copy the complete command from Add Host.
|
|
11
|
+
Copy the complete command from Add Host. On first use, open the Pair link printed by the CLI. The CLI
|
|
12
|
+
creates the durable Host credential locally after approval.
|
|
12
13
|
|
|
13
14
|
Direct installation also works when needed:
|
|
14
15
|
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sys9/chord-cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.198-darwin-x64",
|
|
4
4
|
"description": "Chord CLI package used by @sys9/cli",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"os": [
|
|
7
|
-
"
|
|
7
|
+
"darwin"
|
|
8
8
|
],
|
|
9
9
|
"cpu": [
|
|
10
|
-
"
|
|
10
|
+
"x64"
|
|
11
11
|
],
|
|
12
12
|
"files": [
|
|
13
13
|
"vendor"
|
|
index 6397881..a23ae55 100755
|
|
|
Binary file
|