@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.
Files changed (39) hide show
  1. package/README.md +64 -29
  2. package/dist/src/base-command.d.ts +1 -1
  3. package/dist/src/base-command.d.ts.map +1 -1
  4. package/dist/src/base-command.js +32 -21
  5. package/dist/src/base-command.js.map +1 -1
  6. package/dist/src/commands/app/app.test.js +14 -6
  7. package/dist/src/commands/app/app.test.js.map +1 -1
  8. package/dist/src/commands/app/create.d.ts +1 -1
  9. package/dist/src/commands/app/open.d.ts +1 -1
  10. package/dist/src/commands/app/publish.d.ts +1 -1
  11. package/dist/src/commands/daemon/run.d.ts +1 -1
  12. package/dist/src/commands/halo/credential/list.d.ts +1 -1
  13. package/dist/src/commands/halo/join.d.ts +1 -1
  14. package/dist/src/commands/halo/share.d.ts +1 -1
  15. package/dist/src/commands/kube/deploy.d.ts +1 -1
  16. package/dist/src/commands/space/create.js +2 -5
  17. package/dist/src/commands/space/create.js.map +1 -1
  18. package/dist/src/commands/space/join.d.ts +1 -1
  19. package/dist/src/commands/space/list.d.ts +1 -1
  20. package/dist/src/commands/space/members.d.ts +1 -1
  21. package/dist/src/commands/space/new-epoch.d.ts +23 -0
  22. package/dist/src/commands/space/new-epoch.d.ts.map +1 -0
  23. package/dist/src/commands/space/new-epoch.js +40 -0
  24. package/dist/src/commands/space/new-epoch.js.map +1 -0
  25. package/dist/src/commands/tunnel/set.d.ts +1 -1
  26. package/dist/src/util/exec.d.ts +1 -0
  27. package/dist/src/util/exec.d.ts.map +1 -1
  28. package/dist/src/util/exec.js +2 -2
  29. package/dist/src/util/exec.js.map +1 -1
  30. package/dist/src/util/telemetryrc.json +2 -2
  31. package/dist/src/util/test-util.d.ts.map +1 -1
  32. package/dist/src/util/test-util.js +3 -5
  33. package/dist/src/util/test-util.js.map +1 -1
  34. package/oclif.manifest.json +211 -1
  35. package/package.json +20 -25
  36. package/dist/src/hooks/init/config.d.ts +0 -4
  37. package/dist/src/hooks/init/config.d.ts.map +0 -1
  38. package/dist/src/hooks/init/config.js +0 -10
  39. 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.45",
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/bare-template": "0.1.45",
51
- "@dxos/client": "0.1.45",
52
- "@dxos/client-services": "0.1.45",
53
- "@dxos/codec-protobuf": "0.1.45",
54
- "@dxos/config": "0.1.45",
55
- "@dxos/debug": "0.1.45",
56
- "@dxos/hello-template": "0.1.45",
57
- "@dxos/keys": "0.1.45",
58
- "@dxos/log": "0.1.45",
59
- "@dxos/plate": "0.1.45",
60
- "@dxos/protocols": "0.1.45",
61
- "@dxos/rpc": "0.1.45",
62
- "@dxos/sentry": "0.1.45",
63
- "@dxos/tasks-template": "0.1.45",
64
- "@dxos/telemetry": "0.1.45",
65
- "@dxos/util": "0.1.45",
66
- "@dxos/websocket-rpc": "0.1.45",
67
- "@dxos/async": "0.1.45"
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,4 +0,0 @@
1
- import { Hook } from '@oclif/core';
2
- declare const hook: Hook<'init'>;
3
- export default hook;
4
- //# sourceMappingURL=config.d.ts.map
@@ -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"}