@dxos/cli 0.1.45 → 0.1.46-next.412561
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 +64 -29
- package/dist/src/base-command.d.ts +1 -1
- package/dist/src/base-command.d.ts.map +1 -1
- package/dist/src/base-command.js +32 -21
- package/dist/src/base-command.js.map +1 -1
- package/dist/src/commands/app/app.test.js +14 -6
- package/dist/src/commands/app/app.test.js.map +1 -1
- package/dist/src/commands/app/create.d.ts +1 -1
- package/dist/src/commands/app/open.d.ts +1 -1
- package/dist/src/commands/app/publish.d.ts +1 -1
- package/dist/src/commands/daemon/run.d.ts +1 -1
- package/dist/src/commands/halo/credential/list.d.ts +1 -1
- package/dist/src/commands/halo/join.d.ts +1 -1
- package/dist/src/commands/halo/share.d.ts +1 -1
- package/dist/src/commands/kube/deploy.d.ts +1 -1
- package/dist/src/commands/space/create.js +2 -5
- package/dist/src/commands/space/create.js.map +1 -1
- package/dist/src/commands/space/join.d.ts +1 -1
- package/dist/src/commands/space/list.d.ts +1 -1
- package/dist/src/commands/space/members.d.ts +1 -1
- package/dist/src/commands/space/new-epoch.d.ts +23 -0
- package/dist/src/commands/space/new-epoch.d.ts.map +1 -0
- package/dist/src/commands/space/new-epoch.js +40 -0
- package/dist/src/commands/space/new-epoch.js.map +1 -0
- package/dist/src/commands/tunnel/set.d.ts +1 -1
- package/dist/src/util/exec.d.ts +1 -0
- package/dist/src/util/exec.d.ts.map +1 -1
- package/dist/src/util/exec.js +2 -2
- package/dist/src/util/exec.js.map +1 -1
- package/dist/src/util/telemetryrc.json +2 -2
- package/dist/src/util/test-util.d.ts.map +1 -1
- package/dist/src/util/test-util.js +3 -5
- package/dist/src/util/test-util.js.map +1 -1
- package/oclif.manifest.json +211 -1
- package/package.json +20 -25
- package/dist/src/hooks/init/config.d.ts +0 -4
- package/dist/src/hooks/init/config.d.ts.map +0 -1
- package/dist/src/hooks/init/config.js +0 -10
- package/dist/src/hooks/init/config.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.46-next.0412561",
|
|
4
4
|
"description": "DXOS CLI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dxos",
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
"/oclif.manifest.json"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
+
"@faker-js/faker": "^7.3.0",
|
|
26
27
|
"@oclif/core": "^2.6.5",
|
|
27
28
|
"@oclif/plugin-help": "^5.2.8",
|
|
28
29
|
"@oclif/plugin-plugins": "^2.4.3",
|
|
@@ -31,7 +32,6 @@
|
|
|
31
32
|
"cli-progress": "^3.11.2",
|
|
32
33
|
"debug": "^4.3.3",
|
|
33
34
|
"do-wrapper": "^4.5.1",
|
|
34
|
-
"faker": "^5.5.3",
|
|
35
35
|
"forever": "^4.0.3",
|
|
36
36
|
"fs-extra": "^8.1.0",
|
|
37
37
|
"get-folder-size": "^2.0.1",
|
|
@@ -47,24 +47,24 @@
|
|
|
47
47
|
"tempy": "^1.0.1",
|
|
48
48
|
"uuid": "^8.3.2",
|
|
49
49
|
"ws": "^7.4.4",
|
|
50
|
-
"@dxos/
|
|
51
|
-
"@dxos/
|
|
52
|
-
"@dxos/client
|
|
53
|
-
"@dxos/
|
|
54
|
-
"@dxos/
|
|
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/
|
|
50
|
+
"@dxos/async": "0.1.46-next.0412561",
|
|
51
|
+
"@dxos/bare-template": "0.1.46-next.0412561",
|
|
52
|
+
"@dxos/client": "0.1.46-next.0412561",
|
|
53
|
+
"@dxos/client-services": "0.1.46-next.0412561",
|
|
54
|
+
"@dxos/codec-protobuf": "0.1.46-next.0412561",
|
|
55
|
+
"@dxos/config": "0.1.46-next.0412561",
|
|
56
|
+
"@dxos/debug": "0.1.46-next.0412561",
|
|
57
|
+
"@dxos/hello-template": "0.1.46-next.0412561",
|
|
58
|
+
"@dxos/keys": "0.1.46-next.0412561",
|
|
59
|
+
"@dxos/log": "0.1.46-next.0412561",
|
|
60
|
+
"@dxos/plate": "0.1.46-next.0412561",
|
|
61
|
+
"@dxos/protocols": "0.1.46-next.0412561",
|
|
62
|
+
"@dxos/rpc": "0.1.46-next.0412561",
|
|
63
|
+
"@dxos/sentry": "0.1.46-next.0412561",
|
|
64
|
+
"@dxos/tasks-template": "0.1.46-next.0412561",
|
|
65
|
+
"@dxos/telemetry": "0.1.46-next.0412561",
|
|
66
|
+
"@dxos/util": "0.1.46-next.0412561",
|
|
67
|
+
"@dxos/websocket-rpc": "0.1.46-next.0412561"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@oclif/test": "^2.3.11",
|
|
@@ -91,11 +91,6 @@
|
|
|
91
91
|
"bin": "dx",
|
|
92
92
|
"dirname": "dx",
|
|
93
93
|
"commands": "./dist/src/commands",
|
|
94
|
-
"hooks": {
|
|
95
|
-
"init": [
|
|
96
|
-
"./dist/src/hooks/init/config"
|
|
97
|
-
]
|
|
98
|
-
},
|
|
99
94
|
"plugins": [
|
|
100
95
|
"@oclif/plugin-help",
|
|
101
96
|
"@oclif/plugin-plugins"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../src/hooks/init/config.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,IAAI,EAAE,MAAM,aAAa,CAAC;AAEnC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,MAAM,CAEtB,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
//
|
|
3
|
-
// Copyright 2022 DXOS.org
|
|
4
|
-
//
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const hook = async (options) => {
|
|
7
|
-
// console.log('init hook:', options.id);
|
|
8
|
-
};
|
|
9
|
-
exports.default = hook;
|
|
10
|
-
//# sourceMappingURL=config.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../../../src/hooks/init/config.ts"],"names":[],"mappings":";AAAA,EAAE;AACF,0BAA0B;AAC1B,EAAE;;AAIF,MAAM,IAAI,GAAiB,KAAK,EAAE,OAAO,EAAE,EAAE;IAC3C,yCAAyC;AAC3C,CAAC,CAAC;AAEF,kBAAe,IAAI,CAAC"}
|