@dxos/cli 0.1.49-next.fdd6c88 → 0.1.49
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 +316 -83
- package/bin/dev +1 -1
- package/bin/run +1 -1
- package/config/config-default.yml +9 -9
- package/config/config-dev.yml +10 -10
- package/config/config-local.yml +2 -2
- package/config/config-staging.yml +10 -10
- package/config/config.yml +11 -11
- package/dist/src/base-command.d.ts +31 -6
- package/dist/src/base-command.d.ts.map +1 -1
- package/dist/src/base-command.js +84 -74
- package/dist/src/base-command.js.map +1 -1
- package/dist/src/commands/agent/list.d.ts +1 -1
- package/dist/src/commands/agent/list.d.ts.map +1 -1
- package/dist/src/commands/agent/list.js +1 -1
- package/dist/src/commands/agent/list.js.map +1 -1
- package/dist/src/commands/agent/restart.d.ts +1 -1
- package/dist/src/commands/agent/restart.d.ts.map +1 -1
- package/dist/src/commands/agent/restart.js +1 -2
- package/dist/src/commands/agent/restart.js.map +1 -1
- package/dist/src/commands/agent/run.d.ts +8 -2
- package/dist/src/commands/agent/run.d.ts.map +1 -1
- package/dist/src/commands/agent/run.js +41 -13
- package/dist/src/commands/agent/run.js.map +1 -1
- package/dist/src/commands/agent/start.d.ts +1 -1
- package/dist/src/commands/agent/start.d.ts.map +1 -1
- package/dist/src/commands/agent/start.js +2 -3
- package/dist/src/commands/agent/start.js.map +1 -1
- package/dist/src/commands/agent/stop.d.ts +1 -1
- package/dist/src/commands/agent/stop.d.ts.map +1 -1
- package/dist/src/commands/agent/stop.js +2 -3
- package/dist/src/commands/agent/stop.js.map +1 -1
- package/dist/src/commands/app/app.test.js.map +1 -1
- package/dist/src/commands/app/create.d.ts +3 -1
- package/dist/src/commands/app/create.d.ts.map +1 -1
- package/dist/src/commands/app/create.js +23 -34
- package/dist/src/commands/app/create.js.map +1 -1
- package/dist/src/commands/app/list.d.ts +1 -1
- package/dist/src/commands/app/list.d.ts.map +1 -1
- package/dist/src/commands/app/list.js +5 -12
- package/dist/src/commands/app/list.js.map +1 -1
- package/dist/src/commands/app/open.d.ts +4 -1
- package/dist/src/commands/app/open.d.ts.map +1 -1
- package/dist/src/commands/app/open.js +5 -6
- package/dist/src/commands/app/open.js.map +1 -1
- package/dist/src/commands/app/publish.d.ts +4 -2
- package/dist/src/commands/app/publish.d.ts.map +1 -1
- package/dist/src/commands/app/publish.js +31 -43
- package/dist/src/commands/app/publish.js.map +1 -1
- package/dist/src/commands/config/index.d.ts +1 -1
- package/dist/src/commands/config/index.d.ts.map +1 -1
- package/dist/src/commands/config/index.js +1 -2
- package/dist/src/commands/config/index.js.map +1 -1
- package/dist/src/commands/debug/stats.d.ts +4 -1
- package/dist/src/commands/debug/stats.d.ts.map +1 -1
- package/dist/src/commands/debug/stats.js +1 -60
- package/dist/src/commands/debug/stats.js.map +1 -1
- package/dist/src/commands/device/index.d.ts +7 -0
- package/dist/src/commands/device/index.d.ts.map +1 -0
- package/dist/src/commands/device/index.js +19 -0
- package/dist/src/commands/device/index.js.map +1 -0
- package/dist/src/commands/device/list.d.ts +7 -0
- package/dist/src/commands/device/list.d.ts.map +1 -0
- package/dist/src/commands/device/list.js +20 -0
- package/dist/src/commands/device/list.js.map +1 -0
- package/dist/src/commands/function/exec.d.ts +10 -0
- package/dist/src/commands/function/exec.d.ts.map +1 -0
- package/dist/src/commands/function/exec.js +35 -0
- package/dist/src/commands/function/exec.js.map +1 -0
- package/dist/src/commands/function/list.d.ts +8 -0
- package/dist/src/commands/function/list.d.ts.map +1 -0
- package/dist/src/commands/function/list.js +43 -0
- package/dist/src/commands/function/list.js.map +1 -0
- package/dist/src/commands/function/logs.d.ts +10 -0
- package/dist/src/commands/function/logs.d.ts.map +1 -0
- package/dist/src/commands/function/logs.js +38 -0
- package/dist/src/commands/function/logs.js.map +1 -0
- package/dist/src/commands/halo/create.d.ts +1 -1
- package/dist/src/commands/halo/create.d.ts.map +1 -1
- package/dist/src/commands/halo/create.js +1 -2
- package/dist/src/commands/halo/create.js.map +1 -1
- package/dist/src/commands/halo/credential/add.d.ts +1 -1
- package/dist/src/commands/halo/credential/add.d.ts.map +1 -1
- package/dist/src/commands/halo/credential/add.js +1 -3
- package/dist/src/commands/halo/credential/add.js.map +1 -1
- package/dist/src/commands/halo/credential/list.d.ts +4 -1
- package/dist/src/commands/halo/credential/list.d.ts.map +1 -1
- package/dist/src/commands/halo/credential/list.js +2 -3
- package/dist/src/commands/halo/credential/list.js.map +1 -1
- package/dist/src/commands/halo/index.d.ts +1 -1
- package/dist/src/commands/halo/index.d.ts.map +1 -1
- package/dist/src/commands/halo/index.js +1 -2
- package/dist/src/commands/halo/index.js.map +1 -1
- package/dist/src/commands/halo/join.d.ts +4 -1
- package/dist/src/commands/halo/join.d.ts.map +1 -1
- package/dist/src/commands/halo/join.js +1 -2
- package/dist/src/commands/halo/join.js.map +1 -1
- package/dist/src/commands/halo/share.d.ts +4 -1
- package/dist/src/commands/halo/share.d.ts.map +1 -1
- package/dist/src/commands/halo/share.js +2 -3
- package/dist/src/commands/halo/share.js.map +1 -1
- package/dist/src/commands/kube/auth.d.ts +1 -1
- package/dist/src/commands/kube/auth.d.ts.map +1 -1
- package/dist/src/commands/kube/auth.js +2 -3
- package/dist/src/commands/kube/auth.js.map +1 -1
- package/dist/src/commands/kube/deploy.d.ts +4 -1
- package/dist/src/commands/kube/deploy.d.ts.map +1 -1
- package/dist/src/commands/kube/deploy.js +1 -2
- package/dist/src/commands/kube/deploy.js.map +1 -1
- package/dist/src/commands/reset/index.d.ts +10 -1
- package/dist/src/commands/reset/index.d.ts.map +1 -1
- package/dist/src/commands/reset/index.js +29 -8
- package/dist/src/commands/reset/index.js.map +1 -1
- package/dist/src/commands/shell/index.d.ts +1 -1
- package/dist/src/commands/shell/index.d.ts.map +1 -1
- package/dist/src/commands/shell/index.js.map +1 -1
- package/dist/src/commands/space/create.d.ts +1 -1
- package/dist/src/commands/space/create.d.ts.map +1 -1
- package/dist/src/commands/space/create.js +1 -2
- package/dist/src/commands/space/create.js.map +1 -1
- package/dist/src/commands/space/epoch.d.ts +4 -1
- package/dist/src/commands/space/epoch.d.ts.map +1 -1
- package/dist/src/commands/space/epoch.js +1 -3
- package/dist/src/commands/space/epoch.js.map +1 -1
- package/dist/src/commands/space/index.d.ts +1 -1
- package/dist/src/commands/space/index.d.ts.map +1 -1
- package/dist/src/commands/space/index.js.map +1 -1
- package/dist/src/commands/space/invite.d.ts +1 -1
- package/dist/src/commands/space/invite.d.ts.map +1 -1
- package/dist/src/commands/space/invite.js +1 -2
- package/dist/src/commands/space/invite.js.map +1 -1
- package/dist/src/commands/space/join.d.ts +4 -1
- package/dist/src/commands/space/join.d.ts.map +1 -1
- package/dist/src/commands/space/join.js +1 -2
- package/dist/src/commands/space/join.js.map +1 -1
- package/dist/src/commands/space/list.d.ts +4 -1
- package/dist/src/commands/space/list.d.ts.map +1 -1
- package/dist/src/commands/space/list.js +2 -3
- package/dist/src/commands/space/list.js.map +1 -1
- package/dist/src/commands/space/members.d.ts +4 -1
- package/dist/src/commands/space/members.d.ts.map +1 -1
- package/dist/src/commands/space/members.js +3 -4
- package/dist/src/commands/space/members.js.map +1 -1
- package/dist/src/commands/tunnel/list.d.ts +1 -1
- package/dist/src/commands/tunnel/list.d.ts.map +1 -1
- package/dist/src/commands/tunnel/list.js +7 -14
- package/dist/src/commands/tunnel/list.js.map +1 -1
- package/dist/src/commands/tunnel/set.d.ts +4 -1
- package/dist/src/commands/tunnel/set.d.ts.map +1 -1
- package/dist/src/commands/tunnel/set.js +8 -15
- package/dist/src/commands/tunnel/set.js.map +1 -1
- package/dist/src/util/credential.js.map +1 -1
- package/dist/src/util/print.d.ts +6 -0
- package/dist/src/util/print.d.ts.map +1 -1
- package/dist/src/util/print.js +24 -1
- package/dist/src/util/print.js.map +1 -1
- package/dist/src/util/publish/common.d.ts +1 -1
- package/dist/src/util/publish/common.d.ts.map +1 -1
- package/dist/src/util/publish/common.js.map +1 -1
- package/dist/src/util/telemetryrc.json +2 -2
- package/dist/src/util/util.d.ts +1 -0
- package/dist/src/util/util.d.ts.map +1 -1
- package/dist/src/util/util.js +11 -1
- package/dist/src/util/util.js.map +1 -1
- package/oclif.manifest.json +993 -58
- package/package.json +24 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/cli",
|
|
3
|
-
"version": "0.1.49
|
|
3
|
+
"version": "0.1.49",
|
|
4
4
|
"description": "DXOS CLI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dxos",
|
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
"@octokit/core": "^4.0.4",
|
|
31
31
|
"chalk": "^4.1.0",
|
|
32
32
|
"cli-progress": "^3.11.2",
|
|
33
|
+
"date-fns": "^2.29.3",
|
|
33
34
|
"debug": "^4.3.3",
|
|
34
35
|
"do-wrapper": "^4.5.1",
|
|
35
36
|
"fs-extra": "^8.1.0",
|
|
@@ -46,28 +47,28 @@
|
|
|
46
47
|
"tempy": "^1.0.1",
|
|
47
48
|
"uuid": "^8.3.2",
|
|
48
49
|
"ws": "^7.4.4",
|
|
49
|
-
"@dxos/agent": "0.1.49
|
|
50
|
-
"@dxos/
|
|
51
|
-
"@dxos/
|
|
52
|
-
"@dxos/client": "0.1.49
|
|
53
|
-
"@dxos/client-protocol": "0.1.49
|
|
54
|
-
"@dxos/client-services": "0.1.49
|
|
55
|
-
"@dxos/
|
|
56
|
-
"@dxos/
|
|
57
|
-
"@dxos/
|
|
58
|
-
"@dxos/
|
|
59
|
-
"@dxos/
|
|
60
|
-
"@dxos/
|
|
61
|
-
"@dxos/
|
|
62
|
-
"@dxos/
|
|
63
|
-
"@dxos/
|
|
64
|
-
"@dxos/
|
|
65
|
-
"@dxos/
|
|
66
|
-
"@dxos/
|
|
67
|
-
"@dxos/
|
|
68
|
-
"@dxos/
|
|
69
|
-
"@dxos/
|
|
70
|
-
"@dxos/
|
|
50
|
+
"@dxos/agent": "0.1.49",
|
|
51
|
+
"@dxos/bare-template": "0.1.49",
|
|
52
|
+
"@dxos/async": "0.1.49",
|
|
53
|
+
"@dxos/client": "0.1.49",
|
|
54
|
+
"@dxos/client-protocol": "0.1.49",
|
|
55
|
+
"@dxos/client-services": "0.1.49",
|
|
56
|
+
"@dxos/config": "0.1.49",
|
|
57
|
+
"@dxos/context": "0.1.49",
|
|
58
|
+
"@dxos/debug": "0.1.49",
|
|
59
|
+
"@dxos/hello-template": "0.1.49",
|
|
60
|
+
"@dxos/keys": "0.1.49",
|
|
61
|
+
"@dxos/log": "0.1.49",
|
|
62
|
+
"@dxos/observable-object": "0.1.49",
|
|
63
|
+
"@dxos/plate": "0.1.49",
|
|
64
|
+
"@dxos/protocols": "0.1.49",
|
|
65
|
+
"@dxos/rpc": "0.1.49",
|
|
66
|
+
"@dxos/sentry": "0.1.49",
|
|
67
|
+
"@dxos/tasks-template": "0.1.49",
|
|
68
|
+
"@dxos/telemetry": "0.1.49",
|
|
69
|
+
"@dxos/util": "0.1.49",
|
|
70
|
+
"@dxos/websocket-rpc": "0.1.49",
|
|
71
|
+
"@dxos/codec-protobuf": "0.1.49"
|
|
71
72
|
},
|
|
72
73
|
"devDependencies": {
|
|
73
74
|
"@oclif/test": "^2.3.11",
|