@dxos/cli 2.18.5-dev.5022f9cf → 2.19.0
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 +2 -2
- package/dist/known-extensions.yml +10 -10
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/dist/src/extensions.d.ts +0 -6
- package/dist/src/extensions.d.ts.map +0 -1
- package/dist/src/extensions.js +0 -47
- package/dist/src/extensions.js.map +0 -1
- package/dist/src/modules/installation.d.ts +0 -5
- package/dist/src/modules/installation.d.ts.map +0 -1
- package/dist/src/modules/installation.js +0 -96
- package/dist/src/modules/installation.js.map +0 -1
- package/dist/src/modules/pluggable.d.ts +0 -14
- package/dist/src/modules/pluggable.d.ts.map +0 -1
- package/dist/src/modules/pluggable.js +0 -48
- package/dist/src/modules/pluggable.js.map +0 -1
- package/dist/src/pluggable.d.ts +0 -68
- package/dist/src/pluggable.d.ts.map +0 -1
- package/dist/src/pluggable.js +0 -238
- package/dist/src/pluggable.js.map +0 -1
package/README.md
CHANGED
|
@@ -105,7 +105,7 @@ Found Extension @dxos/cli-ipfs@1.0.1-beta.2 installed, do you wish to remove it?
|
|
|
105
105
|
| [Bot CLI](../cli-bot/README.md) |
|
|
106
106
|
| [Chat CLI](../cli-chat/README.md) |
|
|
107
107
|
| [Console CLI](../cli-console/README.md) |
|
|
108
|
-
| [
|
|
108
|
+
| [Party CLI](../cli-party/README.md) |
|
|
109
109
|
| [DXNS CLI](../cli-dxns/README.md) |
|
|
110
110
|
| [ECHO CLI](../cli-echo/README.md) |
|
|
111
111
|
| [HALO CLI](../cli-halo/README.md) |
|
|
@@ -118,7 +118,7 @@ Found Extension @dxos/cli-ipfs@1.0.1-beta.2 installed, do you wish to remove it?
|
|
|
118
118
|
#### Developing CLI extensions
|
|
119
119
|
|
|
120
120
|
In order to create a new CLI extension, existing CLI extension could be used as a boilerplate.
|
|
121
|
-
While developing a new extension out of CLI Monorepo, make sure you add `@dxos/cli` as devDependency (and `@dxos/cli-
|
|
121
|
+
While developing a new extension out of CLI Monorepo, make sure you add `@dxos/cli` as devDependency (and `@dxos/cli-party` as well if you are planning on using DXOS SDK Client).
|
|
122
122
|
|
|
123
123
|
### Certification
|
|
124
124
|
|
|
@@ -24,16 +24,6 @@
|
|
|
24
24
|
modules:
|
|
25
25
|
-
|
|
26
26
|
command: "console"
|
|
27
|
-
-
|
|
28
|
-
moduleName: "@dxos/cli-data"
|
|
29
|
-
description: "Party and Device management."
|
|
30
|
-
modules:
|
|
31
|
-
-
|
|
32
|
-
command: "party"
|
|
33
|
-
description: "Party management."
|
|
34
|
-
-
|
|
35
|
-
command: "device"
|
|
36
|
-
description: "Device management."
|
|
37
27
|
-
|
|
38
28
|
moduleName: "@dxos/cli-dxns"
|
|
39
29
|
description: "DXNS extension."
|
|
@@ -72,6 +62,16 @@
|
|
|
72
62
|
modules:
|
|
73
63
|
-
|
|
74
64
|
command: "mesh"
|
|
65
|
+
-
|
|
66
|
+
moduleName: "@dxos/cli-party"
|
|
67
|
+
description: "Party and Device management."
|
|
68
|
+
modules:
|
|
69
|
+
-
|
|
70
|
+
command: "party"
|
|
71
|
+
description: "Party management."
|
|
72
|
+
-
|
|
73
|
+
command: "device"
|
|
74
|
+
description: "Device management."
|
|
75
75
|
-
|
|
76
76
|
moduleName: "@dxos/cli-signal"
|
|
77
77
|
description: "Signal server extension."
|