@dxos/cli 0.5.3-main.2800199 → 0.5.3-main.2ad0afc
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/dist/src/base.d.ts +2 -4
- package/dist/src/base.d.ts.map +1 -1
- package/dist/src/base.js +14 -55
- package/dist/src/base.js.map +1 -1
- package/dist/src/commands/agent/invitations.d.ts +1 -0
- package/dist/src/commands/agent/invitations.d.ts.map +1 -1
- package/dist/src/commands/agent/list.d.ts +1 -0
- package/dist/src/commands/agent/list.d.ts.map +1 -1
- package/dist/src/commands/agent/restart.d.ts +1 -0
- package/dist/src/commands/agent/restart.d.ts.map +1 -1
- package/dist/src/commands/agent/start.d.ts +1 -0
- package/dist/src/commands/agent/start.d.ts.map +1 -1
- package/dist/src/commands/agent/status.d.ts +1 -0
- package/dist/src/commands/agent/status.d.ts.map +1 -1
- package/dist/src/commands/agent/status.js +6 -0
- package/dist/src/commands/agent/status.js.map +1 -1
- package/dist/src/commands/agent/stop.d.ts +1 -0
- package/dist/src/commands/agent/stop.d.ts.map +1 -1
- package/dist/src/commands/app/create.d.ts +1 -0
- package/dist/src/commands/app/create.d.ts.map +1 -1
- package/dist/src/commands/app/open.d.ts +1 -0
- package/dist/src/commands/app/open.d.ts.map +1 -1
- package/dist/src/commands/app/publish.d.ts +1 -0
- package/dist/src/commands/app/publish.d.ts.map +1 -1
- package/dist/src/commands/composer/base.d.ts.map +1 -1
- package/dist/src/commands/composer/base.js +13 -8
- package/dist/src/commands/composer/base.js.map +1 -1
- package/dist/src/commands/composer/import.d.ts +2 -1
- package/dist/src/commands/composer/import.d.ts.map +1 -1
- package/dist/src/commands/composer/import.js +34 -34
- package/dist/src/commands/composer/import.js.map +1 -1
- package/dist/src/commands/composer/query.d.ts +1 -0
- package/dist/src/commands/composer/query.d.ts.map +1 -1
- package/dist/src/commands/composer/query.js +1 -2
- package/dist/src/commands/composer/query.js.map +1 -1
- package/dist/src/commands/debug/diagnostics.d.ts +1 -0
- package/dist/src/commands/debug/diagnostics.d.ts.map +1 -1
- package/dist/src/commands/debug/generate.d.ts +1 -0
- package/dist/src/commands/debug/generate.d.ts.map +1 -1
- package/dist/src/commands/debug/status.d.ts +1 -0
- package/dist/src/commands/debug/status.d.ts.map +1 -1
- package/dist/src/commands/device/list.d.ts +1 -0
- package/dist/src/commands/device/list.d.ts.map +1 -1
- package/dist/src/commands/device/update.d.ts +1 -0
- package/dist/src/commands/device/update.d.ts.map +1 -1
- package/dist/src/commands/function/dev.d.ts +1 -0
- package/dist/src/commands/function/dev.d.ts.map +1 -1
- package/dist/src/commands/function/dev.js +1 -3
- package/dist/src/commands/function/dev.js.map +1 -1
- package/dist/src/commands/halo/create.d.ts +1 -0
- package/dist/src/commands/halo/create.d.ts.map +1 -1
- package/dist/src/commands/halo/credential/list.d.ts +1 -0
- package/dist/src/commands/halo/credential/list.d.ts.map +1 -1
- package/dist/src/commands/halo/join.d.ts +1 -0
- package/dist/src/commands/halo/join.d.ts.map +1 -1
- package/dist/src/commands/halo/share.d.ts +1 -0
- package/dist/src/commands/halo/share.d.ts.map +1 -1
- package/dist/src/commands/halo/update.d.ts +1 -0
- package/dist/src/commands/halo/update.d.ts.map +1 -1
- package/dist/src/commands/reset/index.d.ts +1 -0
- package/dist/src/commands/reset/index.d.ts.map +1 -1
- package/dist/src/commands/space/join.d.ts +1 -0
- package/dist/src/commands/space/join.d.ts.map +1 -1
- package/dist/src/commands/space/list.d.ts +1 -0
- package/dist/src/commands/space/list.d.ts.map +1 -1
- package/dist/src/commands/space/members.d.ts +1 -0
- package/dist/src/commands/space/members.d.ts.map +1 -1
- package/dist/src/commands/space/query.d.ts +0 -16
- package/dist/src/commands/space/query.d.ts.map +1 -1
- package/dist/src/commands/space/query.js +14 -23
- package/dist/src/commands/space/query.js.map +1 -1
- package/dist/src/commands/space/share.d.ts +1 -0
- package/dist/src/commands/space/share.d.ts.map +1 -1
- package/dist/src/commands/tunnel/index.d.ts +1 -0
- package/dist/src/commands/tunnel/index.d.ts.map +1 -1
- package/dist/src/hooks/command-not-found.d.ts.map +1 -1
- package/dist/src/hooks/command-not-found.js +1 -1
- package/dist/src/hooks/command-not-found.js.map +1 -1
- package/oclif.manifest.json +450 -228
- package/package.json +34 -30
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/cli",
|
|
3
|
-
"version": "0.5.3-main.
|
|
3
|
+
"version": "0.5.3-main.2ad0afc",
|
|
4
4
|
"description": "DXOS CLI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dxos",
|
|
@@ -52,30 +52,30 @@
|
|
|
52
52
|
"uuid": "^8.3.2",
|
|
53
53
|
"ws": "^8.14.2",
|
|
54
54
|
"wtfnode": "^0.9.1",
|
|
55
|
-
"@braneframe/types": "0.5.3-main.
|
|
56
|
-
"@dxos/agent": "0.5.3-main.
|
|
57
|
-
"@dxos/bare-template": "0.5.3-main.
|
|
58
|
-
"@dxos/async": "0.5.3-main.
|
|
59
|
-
"@dxos/client": "0.5.3-main.
|
|
60
|
-
"@dxos/client
|
|
61
|
-
"@dxos/client-
|
|
62
|
-
"@dxos/config": "0.5.3-main.
|
|
63
|
-
"@dxos/
|
|
64
|
-
"@dxos/
|
|
65
|
-
"@dxos/echo-schema": "0.5.3-main.
|
|
66
|
-
"@dxos/functions": "0.5.3-main.
|
|
67
|
-
"@dxos/
|
|
68
|
-
"@dxos/
|
|
69
|
-
"@dxos/
|
|
70
|
-
"@dxos/
|
|
71
|
-
"@dxos/
|
|
72
|
-
"@dxos/
|
|
73
|
-
"@dxos/process": "0.5.3-main.
|
|
74
|
-
"@dxos/protocols": "0.5.3-main.
|
|
75
|
-
"@dxos/
|
|
76
|
-
"@dxos/
|
|
77
|
-
"@dxos/tasks-template": "0.5.3-main.
|
|
78
|
-
"@dxos/util": "0.5.3-main.
|
|
55
|
+
"@braneframe/types": "0.5.3-main.2ad0afc",
|
|
56
|
+
"@dxos/agent": "0.5.3-main.2ad0afc",
|
|
57
|
+
"@dxos/bare-template": "0.5.3-main.2ad0afc",
|
|
58
|
+
"@dxos/async": "0.5.3-main.2ad0afc",
|
|
59
|
+
"@dxos/client-protocol": "0.5.3-main.2ad0afc",
|
|
60
|
+
"@dxos/client": "0.5.3-main.2ad0afc",
|
|
61
|
+
"@dxos/client-services": "0.5.3-main.2ad0afc",
|
|
62
|
+
"@dxos/config": "0.5.3-main.2ad0afc",
|
|
63
|
+
"@dxos/debug": "0.5.3-main.2ad0afc",
|
|
64
|
+
"@dxos/context": "0.5.3-main.2ad0afc",
|
|
65
|
+
"@dxos/echo-schema": "0.5.3-main.2ad0afc",
|
|
66
|
+
"@dxos/functions": "0.5.3-main.2ad0afc",
|
|
67
|
+
"@dxos/invariant": "0.5.3-main.2ad0afc",
|
|
68
|
+
"@dxos/network-manager": "0.5.3-main.2ad0afc",
|
|
69
|
+
"@dxos/hello-template": "0.5.3-main.2ad0afc",
|
|
70
|
+
"@dxos/log": "0.5.3-main.2ad0afc",
|
|
71
|
+
"@dxos/observability": "0.5.3-main.2ad0afc",
|
|
72
|
+
"@dxos/plate": "0.5.3-main.2ad0afc",
|
|
73
|
+
"@dxos/process": "0.5.3-main.2ad0afc",
|
|
74
|
+
"@dxos/protocols": "0.5.3-main.2ad0afc",
|
|
75
|
+
"@dxos/random": "0.5.3-main.2ad0afc",
|
|
76
|
+
"@dxos/rpc": "0.5.3-main.2ad0afc",
|
|
77
|
+
"@dxos/tasks-template": "0.5.3-main.2ad0afc",
|
|
78
|
+
"@dxos/util": "0.5.3-main.2ad0afc"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
81
|
"@oclif/test": "^3.2.15",
|
|
@@ -92,7 +92,8 @@
|
|
|
92
92
|
"oclif": "^4.10.11",
|
|
93
93
|
"prettier": "^3.2.4",
|
|
94
94
|
"shx": "^0.3.3",
|
|
95
|
-
"typescript": "^5.2.2"
|
|
95
|
+
"typescript": "^5.2.2",
|
|
96
|
+
"@dxos/cli-composer": "0.5.3-main.2ad0afc"
|
|
96
97
|
},
|
|
97
98
|
"peerDependencies": {
|
|
98
99
|
"@phosphor-icons/react": "^2.0.5",
|
|
@@ -117,6 +118,9 @@
|
|
|
117
118
|
"@oclif/plugin-plugins",
|
|
118
119
|
"@oclif/plugin-update"
|
|
119
120
|
],
|
|
121
|
+
"devPlugins": [
|
|
122
|
+
"@dxos/cli-composer"
|
|
123
|
+
],
|
|
120
124
|
"helpClass": "./dist/src/help",
|
|
121
125
|
"topicSeparator": " ",
|
|
122
126
|
"topics": {
|
|
@@ -124,16 +128,16 @@
|
|
|
124
128
|
"description": "Manage agents."
|
|
125
129
|
},
|
|
126
130
|
"debug": {
|
|
127
|
-
"description": "Debugging
|
|
131
|
+
"description": "Debugging commands."
|
|
128
132
|
},
|
|
129
133
|
"device": {
|
|
130
|
-
"description": "Manage
|
|
134
|
+
"description": "Manage devices."
|
|
131
135
|
},
|
|
132
136
|
"function": {
|
|
133
|
-
"description": "Manage
|
|
137
|
+
"description": "Manage functions and triggers."
|
|
134
138
|
},
|
|
135
139
|
"halo": {
|
|
136
|
-
"description": "Manage
|
|
140
|
+
"description": "Manage identity and devices."
|
|
137
141
|
},
|
|
138
142
|
"space": {
|
|
139
143
|
"description": "Manage ECHO Spaces."
|