@dxos/cli 0.5.1-main.c37e119 → 0.5.1-main.f02b2c7
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/bin/handle_invitation +3 -2
- package/dist/src/base-command.d.ts +1 -0
- package/dist/src/base-command.d.ts.map +1 -1
- package/dist/src/base-command.js +13 -5
- package/dist/src/base-command.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 +21 -0
- package/dist/src/commands/agent/status.d.ts.map +1 -0
- package/dist/src/commands/agent/status.js +41 -0
- package/dist/src/commands/agent/status.js.map +1 -0
- 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/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/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/kube/deploy.d.ts +1 -0
- package/dist/src/commands/kube/deploy.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/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/oclif.manifest.json +417 -47
- package/package.json +23 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/cli",
|
|
3
|
-
"version": "0.5.1-main.
|
|
3
|
+
"version": "0.5.1-main.f02b2c7",
|
|
4
4
|
"description": "DXOS CLI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dxos",
|
|
@@ -47,28 +47,28 @@
|
|
|
47
47
|
"uuid": "^8.3.2",
|
|
48
48
|
"ws": "^8.14.2",
|
|
49
49
|
"wtfnode": "^0.9.1",
|
|
50
|
-
"@dxos/agent": "0.5.1-main.
|
|
51
|
-
"@dxos/async": "0.5.1-main.
|
|
52
|
-
"@dxos/
|
|
53
|
-
"@dxos/
|
|
54
|
-
"@dxos/client-protocol": "0.5.1-main.
|
|
55
|
-
"@dxos/
|
|
56
|
-
"@dxos/
|
|
57
|
-
"@dxos/context": "0.5.1-main.
|
|
58
|
-
"@dxos/debug": "0.5.1-main.
|
|
59
|
-
"@dxos/functions": "0.5.1-main.
|
|
60
|
-
"@dxos/hello-template": "0.5.1-main.
|
|
61
|
-
"@dxos/invariant": "0.5.1-main.
|
|
62
|
-
"@dxos/network-manager": "0.5.1-main.
|
|
63
|
-
"@dxos/
|
|
64
|
-
"@dxos/
|
|
65
|
-
"@dxos/plate": "0.5.1-main.
|
|
66
|
-
"@dxos/
|
|
67
|
-
"@dxos/
|
|
68
|
-
"@dxos/
|
|
69
|
-
"@dxos/rpc": "0.5.1-main.
|
|
70
|
-
"@dxos/
|
|
71
|
-
"@dxos/
|
|
50
|
+
"@dxos/agent": "0.5.1-main.f02b2c7",
|
|
51
|
+
"@dxos/async": "0.5.1-main.f02b2c7",
|
|
52
|
+
"@dxos/bare-template": "0.5.1-main.f02b2c7",
|
|
53
|
+
"@dxos/client": "0.5.1-main.f02b2c7",
|
|
54
|
+
"@dxos/client-protocol": "0.5.1-main.f02b2c7",
|
|
55
|
+
"@dxos/client-services": "0.5.1-main.f02b2c7",
|
|
56
|
+
"@dxos/config": "0.5.1-main.f02b2c7",
|
|
57
|
+
"@dxos/context": "0.5.1-main.f02b2c7",
|
|
58
|
+
"@dxos/debug": "0.5.1-main.f02b2c7",
|
|
59
|
+
"@dxos/functions": "0.5.1-main.f02b2c7",
|
|
60
|
+
"@dxos/hello-template": "0.5.1-main.f02b2c7",
|
|
61
|
+
"@dxos/invariant": "0.5.1-main.f02b2c7",
|
|
62
|
+
"@dxos/network-manager": "0.5.1-main.f02b2c7",
|
|
63
|
+
"@dxos/log": "0.5.1-main.f02b2c7",
|
|
64
|
+
"@dxos/observability": "0.5.1-main.f02b2c7",
|
|
65
|
+
"@dxos/plate": "0.5.1-main.f02b2c7",
|
|
66
|
+
"@dxos/process": "0.5.1-main.f02b2c7",
|
|
67
|
+
"@dxos/protocols": "0.5.1-main.f02b2c7",
|
|
68
|
+
"@dxos/random": "0.5.1-main.f02b2c7",
|
|
69
|
+
"@dxos/rpc": "0.5.1-main.f02b2c7",
|
|
70
|
+
"@dxos/util": "0.5.1-main.f02b2c7",
|
|
71
|
+
"@dxos/tasks-template": "0.5.1-main.f02b2c7"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@oclif/test": "^2.3.31",
|