@dxos/cli 0.5.1-next.f040be1 → 0.5.2-main.16cd857

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 (63) hide show
  1. package/dist/src/base-command.d.ts +5 -5
  2. package/dist/src/base-command.d.ts.map +1 -1
  3. package/dist/src/base-command.js +2 -2
  4. package/dist/src/base-command.js.map +1 -1
  5. package/dist/src/commands/agent/invitations.d.ts +5 -5
  6. package/dist/src/commands/agent/list.d.ts +10 -10
  7. package/dist/src/commands/agent/restart.d.ts +5 -5
  8. package/dist/src/commands/agent/start.d.ts +7 -7
  9. package/dist/src/commands/agent/start.d.ts.map +1 -1
  10. package/dist/src/commands/agent/start.js +2 -13
  11. package/dist/src/commands/agent/start.js.map +1 -1
  12. package/dist/src/commands/agent/status.d.ts +5 -5
  13. package/dist/src/commands/agent/stop.d.ts +5 -5
  14. package/dist/src/commands/app/create.d.ts +8 -8
  15. package/dist/src/commands/app/open.d.ts +7 -7
  16. package/dist/src/commands/app/publish.d.ts +8 -8
  17. package/dist/src/commands/debug/diagnostics.d.ts +5 -5
  18. package/dist/src/commands/debug/error.js +1 -1
  19. package/dist/src/commands/debug/error.js.map +1 -1
  20. package/dist/src/commands/debug/generate.d.ts +11 -11
  21. package/dist/src/commands/debug/metrics.d.ts +1 -1
  22. package/dist/src/commands/debug/status.d.ts +6 -6
  23. package/dist/src/commands/device/list.d.ts +10 -10
  24. package/dist/src/commands/device/update.d.ts +6 -6
  25. package/dist/src/commands/function/dev.d.ts +8 -8
  26. package/dist/src/commands/function/exec.d.ts +1 -1
  27. package/dist/src/commands/function/logs.d.ts +1 -1
  28. package/dist/src/commands/halo/create.d.ts +7 -7
  29. package/dist/src/commands/halo/credential/add.d.ts +1 -1
  30. package/dist/src/commands/halo/credential/list.d.ts +12 -12
  31. package/dist/src/commands/halo/join.d.ts +8 -8
  32. package/dist/src/commands/halo/share.d.ts +9 -8
  33. package/dist/src/commands/halo/share.d.ts.map +1 -1
  34. package/dist/src/commands/halo/share.js +28 -16
  35. package/dist/src/commands/halo/share.js.map +1 -1
  36. package/dist/src/commands/halo/update.d.ts +6 -6
  37. package/dist/src/commands/reset/index.d.ts +5 -5
  38. package/dist/src/commands/space/close.d.ts +1 -1
  39. package/dist/src/commands/space/create.d.ts +1 -1
  40. package/dist/src/commands/space/epoch.d.ts +1 -1
  41. package/dist/src/commands/space/info.d.ts +1 -1
  42. package/dist/src/commands/space/join.d.ts +7 -7
  43. package/dist/src/commands/space/list.d.ts +10 -10
  44. package/dist/src/commands/space/members.d.ts +11 -11
  45. package/dist/src/commands/space/open.d.ts +1 -1
  46. package/dist/src/commands/space/query.d.ts +1 -1
  47. package/dist/src/commands/space/share.d.ts +10 -9
  48. package/dist/src/commands/space/share.d.ts.map +1 -1
  49. package/dist/src/commands/space/share.js +27 -14
  50. package/dist/src/commands/space/share.js.map +1 -1
  51. package/dist/src/commands/tunnel/index.d.ts +7 -7
  52. package/dist/src/errors.d.ts +6 -8
  53. package/dist/src/errors.d.ts.map +1 -1
  54. package/dist/src/errors.js +12 -16
  55. package/dist/src/errors.js.map +1 -1
  56. package/dist/src/hooks/command-not-found.d.ts.map +1 -1
  57. package/dist/src/hooks/command-not-found.js +3 -0
  58. package/dist/src/hooks/command-not-found.js.map +1 -1
  59. package/dist/src/util/spaces.d.ts.map +1 -1
  60. package/dist/src/util/spaces.js +5 -4
  61. package/dist/src/util/spaces.js.map +1 -1
  62. package/oclif.manifest.json +3626 -2783
  63. package/package.json +28 -27
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/cli",
3
- "version": "0.5.1-next.f040be1",
3
+ "version": "0.5.2-main.16cd857",
4
4
  "description": "DXOS CLI",
5
5
  "keywords": [
6
6
  "dxos",
@@ -23,8 +23,8 @@
23
23
  "/oclif.manifest.json"
24
24
  ],
25
25
  "dependencies": {
26
- "@oclif/core": "^2.9.4",
27
- "@oclif/plugin-help": "^5.2.14",
26
+ "@oclif/core": "^3.26.6",
27
+ "@oclif/plugin-help": "^6.0.22",
28
28
  "@octokit/core": "^4.0.4",
29
29
  "chalk": "^4.1.0",
30
30
  "cli-progress": "^3.11.2",
@@ -40,6 +40,7 @@
40
40
  "js-yaml": "^4.1.0",
41
41
  "kubo-rpc-client": "^4.1.1",
42
42
  "lodash.defaultsdeep": "^4.6.1",
43
+ "node-clipboardy": "^1.0.3",
43
44
  "node-fetch": "^2.6.0",
44
45
  "pkg-up": "^3.1.0",
45
46
  "platform": "^1.3.6",
@@ -48,31 +49,31 @@
48
49
  "uuid": "^8.3.2",
49
50
  "ws": "^8.14.2",
50
51
  "wtfnode": "^0.9.1",
51
- "@dxos/agent": "0.5.1-next.f040be1",
52
- "@dxos/bare-template": "0.5.1-next.f040be1",
53
- "@dxos/async": "0.5.1-next.f040be1",
54
- "@dxos/client-protocol": "0.5.1-next.f040be1",
55
- "@dxos/client-services": "0.5.1-next.f040be1",
56
- "@dxos/config": "0.5.1-next.f040be1",
57
- "@dxos/client": "0.5.1-next.f040be1",
58
- "@dxos/context": "0.5.1-next.f040be1",
59
- "@dxos/debug": "0.5.1-next.f040be1",
60
- "@dxos/functions": "0.5.1-next.f040be1",
61
- "@dxos/hello-template": "0.5.1-next.f040be1",
62
- "@dxos/invariant": "0.5.1-next.f040be1",
63
- "@dxos/log": "0.5.1-next.f040be1",
64
- "@dxos/network-manager": "0.5.1-next.f040be1",
65
- "@dxos/observability": "0.5.1-next.f040be1",
66
- "@dxos/process": "0.5.1-next.f040be1",
67
- "@dxos/plate": "0.5.1-next.f040be1",
68
- "@dxos/protocols": "0.5.1-next.f040be1",
69
- "@dxos/rpc": "0.5.1-next.f040be1",
70
- "@dxos/random": "0.5.1-next.f040be1",
71
- "@dxos/tasks-template": "0.5.1-next.f040be1",
72
- "@dxos/util": "0.5.1-next.f040be1"
52
+ "@dxos/async": "0.5.2-main.16cd857",
53
+ "@dxos/agent": "0.5.2-main.16cd857",
54
+ "@dxos/bare-template": "0.5.2-main.16cd857",
55
+ "@dxos/client": "0.5.2-main.16cd857",
56
+ "@dxos/client-protocol": "0.5.2-main.16cd857",
57
+ "@dxos/context": "0.5.2-main.16cd857",
58
+ "@dxos/client-services": "0.5.2-main.16cd857",
59
+ "@dxos/config": "0.5.2-main.16cd857",
60
+ "@dxos/debug": "0.5.2-main.16cd857",
61
+ "@dxos/hello-template": "0.5.2-main.16cd857",
62
+ "@dxos/functions": "0.5.2-main.16cd857",
63
+ "@dxos/invariant": "0.5.2-main.16cd857",
64
+ "@dxos/network-manager": "0.5.2-main.16cd857",
65
+ "@dxos/log": "0.5.2-main.16cd857",
66
+ "@dxos/observability": "0.5.2-main.16cd857",
67
+ "@dxos/plate": "0.5.2-main.16cd857",
68
+ "@dxos/process": "0.5.2-main.16cd857",
69
+ "@dxos/protocols": "0.5.2-main.16cd857",
70
+ "@dxos/random": "0.5.2-main.16cd857",
71
+ "@dxos/rpc": "0.5.2-main.16cd857",
72
+ "@dxos/tasks-template": "0.5.2-main.16cd857",
73
+ "@dxos/util": "0.5.2-main.16cd857"
73
74
  },
74
75
  "devDependencies": {
75
- "@oclif/test": "^2.3.31",
76
+ "@oclif/test": "^3.2.15",
76
77
  "@phosphor-icons/react": "^2.1.5",
77
78
  "@types/cli-progress": "^3.11.0",
78
79
  "@types/fs-extra": "^9.0.4",
@@ -83,7 +84,7 @@
83
84
  "@types/platform": "^1.3.4",
84
85
  "@types/react-dom": "^18.0.6",
85
86
  "fast-check": "^3.15.1",
86
- "oclif": "^3.7.0",
87
+ "oclif": "^4.10.11",
87
88
  "prettier": "^3.2.4",
88
89
  "shx": "^0.3.3",
89
90
  "typescript": "^5.2.2"