@dxos/cli 0.6.14-main.7bd9c89 → 0.6.14-staging.3e2eaca
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/dev.js +26 -0
- package/bin/dx.js +17 -0
- package/dist/src/base.js +11 -16
- package/dist/src/base.js.map +1 -1
- package/dist/src/commands/agent/agent.node.test.js +54 -59
- package/dist/src/commands/agent/agent.node.test.js.map +1 -1
- package/dist/src/commands/agent/invitations.d.ts +11 -11
- package/dist/src/commands/agent/invitations.js +19 -24
- package/dist/src/commands/agent/invitations.js.map +1 -1
- package/dist/src/commands/agent/list.d.ts +12 -12
- package/dist/src/commands/agent/list.js +11 -13
- package/dist/src/commands/agent/list.js.map +1 -1
- package/dist/src/commands/agent/restart.d.ts +12 -12
- package/dist/src/commands/agent/restart.js +7 -9
- package/dist/src/commands/agent/restart.js.map +1 -1
- package/dist/src/commands/agent/start.d.ts +15 -15
- package/dist/src/commands/agent/start.js +38 -43
- package/dist/src/commands/agent/start.js.map +1 -1
- package/dist/src/commands/agent/status.d.ts +10 -10
- package/dist/src/commands/agent/status.js +7 -9
- package/dist/src/commands/agent/status.js.map +1 -1
- package/dist/src/commands/agent/stop.d.ts +13 -13
- package/dist/src/commands/agent/stop.js +10 -15
- package/dist/src/commands/agent/stop.js.map +1 -1
- package/dist/src/commands/app/app.node.test.js +11 -16
- package/dist/src/commands/app/app.node.test.js.map +1 -1
- package/dist/src/commands/app/create.d.ts +14 -14
- package/dist/src/commands/app/create.js +23 -52
- package/dist/src/commands/app/create.js.map +1 -1
- package/dist/src/commands/app/list.d.ts +10 -10
- package/dist/src/commands/app/list.js +10 -12
- package/dist/src/commands/app/list.js.map +1 -1
- package/dist/src/commands/app/open.d.ts +13 -13
- package/dist/src/commands/app/open.js +23 -28
- package/dist/src/commands/app/open.js.map +1 -1
- package/dist/src/commands/app/publish.d.ts +14 -14
- package/dist/src/commands/app/publish.js +19 -24
- package/dist/src/commands/app/publish.js.map +1 -1
- package/dist/src/commands/config/index.js +3 -5
- package/dist/src/commands/config/index.js.map +1 -1
- package/dist/src/commands/config/index.node.test.js +11 -39
- package/dist/src/commands/config/index.node.test.js.map +1 -1
- package/dist/src/commands/debug/diagnostics.d.ts +12 -12
- package/dist/src/commands/debug/diagnostics.js +15 -20
- package/dist/src/commands/debug/diagnostics.js.map +1 -1
- package/dist/src/commands/debug/error.js +5 -7
- package/dist/src/commands/debug/error.js.map +1 -1
- package/dist/src/commands/debug/generate.d.ts +16 -16
- package/dist/src/commands/debug/generate.js +20 -22
- package/dist/src/commands/debug/generate.js.map +1 -1
- package/dist/src/commands/debug/metrics.d.ts +1 -1
- package/dist/src/commands/debug/metrics.js +5 -7
- package/dist/src/commands/debug/metrics.js.map +1 -1
- package/dist/src/commands/debug/status.d.ts +11 -11
- package/dist/src/commands/debug/status.js +10 -15
- package/dist/src/commands/debug/status.js.map +1 -1
- package/dist/src/commands/device/info.js +11 -16
- package/dist/src/commands/device/info.js.map +1 -1
- package/dist/src/commands/device/list.d.ts +10 -10
- package/dist/src/commands/device/list.js +9 -11
- package/dist/src/commands/device/list.js.map +1 -1
- package/dist/src/commands/device/update.d.ts +11 -11
- package/dist/src/commands/device/update.js +11 -13
- package/dist/src/commands/device/update.js.map +1 -1
- package/dist/src/commands/function/list.js +15 -19
- package/dist/src/commands/function/list.js.map +1 -1
- package/dist/src/commands/function/logs.d.ts +1 -1
- package/dist/src/commands/function/logs.js +5 -7
- package/dist/src/commands/function/logs.js.map +1 -1
- package/dist/src/commands/function/trigger/list.d.ts +14 -14
- package/dist/src/commands/function/trigger/list.js +21 -28
- package/dist/src/commands/function/trigger/list.js.map +1 -1
- package/dist/src/commands/halo/create.d.ts +13 -13
- package/dist/src/commands/halo/create.js +10 -12
- 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.js +9 -11
- package/dist/src/commands/halo/credential/add.js.map +1 -1
- package/dist/src/commands/halo/credential/list.d.ts +12 -12
- package/dist/src/commands/halo/credential/list.js +15 -17
- package/dist/src/commands/halo/credential/list.js.map +1 -1
- package/dist/src/commands/halo/identity.js +5 -10
- package/dist/src/commands/halo/identity.js.map +1 -1
- package/dist/src/commands/halo/join.d.ts +14 -14
- package/dist/src/commands/halo/join.d.ts.map +1 -1
- package/dist/src/commands/halo/join.js +34 -37
- package/dist/src/commands/halo/join.js.map +1 -1
- package/dist/src/commands/halo/keys.js +3 -5
- package/dist/src/commands/halo/keys.js.map +1 -1
- package/dist/src/commands/halo/recovery/generate.js +3 -5
- package/dist/src/commands/halo/recovery/generate.js.map +1 -1
- package/dist/src/commands/halo/recovery/use.d.ts +11 -11
- package/dist/src/commands/halo/recovery/use.js +6 -8
- package/dist/src/commands/halo/recovery/use.js.map +1 -1
- package/dist/src/commands/halo/share.d.ts +15 -15
- package/dist/src/commands/halo/share.js +27 -32
- package/dist/src/commands/halo/share.js.map +1 -1
- package/dist/src/commands/halo/update.d.ts +11 -11
- package/dist/src/commands/halo/update.js +11 -16
- package/dist/src/commands/halo/update.js.map +1 -1
- package/dist/src/commands/info.d.ts +10 -10
- package/dist/src/commands/info.d.ts.map +1 -1
- package/dist/src/commands/info.js +8 -13
- package/dist/src/commands/info.js.map +1 -1
- package/dist/src/commands/profile/import.d.ts +12 -12
- package/dist/src/commands/profile/import.js +20 -48
- package/dist/src/commands/profile/import.js.map +1 -1
- package/dist/src/commands/profile/inspect.d.ts +12 -12
- package/dist/src/commands/profile/inspect.js +14 -39
- package/dist/src/commands/profile/inspect.js.map +1 -1
- package/dist/src/commands/reset/index.d.ts +12 -12
- package/dist/src/commands/reset/index.js +22 -27
- package/dist/src/commands/reset/index.js.map +1 -1
- package/dist/src/commands/shell/index.d.ts.map +1 -1
- package/dist/src/commands/shell/index.js +11 -12
- package/dist/src/commands/shell/index.js.map +1 -1
- package/dist/src/commands/space/close.d.ts +1 -1
- package/dist/src/commands/space/close.js +5 -7
- package/dist/src/commands/space/close.js.map +1 -1
- package/dist/src/commands/space/create.d.ts +1 -1
- package/dist/src/commands/space/create.js +9 -14
- package/dist/src/commands/space/create.js.map +1 -1
- package/dist/src/commands/space/epoch.d.ts +1 -1
- package/dist/src/commands/space/epoch.js +5 -7
- package/dist/src/commands/space/epoch.js.map +1 -1
- package/dist/src/commands/space/info.d.ts +1 -1
- package/dist/src/commands/space/info.js +5 -7
- package/dist/src/commands/space/info.js.map +1 -1
- package/dist/src/commands/space/join.d.ts +12 -12
- package/dist/src/commands/space/join.d.ts.map +1 -1
- package/dist/src/commands/space/join.js +22 -25
- package/dist/src/commands/space/join.js.map +1 -1
- package/dist/src/commands/space/list.d.ts +11 -11
- package/dist/src/commands/space/list.js +16 -18
- package/dist/src/commands/space/list.js.map +1 -1
- package/dist/src/commands/space/members.d.ts +11 -11
- package/dist/src/commands/space/members.js +9 -11
- package/dist/src/commands/space/members.js.map +1 -1
- package/dist/src/commands/space/open.d.ts +1 -1
- package/dist/src/commands/space/open.js +5 -7
- package/dist/src/commands/space/open.js.map +1 -1
- package/dist/src/commands/space/query.d.ts +12 -12
- package/dist/src/commands/space/query.js +15 -17
- package/dist/src/commands/space/query.js.map +1 -1
- package/dist/src/commands/space/schema/list.d.ts +12 -12
- package/dist/src/commands/space/schema/list.js +12 -14
- package/dist/src/commands/space/schema/list.js.map +1 -1
- package/dist/src/commands/space/share.d.ts +17 -17
- package/dist/src/commands/space/share.js +30 -35
- package/dist/src/commands/space/share.js.map +1 -1
- package/dist/src/commands/tunnel/index.d.ts +11 -11
- package/dist/src/commands/tunnel/index.js +16 -18
- package/dist/src/commands/tunnel/index.js.map +1 -1
- package/dist/src/commands/tunnel/list.d.ts +10 -10
- package/dist/src/commands/tunnel/list.js +8 -10
- package/dist/src/commands/tunnel/list.js.map +1 -1
- package/dist/src/commands/userfunction/upload.d.ts +15 -15
- package/dist/src/commands/userfunction/upload.js +29 -34
- package/dist/src/commands/userfunction/upload.js.map +1 -1
- package/dist/src/components/App.js +11 -18
- package/dist/src/components/App.js.map +1 -1
- package/dist/src/components/SpaceTable.js +8 -38
- package/dist/src/components/SpaceTable.js.map +1 -1
- package/dist/src/components/SystemTable.js +6 -36
- package/dist/src/components/SystemTable.js.map +1 -1
- package/dist/src/components/index.js +3 -19
- package/dist/src/components/index.js.map +1 -1
- package/dist/src/help.js +8 -15
- package/dist/src/help.js.map +1 -1
- package/dist/src/hooks/command-not-found.js +4 -9
- package/dist/src/hooks/command-not-found.js.map +1 -1
- package/dist/src/index.js +2 -20
- package/dist/src/index.js.map +1 -1
- package/dist/src/util/index.js +4 -20
- package/dist/src/util/index.js.map +1 -1
- package/dist/src/util/provider/digital-ocean.js +11 -18
- package/dist/src/util/provider/digital-ocean.js.map +1 -1
- package/dist/src/util/provider/index.js +2 -18
- package/dist/src/util/provider/index.js.map +1 -1
- package/dist/src/util/provider/provider.js +7 -12
- package/dist/src/util/provider/provider.js.map +1 -1
- package/dist/src/util/publish/build.js +7 -14
- package/dist/src/util/publish/build.js.map +1 -1
- package/dist/src/util/publish/common.js +6 -34
- package/dist/src/util/publish/common.js.map +1 -1
- package/dist/src/util/publish/config.js +14 -21
- package/dist/src/util/publish/config.js.map +1 -1
- package/dist/src/util/publish/index.js +6 -22
- package/dist/src/util/publish/index.js.map +1 -1
- package/dist/src/util/publish/ipfs-upload.js +11 -18
- package/dist/src/util/publish/ipfs-upload.js.map +1 -1
- package/dist/src/util/publish/publish.js +20 -27
- package/dist/src/util/publish/publish.js.map +1 -1
- package/dist/src/util/publish/publisher-rpc-peer.js +16 -23
- package/dist/src/util/publish/publisher-rpc-peer.js.map +1 -1
- package/dist/src/util/supervisor/index.js +1 -17
- package/dist/src/util/supervisor/index.js.map +1 -1
- package/dist/src/util/supervisor/supervisor-rpc-peer.js +16 -23
- package/dist/src/util/supervisor/supervisor-rpc-peer.js.map +1 -1
- package/dist/src/util/tunnel/common.js +5 -10
- package/dist/src/util/tunnel/common.js.map +1 -1
- package/dist/src/util/tunnel/index.js +2 -18
- package/dist/src/util/tunnel/index.js.map +1 -1
- package/dist/src/util/tunnel/tunnel-rpc-peer.js +16 -23
- package/dist/src/util/tunnel/tunnel-rpc-peer.js.map +1 -1
- package/oclif.manifest.json +53 -53
- package/package.json +43 -41
- package/bin/dev +0 -22
- package/bin/dx +0 -8
package/oclif.manifest.json
CHANGED
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"pluginType": "core",
|
|
98
98
|
"strict": true,
|
|
99
99
|
"enableJsonFlag": true,
|
|
100
|
-
"isESM":
|
|
100
|
+
"isESM": true,
|
|
101
101
|
"relativePath": [
|
|
102
102
|
"dist",
|
|
103
103
|
"src",
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
"pluginType": "core",
|
|
209
209
|
"strict": true,
|
|
210
210
|
"enableJsonFlag": true,
|
|
211
|
-
"isESM":
|
|
211
|
+
"isESM": true,
|
|
212
212
|
"relativePath": [
|
|
213
213
|
"dist",
|
|
214
214
|
"src",
|
|
@@ -332,7 +332,7 @@
|
|
|
332
332
|
"pluginType": "core",
|
|
333
333
|
"strict": true,
|
|
334
334
|
"enableJsonFlag": true,
|
|
335
|
-
"isESM":
|
|
335
|
+
"isESM": true,
|
|
336
336
|
"relativePath": [
|
|
337
337
|
"dist",
|
|
338
338
|
"src",
|
|
@@ -450,7 +450,7 @@
|
|
|
450
450
|
"pluginType": "core",
|
|
451
451
|
"strict": true,
|
|
452
452
|
"enableJsonFlag": true,
|
|
453
|
-
"isESM":
|
|
453
|
+
"isESM": true,
|
|
454
454
|
"relativePath": [
|
|
455
455
|
"dist",
|
|
456
456
|
"src",
|
|
@@ -600,7 +600,7 @@
|
|
|
600
600
|
"pluginType": "core",
|
|
601
601
|
"strict": true,
|
|
602
602
|
"enableJsonFlag": true,
|
|
603
|
-
"isESM":
|
|
603
|
+
"isESM": true,
|
|
604
604
|
"relativePath": [
|
|
605
605
|
"dist",
|
|
606
606
|
"src",
|
|
@@ -706,7 +706,7 @@
|
|
|
706
706
|
"pluginType": "core",
|
|
707
707
|
"strict": true,
|
|
708
708
|
"enableJsonFlag": true,
|
|
709
|
-
"isESM":
|
|
709
|
+
"isESM": true,
|
|
710
710
|
"relativePath": [
|
|
711
711
|
"dist",
|
|
712
712
|
"src",
|
|
@@ -830,7 +830,7 @@
|
|
|
830
830
|
"pluginType": "core",
|
|
831
831
|
"strict": true,
|
|
832
832
|
"enableJsonFlag": true,
|
|
833
|
-
"isESM":
|
|
833
|
+
"isESM": true,
|
|
834
834
|
"relativePath": [
|
|
835
835
|
"dist",
|
|
836
836
|
"src",
|
|
@@ -969,7 +969,7 @@
|
|
|
969
969
|
"pluginName": "@dxos/cli",
|
|
970
970
|
"pluginType": "core",
|
|
971
971
|
"strict": true,
|
|
972
|
-
"isESM":
|
|
972
|
+
"isESM": true,
|
|
973
973
|
"relativePath": [
|
|
974
974
|
"dist",
|
|
975
975
|
"src",
|
|
@@ -1082,7 +1082,7 @@
|
|
|
1082
1082
|
"state": "deprecated",
|
|
1083
1083
|
"strict": true,
|
|
1084
1084
|
"enableJsonFlag": true,
|
|
1085
|
-
"isESM":
|
|
1085
|
+
"isESM": true,
|
|
1086
1086
|
"relativePath": [
|
|
1087
1087
|
"dist",
|
|
1088
1088
|
"src",
|
|
@@ -1208,7 +1208,7 @@
|
|
|
1208
1208
|
"pluginType": "core",
|
|
1209
1209
|
"strict": true,
|
|
1210
1210
|
"enableJsonFlag": true,
|
|
1211
|
-
"isESM":
|
|
1211
|
+
"isESM": true,
|
|
1212
1212
|
"relativePath": [
|
|
1213
1213
|
"dist",
|
|
1214
1214
|
"src",
|
|
@@ -1341,7 +1341,7 @@
|
|
|
1341
1341
|
"pluginType": "core",
|
|
1342
1342
|
"state": "deprecated",
|
|
1343
1343
|
"strict": true,
|
|
1344
|
-
"isESM":
|
|
1344
|
+
"isESM": true,
|
|
1345
1345
|
"relativePath": [
|
|
1346
1346
|
"dist",
|
|
1347
1347
|
"src",
|
|
@@ -1447,7 +1447,7 @@
|
|
|
1447
1447
|
"pluginType": "core",
|
|
1448
1448
|
"strict": true,
|
|
1449
1449
|
"enableJsonFlag": true,
|
|
1450
|
-
"isESM":
|
|
1450
|
+
"isESM": true,
|
|
1451
1451
|
"relativePath": [
|
|
1452
1452
|
"dist",
|
|
1453
1453
|
"src",
|
|
@@ -1575,7 +1575,7 @@
|
|
|
1575
1575
|
"pluginType": "core",
|
|
1576
1576
|
"strict": true,
|
|
1577
1577
|
"enableJsonFlag": true,
|
|
1578
|
-
"isESM":
|
|
1578
|
+
"isESM": true,
|
|
1579
1579
|
"relativePath": [
|
|
1580
1580
|
"dist",
|
|
1581
1581
|
"src",
|
|
@@ -1680,7 +1680,7 @@
|
|
|
1680
1680
|
"pluginName": "@dxos/cli",
|
|
1681
1681
|
"pluginType": "core",
|
|
1682
1682
|
"strict": true,
|
|
1683
|
-
"isESM":
|
|
1683
|
+
"isESM": true,
|
|
1684
1684
|
"relativePath": [
|
|
1685
1685
|
"dist",
|
|
1686
1686
|
"src",
|
|
@@ -1830,7 +1830,7 @@
|
|
|
1830
1830
|
"pluginType": "core",
|
|
1831
1831
|
"strict": true,
|
|
1832
1832
|
"enableJsonFlag": true,
|
|
1833
|
-
"isESM":
|
|
1833
|
+
"isESM": true,
|
|
1834
1834
|
"relativePath": [
|
|
1835
1835
|
"dist",
|
|
1836
1836
|
"src",
|
|
@@ -1941,7 +1941,7 @@
|
|
|
1941
1941
|
"pluginType": "core",
|
|
1942
1942
|
"strict": true,
|
|
1943
1943
|
"enableJsonFlag": true,
|
|
1944
|
-
"isESM":
|
|
1944
|
+
"isESM": true,
|
|
1945
1945
|
"relativePath": [
|
|
1946
1946
|
"dist",
|
|
1947
1947
|
"src",
|
|
@@ -2055,7 +2055,7 @@
|
|
|
2055
2055
|
"pluginType": "core",
|
|
2056
2056
|
"strict": true,
|
|
2057
2057
|
"enableJsonFlag": true,
|
|
2058
|
-
"isESM":
|
|
2058
|
+
"isESM": true,
|
|
2059
2059
|
"relativePath": [
|
|
2060
2060
|
"dist",
|
|
2061
2061
|
"src",
|
|
@@ -2161,7 +2161,7 @@
|
|
|
2161
2161
|
"pluginType": "core",
|
|
2162
2162
|
"strict": true,
|
|
2163
2163
|
"enableJsonFlag": true,
|
|
2164
|
-
"isESM":
|
|
2164
|
+
"isESM": true,
|
|
2165
2165
|
"relativePath": [
|
|
2166
2166
|
"dist",
|
|
2167
2167
|
"src",
|
|
@@ -2273,7 +2273,7 @@
|
|
|
2273
2273
|
"pluginType": "core",
|
|
2274
2274
|
"strict": true,
|
|
2275
2275
|
"enableJsonFlag": true,
|
|
2276
|
-
"isESM":
|
|
2276
|
+
"isESM": true,
|
|
2277
2277
|
"relativePath": [
|
|
2278
2278
|
"dist",
|
|
2279
2279
|
"src",
|
|
@@ -2386,7 +2386,7 @@
|
|
|
2386
2386
|
"pluginName": "@dxos/cli",
|
|
2387
2387
|
"pluginType": "core",
|
|
2388
2388
|
"strict": true,
|
|
2389
|
-
"isESM":
|
|
2389
|
+
"isESM": true,
|
|
2390
2390
|
"relativePath": [
|
|
2391
2391
|
"dist",
|
|
2392
2392
|
"src",
|
|
@@ -2492,7 +2492,7 @@
|
|
|
2492
2492
|
"pluginType": "core",
|
|
2493
2493
|
"strict": true,
|
|
2494
2494
|
"enableJsonFlag": true,
|
|
2495
|
-
"isESM":
|
|
2495
|
+
"isESM": true,
|
|
2496
2496
|
"relativePath": [
|
|
2497
2497
|
"dist",
|
|
2498
2498
|
"src",
|
|
@@ -2605,7 +2605,7 @@
|
|
|
2605
2605
|
"state": "deprecated",
|
|
2606
2606
|
"strict": true,
|
|
2607
2607
|
"enableJsonFlag": true,
|
|
2608
|
-
"isESM":
|
|
2608
|
+
"isESM": true,
|
|
2609
2609
|
"relativePath": [
|
|
2610
2610
|
"dist",
|
|
2611
2611
|
"src",
|
|
@@ -2730,7 +2730,7 @@
|
|
|
2730
2730
|
"pluginType": "core",
|
|
2731
2731
|
"strict": true,
|
|
2732
2732
|
"enableJsonFlag": true,
|
|
2733
|
-
"isESM":
|
|
2733
|
+
"isESM": true,
|
|
2734
2734
|
"relativePath": [
|
|
2735
2735
|
"dist",
|
|
2736
2736
|
"src",
|
|
@@ -2838,7 +2838,7 @@
|
|
|
2838
2838
|
"pluginType": "core",
|
|
2839
2839
|
"strict": true,
|
|
2840
2840
|
"enableJsonFlag": true,
|
|
2841
|
-
"isESM":
|
|
2841
|
+
"isESM": true,
|
|
2842
2842
|
"relativePath": [
|
|
2843
2843
|
"dist",
|
|
2844
2844
|
"src",
|
|
@@ -2968,7 +2968,7 @@
|
|
|
2968
2968
|
"pluginType": "core",
|
|
2969
2969
|
"strict": true,
|
|
2970
2970
|
"enableJsonFlag": true,
|
|
2971
|
-
"isESM":
|
|
2971
|
+
"isESM": true,
|
|
2972
2972
|
"relativePath": [
|
|
2973
2973
|
"dist",
|
|
2974
2974
|
"src",
|
|
@@ -3074,7 +3074,7 @@
|
|
|
3074
3074
|
"pluginType": "core",
|
|
3075
3075
|
"strict": true,
|
|
3076
3076
|
"enableJsonFlag": true,
|
|
3077
|
-
"isESM":
|
|
3077
|
+
"isESM": true,
|
|
3078
3078
|
"relativePath": [
|
|
3079
3079
|
"dist",
|
|
3080
3080
|
"src",
|
|
@@ -3214,7 +3214,7 @@
|
|
|
3214
3214
|
"pluginType": "core",
|
|
3215
3215
|
"strict": true,
|
|
3216
3216
|
"enableJsonFlag": true,
|
|
3217
|
-
"isESM":
|
|
3217
|
+
"isESM": true,
|
|
3218
3218
|
"relativePath": [
|
|
3219
3219
|
"dist",
|
|
3220
3220
|
"src",
|
|
@@ -3326,7 +3326,7 @@
|
|
|
3326
3326
|
"pluginName": "@dxos/cli",
|
|
3327
3327
|
"pluginType": "core",
|
|
3328
3328
|
"strict": true,
|
|
3329
|
-
"isESM":
|
|
3329
|
+
"isESM": true,
|
|
3330
3330
|
"relativePath": [
|
|
3331
3331
|
"dist",
|
|
3332
3332
|
"src",
|
|
@@ -3446,7 +3446,7 @@
|
|
|
3446
3446
|
"pluginName": "@dxos/cli",
|
|
3447
3447
|
"pluginType": "core",
|
|
3448
3448
|
"strict": true,
|
|
3449
|
-
"isESM":
|
|
3449
|
+
"isESM": true,
|
|
3450
3450
|
"relativePath": [
|
|
3451
3451
|
"dist",
|
|
3452
3452
|
"src",
|
|
@@ -3565,7 +3565,7 @@
|
|
|
3565
3565
|
"pluginName": "@dxos/cli",
|
|
3566
3566
|
"pluginType": "core",
|
|
3567
3567
|
"strict": true,
|
|
3568
|
-
"isESM":
|
|
3568
|
+
"isESM": true,
|
|
3569
3569
|
"relativePath": [
|
|
3570
3570
|
"dist",
|
|
3571
3571
|
"src",
|
|
@@ -3682,7 +3682,7 @@
|
|
|
3682
3682
|
"pluginName": "@dxos/cli",
|
|
3683
3683
|
"pluginType": "core",
|
|
3684
3684
|
"strict": true,
|
|
3685
|
-
"isESM":
|
|
3685
|
+
"isESM": true,
|
|
3686
3686
|
"relativePath": [
|
|
3687
3687
|
"dist",
|
|
3688
3688
|
"src",
|
|
@@ -3787,7 +3787,7 @@
|
|
|
3787
3787
|
"pluginName": "@dxos/cli",
|
|
3788
3788
|
"pluginType": "core",
|
|
3789
3789
|
"strict": true,
|
|
3790
|
-
"isESM":
|
|
3790
|
+
"isESM": true,
|
|
3791
3791
|
"relativePath": [
|
|
3792
3792
|
"dist",
|
|
3793
3793
|
"src",
|
|
@@ -3897,7 +3897,7 @@
|
|
|
3897
3897
|
"pluginName": "@dxos/cli",
|
|
3898
3898
|
"pluginType": "core",
|
|
3899
3899
|
"strict": true,
|
|
3900
|
-
"isESM":
|
|
3900
|
+
"isESM": true,
|
|
3901
3901
|
"relativePath": [
|
|
3902
3902
|
"dist",
|
|
3903
3903
|
"src",
|
|
@@ -4007,7 +4007,7 @@
|
|
|
4007
4007
|
"pluginType": "core",
|
|
4008
4008
|
"strict": true,
|
|
4009
4009
|
"enableJsonFlag": true,
|
|
4010
|
-
"isESM":
|
|
4010
|
+
"isESM": true,
|
|
4011
4011
|
"relativePath": [
|
|
4012
4012
|
"dist",
|
|
4013
4013
|
"src",
|
|
@@ -4118,7 +4118,7 @@
|
|
|
4118
4118
|
"pluginType": "core",
|
|
4119
4119
|
"strict": true,
|
|
4120
4120
|
"enableJsonFlag": true,
|
|
4121
|
-
"isESM":
|
|
4121
|
+
"isESM": true,
|
|
4122
4122
|
"relativePath": [
|
|
4123
4123
|
"dist",
|
|
4124
4124
|
"src",
|
|
@@ -4229,7 +4229,7 @@
|
|
|
4229
4229
|
"pluginType": "core",
|
|
4230
4230
|
"strict": true,
|
|
4231
4231
|
"enableJsonFlag": true,
|
|
4232
|
-
"isESM":
|
|
4232
|
+
"isESM": true,
|
|
4233
4233
|
"relativePath": [
|
|
4234
4234
|
"dist",
|
|
4235
4235
|
"src",
|
|
@@ -4349,7 +4349,7 @@
|
|
|
4349
4349
|
"pluginType": "core",
|
|
4350
4350
|
"strict": true,
|
|
4351
4351
|
"enableJsonFlag": true,
|
|
4352
|
-
"isESM":
|
|
4352
|
+
"isESM": true,
|
|
4353
4353
|
"relativePath": [
|
|
4354
4354
|
"dist",
|
|
4355
4355
|
"src",
|
|
@@ -4467,7 +4467,7 @@
|
|
|
4467
4467
|
"pluginType": "core",
|
|
4468
4468
|
"strict": true,
|
|
4469
4469
|
"enableJsonFlag": true,
|
|
4470
|
-
"isESM":
|
|
4470
|
+
"isESM": true,
|
|
4471
4471
|
"relativePath": [
|
|
4472
4472
|
"dist",
|
|
4473
4473
|
"src",
|
|
@@ -4584,7 +4584,7 @@
|
|
|
4584
4584
|
"pluginType": "core",
|
|
4585
4585
|
"strict": true,
|
|
4586
4586
|
"enableJsonFlag": true,
|
|
4587
|
-
"isESM":
|
|
4587
|
+
"isESM": true,
|
|
4588
4588
|
"relativePath": [
|
|
4589
4589
|
"dist",
|
|
4590
4590
|
"src",
|
|
@@ -4694,7 +4694,7 @@
|
|
|
4694
4694
|
"pluginName": "@dxos/cli",
|
|
4695
4695
|
"pluginType": "core",
|
|
4696
4696
|
"strict": true,
|
|
4697
|
-
"isESM":
|
|
4697
|
+
"isESM": true,
|
|
4698
4698
|
"relativePath": [
|
|
4699
4699
|
"dist",
|
|
4700
4700
|
"src",
|
|
@@ -4818,7 +4818,7 @@
|
|
|
4818
4818
|
"pluginType": "core",
|
|
4819
4819
|
"strict": true,
|
|
4820
4820
|
"enableJsonFlag": true,
|
|
4821
|
-
"isESM":
|
|
4821
|
+
"isESM": true,
|
|
4822
4822
|
"relativePath": [
|
|
4823
4823
|
"dist",
|
|
4824
4824
|
"src",
|
|
@@ -4968,7 +4968,7 @@
|
|
|
4968
4968
|
"pluginName": "@dxos/cli",
|
|
4969
4969
|
"pluginType": "core",
|
|
4970
4970
|
"strict": true,
|
|
4971
|
-
"isESM":
|
|
4971
|
+
"isESM": true,
|
|
4972
4972
|
"relativePath": [
|
|
4973
4973
|
"dist",
|
|
4974
4974
|
"src",
|
|
@@ -5080,7 +5080,7 @@
|
|
|
5080
5080
|
"name": {
|
|
5081
5081
|
"description": "Tunnel name",
|
|
5082
5082
|
"name": "name",
|
|
5083
|
-
"default": "
|
|
5083
|
+
"default": "louisiana-michigan-beer-summer",
|
|
5084
5084
|
"hasDynamicHelp": false,
|
|
5085
5085
|
"multiple": false,
|
|
5086
5086
|
"type": "option"
|
|
@@ -5095,7 +5095,7 @@
|
|
|
5095
5095
|
"state": "deprecated",
|
|
5096
5096
|
"strict": true,
|
|
5097
5097
|
"enableJsonFlag": true,
|
|
5098
|
-
"isESM":
|
|
5098
|
+
"isESM": true,
|
|
5099
5099
|
"relativePath": [
|
|
5100
5100
|
"dist",
|
|
5101
5101
|
"src",
|
|
@@ -5208,7 +5208,7 @@
|
|
|
5208
5208
|
"state": "deprecated",
|
|
5209
5209
|
"strict": true,
|
|
5210
5210
|
"enableJsonFlag": true,
|
|
5211
|
-
"isESM":
|
|
5211
|
+
"isESM": true,
|
|
5212
5212
|
"relativePath": [
|
|
5213
5213
|
"dist",
|
|
5214
5214
|
"src",
|
|
@@ -5347,7 +5347,7 @@
|
|
|
5347
5347
|
"pluginType": "core",
|
|
5348
5348
|
"strict": true,
|
|
5349
5349
|
"enableJsonFlag": true,
|
|
5350
|
-
"isESM":
|
|
5350
|
+
"isESM": true,
|
|
5351
5351
|
"relativePath": [
|
|
5352
5352
|
"dist",
|
|
5353
5353
|
"src",
|
|
@@ -5477,7 +5477,7 @@
|
|
|
5477
5477
|
"pluginType": "core",
|
|
5478
5478
|
"strict": true,
|
|
5479
5479
|
"enableJsonFlag": true,
|
|
5480
|
-
"isESM":
|
|
5480
|
+
"isESM": true,
|
|
5481
5481
|
"relativePath": [
|
|
5482
5482
|
"dist",
|
|
5483
5483
|
"src",
|
|
@@ -5589,7 +5589,7 @@
|
|
|
5589
5589
|
"pluginName": "@dxos/cli",
|
|
5590
5590
|
"pluginType": "core",
|
|
5591
5591
|
"strict": true,
|
|
5592
|
-
"isESM":
|
|
5592
|
+
"isESM": true,
|
|
5593
5593
|
"relativePath": [
|
|
5594
5594
|
"dist",
|
|
5595
5595
|
"src",
|
|
@@ -5714,7 +5714,7 @@
|
|
|
5714
5714
|
"pluginType": "core",
|
|
5715
5715
|
"strict": true,
|
|
5716
5716
|
"enableJsonFlag": true,
|
|
5717
|
-
"isESM":
|
|
5717
|
+
"isESM": true,
|
|
5718
5718
|
"relativePath": [
|
|
5719
5719
|
"dist",
|
|
5720
5720
|
"src",
|
|
@@ -5821,7 +5821,7 @@
|
|
|
5821
5821
|
"pluginType": "core",
|
|
5822
5822
|
"strict": true,
|
|
5823
5823
|
"enableJsonFlag": true,
|
|
5824
|
-
"isESM":
|
|
5824
|
+
"isESM": true,
|
|
5825
5825
|
"relativePath": [
|
|
5826
5826
|
"dist",
|
|
5827
5827
|
"src",
|
|
@@ -5936,7 +5936,7 @@
|
|
|
5936
5936
|
"pluginType": "core",
|
|
5937
5937
|
"strict": true,
|
|
5938
5938
|
"enableJsonFlag": true,
|
|
5939
|
-
"isESM":
|
|
5939
|
+
"isESM": true,
|
|
5940
5940
|
"relativePath": [
|
|
5941
5941
|
"dist",
|
|
5942
5942
|
"src",
|
|
@@ -6063,7 +6063,7 @@
|
|
|
6063
6063
|
"pluginType": "core",
|
|
6064
6064
|
"strict": true,
|
|
6065
6065
|
"enableJsonFlag": true,
|
|
6066
|
-
"isESM":
|
|
6066
|
+
"isESM": true,
|
|
6067
6067
|
"relativePath": [
|
|
6068
6068
|
"dist",
|
|
6069
6069
|
"src",
|
|
@@ -6074,5 +6074,5 @@
|
|
|
6074
6074
|
]
|
|
6075
6075
|
}
|
|
6076
6076
|
},
|
|
6077
|
-
"version": "0.6.14-
|
|
6077
|
+
"version": "0.6.14-staging.3e2eaca"
|
|
6078
6078
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/cli",
|
|
3
|
-
"version": "0.6.14-
|
|
3
|
+
"version": "0.6.14-staging.3e2eaca",
|
|
4
4
|
"description": "DXOS CLI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dxos",
|
|
@@ -11,10 +11,12 @@
|
|
|
11
11
|
"bugs": "https://github.com/dxos/dxos/issues",
|
|
12
12
|
"license": "MIT",
|
|
13
13
|
"author": "info@dxos.org",
|
|
14
|
+
"sideEffects": false,
|
|
15
|
+
"type": "module",
|
|
14
16
|
"main": "dist/src/index.js",
|
|
15
17
|
"types": "dist/src/index.d.ts",
|
|
16
18
|
"bin": {
|
|
17
|
-
"dx": "./bin/dx"
|
|
19
|
+
"dx": "./bin/dx.js"
|
|
18
20
|
},
|
|
19
21
|
"files": [
|
|
20
22
|
"/bin",
|
|
@@ -23,22 +25,23 @@
|
|
|
23
25
|
"/oclif.manifest.json"
|
|
24
26
|
],
|
|
25
27
|
"dependencies": {
|
|
26
|
-
"@oclif/core": "^4.0.
|
|
27
|
-
"@oclif/plugin-autocomplete": "^3.
|
|
28
|
-
"@oclif/plugin-help": "^6.2.
|
|
29
|
-
"@oclif/plugin-plugins": "^5.
|
|
30
|
-
"@oclif/plugin-update": "^4.
|
|
28
|
+
"@oclif/core": "^4.0.30",
|
|
29
|
+
"@oclif/plugin-autocomplete": "^3.2.6",
|
|
30
|
+
"@oclif/plugin-help": "^6.2.16",
|
|
31
|
+
"@oclif/plugin-plugins": "^5.4.15",
|
|
32
|
+
"@oclif/plugin-update": "^4.6.6",
|
|
31
33
|
"@octokit/core": "^4.0.4",
|
|
32
34
|
"chalk": "^4.1.0",
|
|
33
35
|
"cli-progress": "^3.11.2",
|
|
34
36
|
"date-fns": "^3.3.1",
|
|
35
37
|
"do-wrapper": "^4.5.1",
|
|
38
|
+
"extensionless": "^1.9.9",
|
|
36
39
|
"fs-extra": "^8.1.0",
|
|
37
40
|
"get-folder-size": "^2.0.1",
|
|
38
41
|
"git-rev-sync": "^3.0.2",
|
|
39
42
|
"ink": "^3.2.0",
|
|
40
43
|
"ink-table": "~3.0.0",
|
|
41
|
-
"inquirer": "^
|
|
44
|
+
"inquirer": "^12.0.0",
|
|
42
45
|
"isomorphic-ws": "^5.0.0",
|
|
43
46
|
"js-yaml": "^4.1.0",
|
|
44
47
|
"kubo-rpc-client": "^4.1.1",
|
|
@@ -50,46 +53,45 @@
|
|
|
50
53
|
"react": "~18.2.0",
|
|
51
54
|
"ws": "^8.14.2",
|
|
52
55
|
"wtfnode": "^0.9.1",
|
|
53
|
-
"@dxos/
|
|
54
|
-
"@dxos/
|
|
55
|
-
"@dxos/
|
|
56
|
-
"@dxos/cli-composer": "0.6.14-
|
|
57
|
-
"@dxos/
|
|
58
|
-
"@dxos/client-protocol": "0.6.14-
|
|
59
|
-
"@dxos/client": "0.6.14-
|
|
60
|
-
"@dxos/
|
|
61
|
-
"@dxos/
|
|
62
|
-
"@dxos/
|
|
63
|
-
"@dxos/
|
|
64
|
-
"@dxos/
|
|
65
|
-
"@dxos/
|
|
66
|
-
"@dxos/
|
|
67
|
-
"@dxos/log": "0.6.14-
|
|
68
|
-
"@dxos/
|
|
69
|
-
"@dxos/
|
|
70
|
-
"@dxos/
|
|
71
|
-
"@dxos/
|
|
72
|
-
"@dxos/
|
|
73
|
-
"@dxos/plugin-markdown": "0.6.14-
|
|
74
|
-
"@dxos/plugin-script": "0.6.14-
|
|
75
|
-
"@dxos/process": "0.6.14-
|
|
76
|
-
"@dxos/protocols": "0.6.14-
|
|
77
|
-
"@dxos/random": "0.6.14-
|
|
78
|
-
"@dxos/
|
|
79
|
-
"@dxos/
|
|
80
|
-
"@dxos/util": "0.6.14-
|
|
56
|
+
"@dxos/async": "0.6.14-staging.3e2eaca",
|
|
57
|
+
"@dxos/bare-template": "0.6.14-staging.3e2eaca",
|
|
58
|
+
"@dxos/cli-base": "0.6.14-staging.3e2eaca",
|
|
59
|
+
"@dxos/cli-composer": "0.6.14-staging.3e2eaca",
|
|
60
|
+
"@dxos/client": "0.6.14-staging.3e2eaca",
|
|
61
|
+
"@dxos/client-protocol": "0.6.14-staging.3e2eaca",
|
|
62
|
+
"@dxos/client-services": "0.6.14-staging.3e2eaca",
|
|
63
|
+
"@dxos/config": "0.6.14-staging.3e2eaca",
|
|
64
|
+
"@dxos/context": "0.6.14-staging.3e2eaca",
|
|
65
|
+
"@dxos/debug": "0.6.14-staging.3e2eaca",
|
|
66
|
+
"@dxos/echo-schema": "0.6.14-staging.3e2eaca",
|
|
67
|
+
"@dxos/functions": "0.6.14-staging.3e2eaca",
|
|
68
|
+
"@dxos/hello-template": "0.6.14-staging.3e2eaca",
|
|
69
|
+
"@dxos/invariant": "0.6.14-staging.3e2eaca",
|
|
70
|
+
"@dxos/log": "0.6.14-staging.3e2eaca",
|
|
71
|
+
"@dxos/network-manager": "0.6.14-staging.3e2eaca",
|
|
72
|
+
"@dxos/node-std": "0.6.14-staging.3e2eaca",
|
|
73
|
+
"@dxos/agent": "0.6.14-staging.3e2eaca",
|
|
74
|
+
"@dxos/plate": "0.6.14-staging.3e2eaca",
|
|
75
|
+
"@dxos/observability": "0.6.14-staging.3e2eaca",
|
|
76
|
+
"@dxos/plugin-markdown": "0.6.14-staging.3e2eaca",
|
|
77
|
+
"@dxos/plugin-script": "0.6.14-staging.3e2eaca",
|
|
78
|
+
"@dxos/process": "0.6.14-staging.3e2eaca",
|
|
79
|
+
"@dxos/protocols": "0.6.14-staging.3e2eaca",
|
|
80
|
+
"@dxos/random": "0.6.14-staging.3e2eaca",
|
|
81
|
+
"@dxos/tasks-template": "0.6.14-staging.3e2eaca",
|
|
82
|
+
"@dxos/rpc": "0.6.14-staging.3e2eaca",
|
|
83
|
+
"@dxos/util": "0.6.14-staging.3e2eaca"
|
|
81
84
|
},
|
|
82
85
|
"devDependencies": {
|
|
83
|
-
"@oclif/test": "^4.0
|
|
86
|
+
"@oclif/test": "^4.1.0",
|
|
84
87
|
"@types/cli-progress": "^3.11.0",
|
|
85
88
|
"@types/fs-extra": "^9.0.4",
|
|
86
|
-
"@types/inquirer": "^8.2.10",
|
|
87
89
|
"@types/js-yaml": "^4.0.5",
|
|
88
90
|
"@types/lodash.defaultsdeep": "^4.6.6",
|
|
89
91
|
"@types/node-fetch": "^2.5.10",
|
|
90
92
|
"@types/platform": "^1.3.4",
|
|
91
93
|
"@types/react-dom": "~18.2.0",
|
|
92
|
-
"oclif": "^4.
|
|
94
|
+
"oclif": "^4.15.12",
|
|
93
95
|
"shx": "^0.3.3",
|
|
94
96
|
"undici": "*"
|
|
95
97
|
},
|
|
@@ -140,8 +142,8 @@
|
|
|
140
142
|
}
|
|
141
143
|
},
|
|
142
144
|
"scripts": {
|
|
143
|
-
"bin": "./bin/dx",
|
|
144
|
-
"manifest": "oclif manifest",
|
|
145
|
+
"bin": "./bin/dx.js",
|
|
146
|
+
"manifest": "NODE_OPTIONS='--import=extensionless/register' oclif manifest",
|
|
145
147
|
"readme": "oclif readme --multi"
|
|
146
148
|
}
|
|
147
149
|
}
|
package/bin/dev
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env -S node --no-warnings
|
|
2
|
-
// NOTE: Specify --no-warnings in production script.
|
|
3
|
-
|
|
4
|
-
if (process.env.DX_TRACK_LEAKS) {
|
|
5
|
-
globalThis.wtf = require('wtfnode')
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
const oclif = require('@oclif/core')
|
|
9
|
-
const path = require('path')
|
|
10
|
-
const project = path.join(__dirname, '..', 'tsconfig.json')
|
|
11
|
-
|
|
12
|
-
process.env.DX_ENVIRONMENT = process.env.DX_ENVIRONMENT ?? 'development'
|
|
13
|
-
process.env.NODE_ENV = 'development'
|
|
14
|
-
|
|
15
|
-
// In dev mode, use ts-node and dev plugins.
|
|
16
|
-
require('ts-node').register({ project })
|
|
17
|
-
|
|
18
|
-
// In dev mode, always show stack traces.
|
|
19
|
-
oclif.settings.debug = true;
|
|
20
|
-
|
|
21
|
-
// Start the CLI.
|
|
22
|
-
oclif.run().then(oclif.flush).catch(oclif.Errors.handle)
|
package/bin/dx
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env -S node --no-warnings
|
|
2
|
-
|
|
3
|
-
// Note: `npm publish` or `pnpm deploy` will change the default depending on the DX_ENVIRONMENT at time of invocation.
|
|
4
|
-
process.env.DX_ENVIRONMENT = process.env.DX_ENVIRONMENT ?? 'development'
|
|
5
|
-
|
|
6
|
-
const oclif = require('@oclif/core')
|
|
7
|
-
|
|
8
|
-
oclif.run().then(require('@oclif/core/flush')).catch(require('@oclif/core/handle'))
|