@dxos/cli 0.5.3-main.b41a319 → 0.5.3-main.bbd33a9
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/dist/src/{base-command.d.ts → base.d.ts} +35 -5
- package/dist/src/base.d.ts.map +1 -0
- package/dist/src/{base-command.js → base.js} +96 -19
- package/dist/src/base.js.map +1 -0
- package/dist/src/commands/agent/agent.test.js.map +1 -1
- package/dist/src/commands/agent/invitations.d.ts +1 -2
- package/dist/src/commands/agent/invitations.d.ts.map +1 -1
- package/dist/src/commands/agent/invitations.js +3 -3
- package/dist/src/commands/agent/invitations.js.map +1 -1
- package/dist/src/commands/agent/list.d.ts +1 -2
- package/dist/src/commands/agent/list.d.ts.map +1 -1
- package/dist/src/commands/agent/list.js +3 -3
- package/dist/src/commands/agent/list.js.map +1 -1
- package/dist/src/commands/agent/restart.d.ts +1 -2
- package/dist/src/commands/agent/restart.d.ts.map +1 -1
- package/dist/src/commands/agent/restart.js +3 -3
- package/dist/src/commands/agent/restart.js.map +1 -1
- package/dist/src/commands/agent/start.d.ts +1 -2
- package/dist/src/commands/agent/start.d.ts.map +1 -1
- package/dist/src/commands/agent/start.js +3 -3
- package/dist/src/commands/agent/start.js.map +1 -1
- package/dist/src/commands/agent/status.d.ts +1 -2
- package/dist/src/commands/agent/status.d.ts.map +1 -1
- package/dist/src/commands/agent/status.js +3 -9
- package/dist/src/commands/agent/status.js.map +1 -1
- package/dist/src/commands/agent/stop.d.ts +1 -2
- package/dist/src/commands/agent/stop.d.ts.map +1 -1
- package/dist/src/commands/agent/stop.js +3 -3
- package/dist/src/commands/agent/stop.js.map +1 -1
- package/dist/src/commands/app/create.d.ts +5 -2
- package/dist/src/commands/app/create.d.ts.map +1 -1
- package/dist/src/commands/app/create.js +10 -6
- package/dist/src/commands/app/create.js.map +1 -1
- package/dist/src/commands/app/list.d.ts +5 -1
- package/dist/src/commands/app/list.d.ts.map +1 -1
- package/dist/src/commands/app/list.js +6 -2
- package/dist/src/commands/app/list.js.map +1 -1
- package/dist/src/commands/app/open.d.ts +5 -2
- package/dist/src/commands/app/open.d.ts.map +1 -1
- package/dist/src/commands/app/open.js +7 -3
- package/dist/src/commands/app/open.js.map +1 -1
- package/dist/src/commands/app/publish.d.ts +5 -2
- package/dist/src/commands/app/publish.d.ts.map +1 -1
- package/dist/src/commands/app/publish.js +7 -3
- package/dist/src/commands/app/publish.js.map +1 -1
- package/dist/src/commands/composer/base.d.ts +18 -0
- package/dist/src/commands/composer/base.d.ts.map +1 -0
- package/dist/src/commands/composer/base.js +109 -0
- package/dist/src/commands/composer/base.js.map +1 -0
- package/dist/src/commands/composer/import.d.ts +30 -0
- package/dist/src/commands/composer/import.d.ts.map +1 -0
- package/dist/src/commands/composer/import.js +71 -0
- package/dist/src/commands/composer/import.js.map +1 -0
- package/dist/src/commands/composer/query.d.ts +22 -0
- package/dist/src/commands/composer/query.d.ts.map +1 -0
- package/dist/src/commands/composer/query.js +62 -0
- package/dist/src/commands/composer/query.js.map +1 -0
- 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 +2 -2
- package/dist/src/commands/config/index.js.map +1 -1
- package/dist/src/commands/debug/diagnostics.d.ts +1 -2
- package/dist/src/commands/debug/diagnostics.d.ts.map +1 -1
- package/dist/src/commands/debug/diagnostics.js +3 -3
- package/dist/src/commands/debug/diagnostics.js.map +1 -1
- package/dist/src/commands/debug/error.d.ts +1 -1
- package/dist/src/commands/debug/error.d.ts.map +1 -1
- package/dist/src/commands/debug/error.js +2 -2
- package/dist/src/commands/debug/error.js.map +1 -1
- package/dist/src/commands/debug/generate.d.ts +1 -2
- package/dist/src/commands/debug/generate.d.ts.map +1 -1
- package/dist/src/commands/debug/generate.js +4 -5
- 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.d.ts.map +1 -1
- package/dist/src/commands/debug/metrics.js +2 -2
- package/dist/src/commands/debug/metrics.js.map +1 -1
- package/dist/src/commands/debug/status.d.ts +1 -2
- package/dist/src/commands/debug/status.d.ts.map +1 -1
- package/dist/src/commands/debug/status.js +3 -3
- package/dist/src/commands/debug/status.js.map +1 -1
- package/dist/src/commands/device/info.d.ts +1 -1
- package/dist/src/commands/device/info.d.ts.map +1 -1
- package/dist/src/commands/device/info.js +2 -2
- package/dist/src/commands/device/info.js.map +1 -1
- package/dist/src/commands/device/list.d.ts +1 -2
- package/dist/src/commands/device/list.d.ts.map +1 -1
- package/dist/src/commands/device/list.js +3 -3
- package/dist/src/commands/device/list.js.map +1 -1
- package/dist/src/commands/device/update.d.ts +1 -2
- package/dist/src/commands/device/update.d.ts.map +1 -1
- package/dist/src/commands/device/update.js +3 -3
- package/dist/src/commands/device/update.js.map +1 -1
- package/dist/src/commands/function/dev.d.ts +2 -2
- package/dist/src/commands/function/dev.d.ts.map +1 -1
- package/dist/src/commands/function/dev.js +33 -17
- package/dist/src/commands/function/dev.js.map +1 -1
- package/dist/src/commands/function/list.d.ts +1 -1
- package/dist/src/commands/function/list.d.ts.map +1 -1
- package/dist/src/commands/function/list.js +10 -7
- 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.d.ts.map +1 -1
- package/dist/src/commands/function/logs.js +2 -2
- package/dist/src/commands/function/logs.js.map +1 -1
- package/dist/src/commands/halo/create.d.ts +1 -2
- package/dist/src/commands/halo/create.d.ts.map +1 -1
- package/dist/src/commands/halo/create.js +3 -3
- 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 +2 -2
- package/dist/src/commands/halo/credential/add.js.map +1 -1
- package/dist/src/commands/halo/credential/list.d.ts +1 -2
- package/dist/src/commands/halo/credential/list.d.ts.map +1 -1
- package/dist/src/commands/halo/credential/list.js +3 -3
- package/dist/src/commands/halo/credential/list.js.map +1 -1
- package/dist/src/commands/halo/identity.d.ts +1 -1
- package/dist/src/commands/halo/identity.d.ts.map +1 -1
- package/dist/src/commands/halo/identity.js +2 -2
- package/dist/src/commands/halo/identity.js.map +1 -1
- package/dist/src/commands/halo/join.d.ts +1 -2
- package/dist/src/commands/halo/join.d.ts.map +1 -1
- package/dist/src/commands/halo/join.js +3 -3
- package/dist/src/commands/halo/join.js.map +1 -1
- package/dist/src/commands/halo/keys.d.ts +1 -1
- package/dist/src/commands/halo/keys.d.ts.map +1 -1
- package/dist/src/commands/halo/keys.js +2 -2
- package/dist/src/commands/halo/keys.js.map +1 -1
- package/dist/src/commands/halo/share.d.ts +1 -2
- package/dist/src/commands/halo/share.d.ts.map +1 -1
- package/dist/src/commands/halo/share.js +3 -3
- package/dist/src/commands/halo/share.js.map +1 -1
- package/dist/src/commands/halo/update.d.ts +1 -2
- package/dist/src/commands/halo/update.d.ts.map +1 -1
- package/dist/src/commands/halo/update.js +3 -3
- package/dist/src/commands/halo/update.js.map +1 -1
- package/dist/src/commands/reset/index.d.ts +1 -2
- package/dist/src/commands/reset/index.d.ts.map +1 -1
- package/dist/src/commands/reset/index.js +3 -3
- 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 +2 -2
- 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.d.ts.map +1 -1
- package/dist/src/commands/space/close.js +3 -4
- 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.d.ts.map +1 -1
- package/dist/src/commands/space/create.js +3 -3
- 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.d.ts.map +1 -1
- package/dist/src/commands/space/epoch.js +3 -4
- 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.d.ts.map +1 -1
- package/dist/src/commands/space/info.js +3 -4
- package/dist/src/commands/space/info.js.map +1 -1
- package/dist/src/commands/space/join.d.ts +1 -2
- package/dist/src/commands/space/join.d.ts.map +1 -1
- package/dist/src/commands/space/join.js +3 -3
- package/dist/src/commands/space/join.js.map +1 -1
- package/dist/src/commands/space/list.d.ts +1 -2
- package/dist/src/commands/space/list.d.ts.map +1 -1
- package/dist/src/commands/space/list.js +4 -4
- package/dist/src/commands/space/list.js.map +1 -1
- package/dist/src/commands/space/members.d.ts +1 -2
- package/dist/src/commands/space/members.d.ts.map +1 -1
- package/dist/src/commands/space/members.js +4 -4
- 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.d.ts.map +1 -1
- package/dist/src/commands/space/open.js +3 -4
- package/dist/src/commands/space/open.js.map +1 -1
- package/dist/src/commands/space/query.d.ts +17 -1
- package/dist/src/commands/space/query.d.ts.map +1 -1
- package/dist/src/commands/space/query.js +30 -24
- package/dist/src/commands/space/query.js.map +1 -1
- package/dist/src/commands/space/share.d.ts +1 -2
- package/dist/src/commands/space/share.d.ts.map +1 -1
- package/dist/src/commands/space/share.js +6 -4
- package/dist/src/commands/space/share.js.map +1 -1
- package/dist/src/commands/tunnel/index.d.ts +4 -7
- package/dist/src/commands/tunnel/index.d.ts.map +1 -1
- package/dist/src/commands/tunnel/index.js +16 -8
- package/dist/src/commands/tunnel/index.js.map +1 -1
- package/dist/src/commands/tunnel/list.d.ts +4 -3
- package/dist/src/commands/tunnel/list.d.ts.map +1 -1
- package/dist/src/commands/tunnel/list.js +12 -4
- package/dist/src/commands/tunnel/list.js.map +1 -1
- package/dist/src/components/App.js.map +1 -1
- package/dist/src/components/SpaceTable.js.map +1 -1
- package/dist/src/components/SystemTable.js.map +1 -1
- package/dist/src/help.js.map +1 -1
- package/dist/src/hooks/command-not-found.js +1 -1
- package/dist/src/hooks/command-not-found.js.map +1 -1
- package/dist/src/util/agents.js.map +1 -1
- package/dist/src/util/credentials.js +4 -4
- package/dist/src/util/credentials.js.map +1 -1
- package/dist/src/util/devices.js +2 -2
- package/dist/src/util/devices.js.map +1 -1
- package/dist/src/util/index.d.ts +1 -1
- package/dist/src/util/index.d.ts.map +1 -1
- package/dist/src/util/index.js +1 -1
- package/dist/src/util/index.js.map +1 -1
- package/dist/src/util/invitations.d.ts +9 -9
- package/dist/src/util/invitations.d.ts.map +1 -1
- package/dist/src/util/invitations.js.map +1 -1
- package/dist/src/util/{types.d.ts → keys.d.ts} +2 -1
- package/dist/src/util/keys.d.ts.map +1 -0
- package/dist/src/util/{types.js → keys.js} +4 -2
- package/dist/src/util/keys.js.map +1 -0
- package/dist/src/util/provider/digital-ocean.js.map +1 -1
- package/dist/src/util/publish/build.js.map +1 -1
- package/dist/src/util/publish/ipfs-upload.js.map +1 -1
- package/dist/src/util/publish/publish.js.map +1 -1
- package/dist/src/util/publish/publisher-rpc-peer.js.map +1 -1
- package/dist/src/util/spaces.d.ts +1 -1
- package/dist/src/util/spaces.d.ts.map +1 -1
- package/dist/src/util/spaces.js +5 -5
- package/dist/src/util/spaces.js.map +1 -1
- package/dist/src/util/supervisor/supervisor-rpc-peer.js.map +1 -1
- package/dist/src/util/testing.js.map +1 -1
- package/dist/src/util/tree.js.map +1 -1
- package/dist/src/util/tunnel/tunnel-rpc-peer.js.map +1 -1
- package/oclif.manifest.json +503 -456
- package/package.json +40 -37
- package/dist/src/base-command.d.ts.map +0 -1
- package/dist/src/base-command.js.map +0 -1
- package/dist/src/commands/function/exec.d.ts +0 -13
- package/dist/src/commands/function/exec.d.ts.map +0 -1
- package/dist/src/commands/function/exec.js +0 -48
- package/dist/src/commands/function/exec.js.map +0 -1
- package/dist/src/util/types.d.ts.map +0 -1
- package/dist/src/util/types.js.map +0 -1
package/oclif.manifest.json
CHANGED
|
@@ -57,17 +57,12 @@
|
|
|
57
57
|
"type": "option"
|
|
58
58
|
},
|
|
59
59
|
"no-agent": {
|
|
60
|
-
"description": "Run command without
|
|
60
|
+
"description": "Run command without starting an agent.",
|
|
61
|
+
"env": "DX_NO_AGENT",
|
|
61
62
|
"name": "no-agent",
|
|
62
63
|
"allowNo": false,
|
|
63
64
|
"type": "boolean"
|
|
64
65
|
},
|
|
65
|
-
"no-start-agent": {
|
|
66
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
67
|
-
"name": "no-start-agent",
|
|
68
|
-
"allowNo": false,
|
|
69
|
-
"type": "boolean"
|
|
70
|
-
},
|
|
71
66
|
"timeout": {
|
|
72
67
|
"aliases": [
|
|
73
68
|
"t"
|
|
@@ -180,17 +175,12 @@
|
|
|
180
175
|
"type": "option"
|
|
181
176
|
},
|
|
182
177
|
"no-agent": {
|
|
183
|
-
"description": "Run command without
|
|
178
|
+
"description": "Run command without starting an agent.",
|
|
179
|
+
"env": "DX_NO_AGENT",
|
|
184
180
|
"name": "no-agent",
|
|
185
181
|
"allowNo": false,
|
|
186
182
|
"type": "boolean"
|
|
187
183
|
},
|
|
188
|
-
"no-start-agent": {
|
|
189
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
190
|
-
"name": "no-start-agent",
|
|
191
|
-
"allowNo": false,
|
|
192
|
-
"type": "boolean"
|
|
193
|
-
},
|
|
194
184
|
"timeout": {
|
|
195
185
|
"aliases": [
|
|
196
186
|
"t"
|
|
@@ -386,17 +376,12 @@
|
|
|
386
376
|
"type": "option"
|
|
387
377
|
},
|
|
388
378
|
"no-agent": {
|
|
389
|
-
"description": "Run command without
|
|
379
|
+
"description": "Run command without starting an agent.",
|
|
380
|
+
"env": "DX_NO_AGENT",
|
|
390
381
|
"name": "no-agent",
|
|
391
382
|
"allowNo": false,
|
|
392
383
|
"type": "boolean"
|
|
393
384
|
},
|
|
394
|
-
"no-start-agent": {
|
|
395
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
396
|
-
"name": "no-start-agent",
|
|
397
|
-
"allowNo": false,
|
|
398
|
-
"type": "boolean"
|
|
399
|
-
},
|
|
400
385
|
"timeout": {
|
|
401
386
|
"aliases": [
|
|
402
387
|
"t"
|
|
@@ -521,17 +506,12 @@
|
|
|
521
506
|
"type": "option"
|
|
522
507
|
},
|
|
523
508
|
"no-agent": {
|
|
524
|
-
"description": "Run command without
|
|
509
|
+
"description": "Run command without starting an agent.",
|
|
510
|
+
"env": "DX_NO_AGENT",
|
|
525
511
|
"name": "no-agent",
|
|
526
512
|
"allowNo": false,
|
|
527
513
|
"type": "boolean"
|
|
528
514
|
},
|
|
529
|
-
"no-start-agent": {
|
|
530
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
531
|
-
"name": "no-start-agent",
|
|
532
|
-
"allowNo": false,
|
|
533
|
-
"type": "boolean"
|
|
534
|
-
},
|
|
535
515
|
"timeout": {
|
|
536
516
|
"aliases": [
|
|
537
517
|
"t"
|
|
@@ -676,17 +656,12 @@
|
|
|
676
656
|
"type": "option"
|
|
677
657
|
},
|
|
678
658
|
"no-agent": {
|
|
679
|
-
"description": "Run command without
|
|
659
|
+
"description": "Run command without starting an agent.",
|
|
660
|
+
"env": "DX_NO_AGENT",
|
|
680
661
|
"name": "no-agent",
|
|
681
662
|
"allowNo": false,
|
|
682
663
|
"type": "boolean"
|
|
683
664
|
},
|
|
684
|
-
"no-start-agent": {
|
|
685
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
686
|
-
"name": "no-start-agent",
|
|
687
|
-
"allowNo": false,
|
|
688
|
-
"type": "boolean"
|
|
689
|
-
},
|
|
690
665
|
"timeout": {
|
|
691
666
|
"aliases": [
|
|
692
667
|
"t"
|
|
@@ -793,17 +768,12 @@
|
|
|
793
768
|
"type": "option"
|
|
794
769
|
},
|
|
795
770
|
"no-agent": {
|
|
796
|
-
"description": "Run command without
|
|
771
|
+
"description": "Run command without starting an agent.",
|
|
772
|
+
"env": "DX_NO_AGENT",
|
|
797
773
|
"name": "no-agent",
|
|
798
774
|
"allowNo": false,
|
|
799
775
|
"type": "boolean"
|
|
800
776
|
},
|
|
801
|
-
"no-start-agent": {
|
|
802
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
803
|
-
"name": "no-start-agent",
|
|
804
|
-
"allowNo": false,
|
|
805
|
-
"type": "boolean"
|
|
806
|
-
},
|
|
807
777
|
"timeout": {
|
|
808
778
|
"aliases": [
|
|
809
779
|
"t"
|
|
@@ -880,7 +850,7 @@
|
|
|
880
850
|
"required": true
|
|
881
851
|
}
|
|
882
852
|
},
|
|
883
|
-
"description": "Manage applications.",
|
|
853
|
+
"description": "Manage applications (deprecated).",
|
|
884
854
|
"flags": {
|
|
885
855
|
"json": {
|
|
886
856
|
"description": "Output as JSON.",
|
|
@@ -934,17 +904,12 @@
|
|
|
934
904
|
"type": "option"
|
|
935
905
|
},
|
|
936
906
|
"no-agent": {
|
|
937
|
-
"description": "Run command without
|
|
907
|
+
"description": "Run command without starting an agent.",
|
|
908
|
+
"env": "DX_NO_AGENT",
|
|
938
909
|
"name": "no-agent",
|
|
939
910
|
"allowNo": false,
|
|
940
911
|
"type": "boolean"
|
|
941
912
|
},
|
|
942
|
-
"no-start-agent": {
|
|
943
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
944
|
-
"name": "no-start-agent",
|
|
945
|
-
"allowNo": false,
|
|
946
|
-
"type": "boolean"
|
|
947
|
-
},
|
|
948
913
|
"timeout": {
|
|
949
914
|
"aliases": [
|
|
950
915
|
"t"
|
|
@@ -1011,6 +976,7 @@
|
|
|
1011
976
|
"pluginAlias": "@dxos/cli",
|
|
1012
977
|
"pluginName": "@dxos/cli",
|
|
1013
978
|
"pluginType": "core",
|
|
979
|
+
"state": "deprecated",
|
|
1014
980
|
"strict": true,
|
|
1015
981
|
"enableJsonFlag": true,
|
|
1016
982
|
"isESM": false,
|
|
@@ -1079,17 +1045,12 @@
|
|
|
1079
1045
|
"type": "option"
|
|
1080
1046
|
},
|
|
1081
1047
|
"no-agent": {
|
|
1082
|
-
"description": "Run command without
|
|
1048
|
+
"description": "Run command without starting an agent.",
|
|
1049
|
+
"env": "DX_NO_AGENT",
|
|
1083
1050
|
"name": "no-agent",
|
|
1084
1051
|
"allowNo": false,
|
|
1085
1052
|
"type": "boolean"
|
|
1086
1053
|
},
|
|
1087
|
-
"no-start-agent": {
|
|
1088
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
1089
|
-
"name": "no-start-agent",
|
|
1090
|
-
"allowNo": false,
|
|
1091
|
-
"type": "boolean"
|
|
1092
|
-
},
|
|
1093
1054
|
"timeout": {
|
|
1094
1055
|
"aliases": [
|
|
1095
1056
|
"t"
|
|
@@ -1128,6 +1089,7 @@
|
|
|
1128
1089
|
"pluginAlias": "@dxos/cli",
|
|
1129
1090
|
"pluginName": "@dxos/cli",
|
|
1130
1091
|
"pluginType": "core",
|
|
1092
|
+
"state": "deprecated",
|
|
1131
1093
|
"strict": true,
|
|
1132
1094
|
"enableJsonFlag": true,
|
|
1133
1095
|
"isESM": false,
|
|
@@ -1202,17 +1164,12 @@
|
|
|
1202
1164
|
"type": "option"
|
|
1203
1165
|
},
|
|
1204
1166
|
"no-agent": {
|
|
1205
|
-
"description": "Run command without
|
|
1167
|
+
"description": "Run command without starting an agent.",
|
|
1168
|
+
"env": "DX_NO_AGENT",
|
|
1206
1169
|
"name": "no-agent",
|
|
1207
1170
|
"allowNo": false,
|
|
1208
1171
|
"type": "boolean"
|
|
1209
1172
|
},
|
|
1210
|
-
"no-start-agent": {
|
|
1211
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
1212
|
-
"name": "no-start-agent",
|
|
1213
|
-
"allowNo": false,
|
|
1214
|
-
"type": "boolean"
|
|
1215
|
-
},
|
|
1216
1173
|
"timeout": {
|
|
1217
1174
|
"aliases": [
|
|
1218
1175
|
"t"
|
|
@@ -1265,6 +1222,7 @@
|
|
|
1265
1222
|
"pluginAlias": "@dxos/cli",
|
|
1266
1223
|
"pluginName": "@dxos/cli",
|
|
1267
1224
|
"pluginType": "core",
|
|
1225
|
+
"state": "deprecated",
|
|
1268
1226
|
"strict": true,
|
|
1269
1227
|
"enableJsonFlag": true,
|
|
1270
1228
|
"isESM": false,
|
|
@@ -1333,17 +1291,12 @@
|
|
|
1333
1291
|
"type": "option"
|
|
1334
1292
|
},
|
|
1335
1293
|
"no-agent": {
|
|
1336
|
-
"description": "Run command without
|
|
1294
|
+
"description": "Run command without starting an agent.",
|
|
1295
|
+
"env": "DX_NO_AGENT",
|
|
1337
1296
|
"name": "no-agent",
|
|
1338
1297
|
"allowNo": false,
|
|
1339
1298
|
"type": "boolean"
|
|
1340
1299
|
},
|
|
1341
|
-
"no-start-agent": {
|
|
1342
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
1343
|
-
"name": "no-start-agent",
|
|
1344
|
-
"allowNo": false,
|
|
1345
|
-
"type": "boolean"
|
|
1346
|
-
},
|
|
1347
1300
|
"timeout": {
|
|
1348
1301
|
"aliases": [
|
|
1349
1302
|
"t"
|
|
@@ -1382,22 +1335,384 @@
|
|
|
1382
1335
|
"multiple": false,
|
|
1383
1336
|
"type": "option"
|
|
1384
1337
|
},
|
|
1385
|
-
"accessToken": {
|
|
1386
|
-
"description": "Access token for publishing.",
|
|
1387
|
-
"name": "accessToken",
|
|
1338
|
+
"accessToken": {
|
|
1339
|
+
"description": "Access token for publishing.",
|
|
1340
|
+
"name": "accessToken",
|
|
1341
|
+
"hasDynamicHelp": false,
|
|
1342
|
+
"multiple": false,
|
|
1343
|
+
"type": "option"
|
|
1344
|
+
},
|
|
1345
|
+
"skipExisting": {
|
|
1346
|
+
"description": "Do not update content on KUBE if version already exists.",
|
|
1347
|
+
"name": "skipExisting",
|
|
1348
|
+
"allowNo": false,
|
|
1349
|
+
"type": "boolean"
|
|
1350
|
+
},
|
|
1351
|
+
"version": {
|
|
1352
|
+
"description": "Version of modules to publish.",
|
|
1353
|
+
"name": "version",
|
|
1354
|
+
"hasDynamicHelp": false,
|
|
1355
|
+
"multiple": false,
|
|
1356
|
+
"type": "option"
|
|
1357
|
+
}
|
|
1358
|
+
},
|
|
1359
|
+
"hasDynamicHelp": false,
|
|
1360
|
+
"hiddenAliases": [],
|
|
1361
|
+
"id": "app:publish",
|
|
1362
|
+
"pluginAlias": "@dxos/cli",
|
|
1363
|
+
"pluginName": "@dxos/cli",
|
|
1364
|
+
"pluginType": "core",
|
|
1365
|
+
"state": "deprecated",
|
|
1366
|
+
"strict": true,
|
|
1367
|
+
"enableJsonFlag": true,
|
|
1368
|
+
"isESM": false,
|
|
1369
|
+
"relativePath": [
|
|
1370
|
+
"dist",
|
|
1371
|
+
"src",
|
|
1372
|
+
"commands",
|
|
1373
|
+
"app",
|
|
1374
|
+
"publish.js"
|
|
1375
|
+
]
|
|
1376
|
+
},
|
|
1377
|
+
"composer:base": {
|
|
1378
|
+
"aliases": [],
|
|
1379
|
+
"args": {},
|
|
1380
|
+
"flags": {
|
|
1381
|
+
"json": {
|
|
1382
|
+
"description": "Output as JSON.",
|
|
1383
|
+
"name": "json",
|
|
1384
|
+
"allowNo": false,
|
|
1385
|
+
"type": "boolean"
|
|
1386
|
+
},
|
|
1387
|
+
"dry-run": {
|
|
1388
|
+
"description": "Dry run.",
|
|
1389
|
+
"name": "dry-run",
|
|
1390
|
+
"allowNo": false,
|
|
1391
|
+
"type": "boolean"
|
|
1392
|
+
},
|
|
1393
|
+
"verbose": {
|
|
1394
|
+
"char": "v",
|
|
1395
|
+
"description": "Verbose output",
|
|
1396
|
+
"name": "verbose",
|
|
1397
|
+
"allowNo": false,
|
|
1398
|
+
"type": "boolean"
|
|
1399
|
+
},
|
|
1400
|
+
"profile": {
|
|
1401
|
+
"description": "User profile.",
|
|
1402
|
+
"env": "DX_PROFILE",
|
|
1403
|
+
"name": "profile",
|
|
1404
|
+
"default": "default",
|
|
1405
|
+
"hasDynamicHelp": false,
|
|
1406
|
+
"multiple": false,
|
|
1407
|
+
"type": "option"
|
|
1408
|
+
},
|
|
1409
|
+
"config": {
|
|
1410
|
+
"aliases": [
|
|
1411
|
+
"c"
|
|
1412
|
+
],
|
|
1413
|
+
"dependsOn": [
|
|
1414
|
+
"profile"
|
|
1415
|
+
],
|
|
1416
|
+
"description": "Config file.",
|
|
1417
|
+
"env": "DX_CONFIG",
|
|
1418
|
+
"name": "config",
|
|
1419
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
1420
|
+
"hasDynamicHelp": false,
|
|
1421
|
+
"helpValue": "path",
|
|
1422
|
+
"multiple": false,
|
|
1423
|
+
"type": "option"
|
|
1424
|
+
},
|
|
1425
|
+
"target": {
|
|
1426
|
+
"description": "Target websocket server.",
|
|
1427
|
+
"name": "target",
|
|
1428
|
+
"hasDynamicHelp": false,
|
|
1429
|
+
"multiple": false,
|
|
1430
|
+
"type": "option"
|
|
1431
|
+
},
|
|
1432
|
+
"no-agent": {
|
|
1433
|
+
"description": "Run command without starting an agent.",
|
|
1434
|
+
"env": "DX_NO_AGENT",
|
|
1435
|
+
"name": "no-agent",
|
|
1436
|
+
"allowNo": false,
|
|
1437
|
+
"type": "boolean"
|
|
1438
|
+
},
|
|
1439
|
+
"timeout": {
|
|
1440
|
+
"aliases": [
|
|
1441
|
+
"t"
|
|
1442
|
+
],
|
|
1443
|
+
"description": "Timeout (ms).",
|
|
1444
|
+
"name": "timeout",
|
|
1445
|
+
"default": 60000,
|
|
1446
|
+
"hasDynamicHelp": false,
|
|
1447
|
+
"multiple": false,
|
|
1448
|
+
"type": "option"
|
|
1449
|
+
},
|
|
1450
|
+
"no-wait": {
|
|
1451
|
+
"description": "Do not wait for space to be ready.",
|
|
1452
|
+
"name": "no-wait",
|
|
1453
|
+
"allowNo": false,
|
|
1454
|
+
"type": "boolean"
|
|
1455
|
+
},
|
|
1456
|
+
"json-log": {
|
|
1457
|
+
"description": "When running in foreground, log JSON format",
|
|
1458
|
+
"name": "json-log",
|
|
1459
|
+
"allowNo": false,
|
|
1460
|
+
"type": "boolean"
|
|
1461
|
+
},
|
|
1462
|
+
"json-logfile": {
|
|
1463
|
+
"description": "JSON log file destination, or 'stdout' or 'stderr'",
|
|
1464
|
+
"name": "json-logfile",
|
|
1465
|
+
"default": "stderr",
|
|
1466
|
+
"hasDynamicHelp": false,
|
|
1467
|
+
"multiple": false,
|
|
1468
|
+
"type": "option"
|
|
1469
|
+
}
|
|
1470
|
+
},
|
|
1471
|
+
"hasDynamicHelp": false,
|
|
1472
|
+
"hiddenAliases": [],
|
|
1473
|
+
"id": "composer:base",
|
|
1474
|
+
"pluginAlias": "@dxos/cli",
|
|
1475
|
+
"pluginName": "@dxos/cli",
|
|
1476
|
+
"pluginType": "core",
|
|
1477
|
+
"strict": true,
|
|
1478
|
+
"enableJsonFlag": true,
|
|
1479
|
+
"isESM": false,
|
|
1480
|
+
"relativePath": [
|
|
1481
|
+
"dist",
|
|
1482
|
+
"src",
|
|
1483
|
+
"commands",
|
|
1484
|
+
"composer",
|
|
1485
|
+
"base.js"
|
|
1486
|
+
]
|
|
1487
|
+
},
|
|
1488
|
+
"composer:import": {
|
|
1489
|
+
"aliases": [],
|
|
1490
|
+
"args": {
|
|
1491
|
+
"file": {
|
|
1492
|
+
"name": "file",
|
|
1493
|
+
"required": true
|
|
1494
|
+
}
|
|
1495
|
+
},
|
|
1496
|
+
"description": "Import ECHO objects.",
|
|
1497
|
+
"flags": {
|
|
1498
|
+
"json": {
|
|
1499
|
+
"description": "Output as JSON.",
|
|
1500
|
+
"name": "json",
|
|
1501
|
+
"allowNo": false,
|
|
1502
|
+
"type": "boolean"
|
|
1503
|
+
},
|
|
1504
|
+
"dry-run": {
|
|
1505
|
+
"description": "Dry run.",
|
|
1506
|
+
"name": "dry-run",
|
|
1507
|
+
"allowNo": false,
|
|
1508
|
+
"type": "boolean"
|
|
1509
|
+
},
|
|
1510
|
+
"verbose": {
|
|
1511
|
+
"char": "v",
|
|
1512
|
+
"description": "Verbose output",
|
|
1513
|
+
"name": "verbose",
|
|
1514
|
+
"allowNo": false,
|
|
1515
|
+
"type": "boolean"
|
|
1516
|
+
},
|
|
1517
|
+
"profile": {
|
|
1518
|
+
"description": "User profile.",
|
|
1519
|
+
"env": "DX_PROFILE",
|
|
1520
|
+
"name": "profile",
|
|
1521
|
+
"default": "default",
|
|
1522
|
+
"hasDynamicHelp": false,
|
|
1523
|
+
"multiple": false,
|
|
1524
|
+
"type": "option"
|
|
1525
|
+
},
|
|
1526
|
+
"config": {
|
|
1527
|
+
"aliases": [
|
|
1528
|
+
"c"
|
|
1529
|
+
],
|
|
1530
|
+
"dependsOn": [
|
|
1531
|
+
"profile"
|
|
1532
|
+
],
|
|
1533
|
+
"description": "Config file.",
|
|
1534
|
+
"env": "DX_CONFIG",
|
|
1535
|
+
"name": "config",
|
|
1536
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
1537
|
+
"hasDynamicHelp": false,
|
|
1538
|
+
"helpValue": "path",
|
|
1539
|
+
"multiple": false,
|
|
1540
|
+
"type": "option"
|
|
1541
|
+
},
|
|
1542
|
+
"target": {
|
|
1543
|
+
"description": "Target websocket server.",
|
|
1544
|
+
"name": "target",
|
|
1545
|
+
"hasDynamicHelp": false,
|
|
1546
|
+
"multiple": false,
|
|
1547
|
+
"type": "option"
|
|
1548
|
+
},
|
|
1549
|
+
"no-agent": {
|
|
1550
|
+
"description": "Run command without starting an agent.",
|
|
1551
|
+
"env": "DX_NO_AGENT",
|
|
1552
|
+
"name": "no-agent",
|
|
1553
|
+
"allowNo": false,
|
|
1554
|
+
"type": "boolean"
|
|
1555
|
+
},
|
|
1556
|
+
"timeout": {
|
|
1557
|
+
"aliases": [
|
|
1558
|
+
"t"
|
|
1559
|
+
],
|
|
1560
|
+
"description": "Timeout (ms).",
|
|
1561
|
+
"name": "timeout",
|
|
1562
|
+
"default": 60000,
|
|
1563
|
+
"hasDynamicHelp": false,
|
|
1564
|
+
"multiple": false,
|
|
1565
|
+
"type": "option"
|
|
1566
|
+
},
|
|
1567
|
+
"no-wait": {
|
|
1568
|
+
"description": "Do not wait for space to be ready.",
|
|
1569
|
+
"name": "no-wait",
|
|
1570
|
+
"allowNo": false,
|
|
1571
|
+
"type": "boolean"
|
|
1572
|
+
},
|
|
1573
|
+
"json-log": {
|
|
1574
|
+
"description": "When running in foreground, log JSON format",
|
|
1575
|
+
"name": "json-log",
|
|
1576
|
+
"allowNo": false,
|
|
1577
|
+
"type": "boolean"
|
|
1578
|
+
},
|
|
1579
|
+
"json-logfile": {
|
|
1580
|
+
"description": "JSON log file destination, or 'stdout' or 'stderr'",
|
|
1581
|
+
"name": "json-logfile",
|
|
1582
|
+
"default": "stderr",
|
|
1583
|
+
"hasDynamicHelp": false,
|
|
1584
|
+
"multiple": false,
|
|
1585
|
+
"type": "option"
|
|
1586
|
+
},
|
|
1587
|
+
"key": {
|
|
1588
|
+
"description": "Space key(s) head in hex.",
|
|
1589
|
+
"name": "key",
|
|
1590
|
+
"hasDynamicHelp": false,
|
|
1591
|
+
"multiple": true,
|
|
1592
|
+
"type": "option"
|
|
1593
|
+
}
|
|
1594
|
+
},
|
|
1595
|
+
"hasDynamicHelp": false,
|
|
1596
|
+
"hiddenAliases": [],
|
|
1597
|
+
"id": "composer:import",
|
|
1598
|
+
"pluginAlias": "@dxos/cli",
|
|
1599
|
+
"pluginName": "@dxos/cli",
|
|
1600
|
+
"pluginType": "core",
|
|
1601
|
+
"strict": true,
|
|
1602
|
+
"enableJsonFlag": true,
|
|
1603
|
+
"isESM": false,
|
|
1604
|
+
"relativePath": [
|
|
1605
|
+
"dist",
|
|
1606
|
+
"src",
|
|
1607
|
+
"commands",
|
|
1608
|
+
"composer",
|
|
1609
|
+
"import.js"
|
|
1610
|
+
]
|
|
1611
|
+
},
|
|
1612
|
+
"composer:query": {
|
|
1613
|
+
"aliases": [],
|
|
1614
|
+
"args": {},
|
|
1615
|
+
"description": "Query database.",
|
|
1616
|
+
"flags": {
|
|
1617
|
+
"json": {
|
|
1618
|
+
"description": "Output as JSON.",
|
|
1619
|
+
"name": "json",
|
|
1620
|
+
"allowNo": false,
|
|
1621
|
+
"type": "boolean"
|
|
1622
|
+
},
|
|
1623
|
+
"dry-run": {
|
|
1624
|
+
"description": "Dry run.",
|
|
1625
|
+
"name": "dry-run",
|
|
1626
|
+
"allowNo": false,
|
|
1627
|
+
"type": "boolean"
|
|
1628
|
+
},
|
|
1629
|
+
"verbose": {
|
|
1630
|
+
"char": "v",
|
|
1631
|
+
"description": "Verbose output",
|
|
1632
|
+
"name": "verbose",
|
|
1633
|
+
"allowNo": false,
|
|
1634
|
+
"type": "boolean"
|
|
1635
|
+
},
|
|
1636
|
+
"profile": {
|
|
1637
|
+
"description": "User profile.",
|
|
1638
|
+
"env": "DX_PROFILE",
|
|
1639
|
+
"name": "profile",
|
|
1640
|
+
"default": "default",
|
|
1641
|
+
"hasDynamicHelp": false,
|
|
1642
|
+
"multiple": false,
|
|
1643
|
+
"type": "option"
|
|
1644
|
+
},
|
|
1645
|
+
"config": {
|
|
1646
|
+
"aliases": [
|
|
1647
|
+
"c"
|
|
1648
|
+
],
|
|
1649
|
+
"dependsOn": [
|
|
1650
|
+
"profile"
|
|
1651
|
+
],
|
|
1652
|
+
"description": "Config file.",
|
|
1653
|
+
"env": "DX_CONFIG",
|
|
1654
|
+
"name": "config",
|
|
1655
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
1656
|
+
"hasDynamicHelp": false,
|
|
1657
|
+
"helpValue": "path",
|
|
1658
|
+
"multiple": false,
|
|
1659
|
+
"type": "option"
|
|
1660
|
+
},
|
|
1661
|
+
"target": {
|
|
1662
|
+
"description": "Target websocket server.",
|
|
1663
|
+
"name": "target",
|
|
1664
|
+
"hasDynamicHelp": false,
|
|
1665
|
+
"multiple": false,
|
|
1666
|
+
"type": "option"
|
|
1667
|
+
},
|
|
1668
|
+
"no-agent": {
|
|
1669
|
+
"description": "Run command without starting an agent.",
|
|
1670
|
+
"env": "DX_NO_AGENT",
|
|
1671
|
+
"name": "no-agent",
|
|
1672
|
+
"allowNo": false,
|
|
1673
|
+
"type": "boolean"
|
|
1674
|
+
},
|
|
1675
|
+
"timeout": {
|
|
1676
|
+
"aliases": [
|
|
1677
|
+
"t"
|
|
1678
|
+
],
|
|
1679
|
+
"description": "Timeout (ms).",
|
|
1680
|
+
"name": "timeout",
|
|
1681
|
+
"default": 60000,
|
|
1682
|
+
"hasDynamicHelp": false,
|
|
1683
|
+
"multiple": false,
|
|
1684
|
+
"type": "option"
|
|
1685
|
+
},
|
|
1686
|
+
"no-wait": {
|
|
1687
|
+
"description": "Do not wait for space to be ready.",
|
|
1688
|
+
"name": "no-wait",
|
|
1689
|
+
"allowNo": false,
|
|
1690
|
+
"type": "boolean"
|
|
1691
|
+
},
|
|
1692
|
+
"json-log": {
|
|
1693
|
+
"description": "When running in foreground, log JSON format",
|
|
1694
|
+
"name": "json-log",
|
|
1695
|
+
"allowNo": false,
|
|
1696
|
+
"type": "boolean"
|
|
1697
|
+
},
|
|
1698
|
+
"json-logfile": {
|
|
1699
|
+
"description": "JSON log file destination, or 'stdout' or 'stderr'",
|
|
1700
|
+
"name": "json-logfile",
|
|
1701
|
+
"default": "stderr",
|
|
1702
|
+
"hasDynamicHelp": false,
|
|
1703
|
+
"multiple": false,
|
|
1704
|
+
"type": "option"
|
|
1705
|
+
},
|
|
1706
|
+
"key": {
|
|
1707
|
+
"description": "Space key(s) head in hex.",
|
|
1708
|
+
"name": "key",
|
|
1388
1709
|
"hasDynamicHelp": false,
|
|
1389
|
-
"multiple":
|
|
1710
|
+
"multiple": true,
|
|
1390
1711
|
"type": "option"
|
|
1391
1712
|
},
|
|
1392
|
-
"
|
|
1393
|
-
"description": "
|
|
1394
|
-
"name": "
|
|
1395
|
-
"allowNo": false,
|
|
1396
|
-
"type": "boolean"
|
|
1397
|
-
},
|
|
1398
|
-
"version": {
|
|
1399
|
-
"description": "Version of modules to publish.",
|
|
1400
|
-
"name": "version",
|
|
1713
|
+
"type": {
|
|
1714
|
+
"description": "Data type.",
|
|
1715
|
+
"name": "type",
|
|
1401
1716
|
"hasDynamicHelp": false,
|
|
1402
1717
|
"multiple": false,
|
|
1403
1718
|
"type": "option"
|
|
@@ -1405,7 +1720,7 @@
|
|
|
1405
1720
|
},
|
|
1406
1721
|
"hasDynamicHelp": false,
|
|
1407
1722
|
"hiddenAliases": [],
|
|
1408
|
-
"id": "
|
|
1723
|
+
"id": "composer:query",
|
|
1409
1724
|
"pluginAlias": "@dxos/cli",
|
|
1410
1725
|
"pluginName": "@dxos/cli",
|
|
1411
1726
|
"pluginType": "core",
|
|
@@ -1416,8 +1731,8 @@
|
|
|
1416
1731
|
"dist",
|
|
1417
1732
|
"src",
|
|
1418
1733
|
"commands",
|
|
1419
|
-
"
|
|
1420
|
-
"
|
|
1734
|
+
"composer",
|
|
1735
|
+
"query.js"
|
|
1421
1736
|
]
|
|
1422
1737
|
},
|
|
1423
1738
|
"config": {
|
|
@@ -1477,17 +1792,12 @@
|
|
|
1477
1792
|
"type": "option"
|
|
1478
1793
|
},
|
|
1479
1794
|
"no-agent": {
|
|
1480
|
-
"description": "Run command without
|
|
1795
|
+
"description": "Run command without starting an agent.",
|
|
1796
|
+
"env": "DX_NO_AGENT",
|
|
1481
1797
|
"name": "no-agent",
|
|
1482
1798
|
"allowNo": false,
|
|
1483
1799
|
"type": "boolean"
|
|
1484
1800
|
},
|
|
1485
|
-
"no-start-agent": {
|
|
1486
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
1487
|
-
"name": "no-start-agent",
|
|
1488
|
-
"allowNo": false,
|
|
1489
|
-
"type": "boolean"
|
|
1490
|
-
},
|
|
1491
1801
|
"timeout": {
|
|
1492
1802
|
"aliases": [
|
|
1493
1803
|
"t"
|
|
@@ -1604,17 +1914,12 @@
|
|
|
1604
1914
|
"type": "option"
|
|
1605
1915
|
},
|
|
1606
1916
|
"no-agent": {
|
|
1607
|
-
"description": "Run command without
|
|
1917
|
+
"description": "Run command without starting an agent.",
|
|
1918
|
+
"env": "DX_NO_AGENT",
|
|
1608
1919
|
"name": "no-agent",
|
|
1609
1920
|
"allowNo": false,
|
|
1610
1921
|
"type": "boolean"
|
|
1611
1922
|
},
|
|
1612
|
-
"no-start-agent": {
|
|
1613
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
1614
|
-
"name": "no-start-agent",
|
|
1615
|
-
"allowNo": false,
|
|
1616
|
-
"type": "boolean"
|
|
1617
|
-
},
|
|
1618
1923
|
"timeout": {
|
|
1619
1924
|
"aliases": [
|
|
1620
1925
|
"t"
|
|
@@ -1733,17 +2038,12 @@
|
|
|
1733
2038
|
"type": "option"
|
|
1734
2039
|
},
|
|
1735
2040
|
"no-agent": {
|
|
1736
|
-
"description": "Run command without
|
|
2041
|
+
"description": "Run command without starting an agent.",
|
|
2042
|
+
"env": "DX_NO_AGENT",
|
|
1737
2043
|
"name": "no-agent",
|
|
1738
2044
|
"allowNo": false,
|
|
1739
2045
|
"type": "boolean"
|
|
1740
2046
|
},
|
|
1741
|
-
"no-start-agent": {
|
|
1742
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
1743
|
-
"name": "no-start-agent",
|
|
1744
|
-
"allowNo": false,
|
|
1745
|
-
"type": "boolean"
|
|
1746
|
-
},
|
|
1747
2047
|
"timeout": {
|
|
1748
2048
|
"aliases": [
|
|
1749
2049
|
"t"
|
|
@@ -1797,7 +2097,7 @@
|
|
|
1797
2097
|
"aliases": [],
|
|
1798
2098
|
"args": {
|
|
1799
2099
|
"key": {
|
|
1800
|
-
"description": "Space key head in hex.",
|
|
2100
|
+
"description": "Space key(s) head in hex.",
|
|
1801
2101
|
"name": "key"
|
|
1802
2102
|
}
|
|
1803
2103
|
},
|
|
@@ -1855,17 +2155,12 @@
|
|
|
1855
2155
|
"type": "option"
|
|
1856
2156
|
},
|
|
1857
2157
|
"no-agent": {
|
|
1858
|
-
"description": "Run command without
|
|
2158
|
+
"description": "Run command without starting an agent.",
|
|
2159
|
+
"env": "DX_NO_AGENT",
|
|
1859
2160
|
"name": "no-agent",
|
|
1860
2161
|
"allowNo": false,
|
|
1861
2162
|
"type": "boolean"
|
|
1862
2163
|
},
|
|
1863
|
-
"no-start-agent": {
|
|
1864
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
1865
|
-
"name": "no-start-agent",
|
|
1866
|
-
"allowNo": false,
|
|
1867
|
-
"type": "boolean"
|
|
1868
|
-
},
|
|
1869
2164
|
"timeout": {
|
|
1870
2165
|
"aliases": [
|
|
1871
2166
|
"t"
|
|
@@ -2016,17 +2311,12 @@
|
|
|
2016
2311
|
"type": "option"
|
|
2017
2312
|
},
|
|
2018
2313
|
"no-agent": {
|
|
2019
|
-
"description": "Run command without
|
|
2314
|
+
"description": "Run command without starting an agent.",
|
|
2315
|
+
"env": "DX_NO_AGENT",
|
|
2020
2316
|
"name": "no-agent",
|
|
2021
2317
|
"allowNo": false,
|
|
2022
2318
|
"type": "boolean"
|
|
2023
2319
|
},
|
|
2024
|
-
"no-start-agent": {
|
|
2025
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
2026
|
-
"name": "no-start-agent",
|
|
2027
|
-
"allowNo": false,
|
|
2028
|
-
"type": "boolean"
|
|
2029
|
-
},
|
|
2030
2320
|
"timeout": {
|
|
2031
2321
|
"aliases": [
|
|
2032
2322
|
"t"
|
|
@@ -2133,17 +2423,12 @@
|
|
|
2133
2423
|
"type": "option"
|
|
2134
2424
|
},
|
|
2135
2425
|
"no-agent": {
|
|
2136
|
-
"description": "Run command without
|
|
2426
|
+
"description": "Run command without starting an agent.",
|
|
2427
|
+
"env": "DX_NO_AGENT",
|
|
2137
2428
|
"name": "no-agent",
|
|
2138
2429
|
"allowNo": false,
|
|
2139
2430
|
"type": "boolean"
|
|
2140
2431
|
},
|
|
2141
|
-
"no-start-agent": {
|
|
2142
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
2143
|
-
"name": "no-start-agent",
|
|
2144
|
-
"allowNo": false,
|
|
2145
|
-
"type": "boolean"
|
|
2146
|
-
},
|
|
2147
2432
|
"timeout": {
|
|
2148
2433
|
"aliases": [
|
|
2149
2434
|
"t"
|
|
@@ -2258,17 +2543,12 @@
|
|
|
2258
2543
|
"type": "option"
|
|
2259
2544
|
},
|
|
2260
2545
|
"no-agent": {
|
|
2261
|
-
"description": "Run command without
|
|
2546
|
+
"description": "Run command without starting an agent.",
|
|
2547
|
+
"env": "DX_NO_AGENT",
|
|
2262
2548
|
"name": "no-agent",
|
|
2263
2549
|
"allowNo": false,
|
|
2264
2550
|
"type": "boolean"
|
|
2265
2551
|
},
|
|
2266
|
-
"no-start-agent": {
|
|
2267
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
2268
|
-
"name": "no-start-agent",
|
|
2269
|
-
"allowNo": false,
|
|
2270
|
-
"type": "boolean"
|
|
2271
|
-
},
|
|
2272
2552
|
"timeout": {
|
|
2273
2553
|
"aliases": [
|
|
2274
2554
|
"t"
|
|
@@ -2375,17 +2655,12 @@
|
|
|
2375
2655
|
"type": "option"
|
|
2376
2656
|
},
|
|
2377
2657
|
"no-agent": {
|
|
2378
|
-
"description": "Run command without
|
|
2658
|
+
"description": "Run command without starting an agent.",
|
|
2659
|
+
"env": "DX_NO_AGENT",
|
|
2379
2660
|
"name": "no-agent",
|
|
2380
2661
|
"allowNo": false,
|
|
2381
2662
|
"type": "boolean"
|
|
2382
2663
|
},
|
|
2383
|
-
"no-start-agent": {
|
|
2384
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
2385
|
-
"name": "no-start-agent",
|
|
2386
|
-
"allowNo": false,
|
|
2387
|
-
"type": "boolean"
|
|
2388
|
-
},
|
|
2389
2664
|
"timeout": {
|
|
2390
2665
|
"aliases": [
|
|
2391
2666
|
"t"
|
|
@@ -2569,17 +2844,12 @@
|
|
|
2569
2844
|
"type": "option"
|
|
2570
2845
|
},
|
|
2571
2846
|
"no-agent": {
|
|
2572
|
-
"description": "Run command without
|
|
2847
|
+
"description": "Run command without starting an agent.",
|
|
2848
|
+
"env": "DX_NO_AGENT",
|
|
2573
2849
|
"name": "no-agent",
|
|
2574
2850
|
"allowNo": false,
|
|
2575
2851
|
"type": "boolean"
|
|
2576
2852
|
},
|
|
2577
|
-
"no-start-agent": {
|
|
2578
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
2579
|
-
"name": "no-start-agent",
|
|
2580
|
-
"allowNo": false,
|
|
2581
|
-
"type": "boolean"
|
|
2582
|
-
},
|
|
2583
2853
|
"timeout": {
|
|
2584
2854
|
"aliases": [
|
|
2585
2855
|
"t"
|
|
@@ -2702,17 +2972,12 @@
|
|
|
2702
2972
|
"type": "option"
|
|
2703
2973
|
},
|
|
2704
2974
|
"no-agent": {
|
|
2705
|
-
"description": "Run command without
|
|
2975
|
+
"description": "Run command without starting an agent.",
|
|
2976
|
+
"env": "DX_NO_AGENT",
|
|
2706
2977
|
"name": "no-agent",
|
|
2707
2978
|
"allowNo": false,
|
|
2708
2979
|
"type": "boolean"
|
|
2709
2980
|
},
|
|
2710
|
-
"no-start-agent": {
|
|
2711
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
2712
|
-
"name": "no-start-agent",
|
|
2713
|
-
"allowNo": false,
|
|
2714
|
-
"type": "boolean"
|
|
2715
|
-
},
|
|
2716
2981
|
"timeout": {
|
|
2717
2982
|
"aliases": [
|
|
2718
2983
|
"t"
|
|
@@ -2744,6 +3009,13 @@
|
|
|
2744
3009
|
"multiple": false,
|
|
2745
3010
|
"type": "option"
|
|
2746
3011
|
},
|
|
3012
|
+
"key": {
|
|
3013
|
+
"description": "Space key(s) head in hex.",
|
|
3014
|
+
"name": "key",
|
|
3015
|
+
"hasDynamicHelp": false,
|
|
3016
|
+
"multiple": true,
|
|
3017
|
+
"type": "option"
|
|
3018
|
+
},
|
|
2747
3019
|
"require": {
|
|
2748
3020
|
"aliases": [
|
|
2749
3021
|
"r"
|
|
@@ -2794,129 +3066,6 @@
|
|
|
2794
3066
|
"dev.js"
|
|
2795
3067
|
]
|
|
2796
3068
|
},
|
|
2797
|
-
"function:exec": {
|
|
2798
|
-
"aliases": [],
|
|
2799
|
-
"args": {
|
|
2800
|
-
"name": {
|
|
2801
|
-
"description": "Function name.",
|
|
2802
|
-
"name": "name",
|
|
2803
|
-
"required": true
|
|
2804
|
-
}
|
|
2805
|
-
},
|
|
2806
|
-
"description": "Invoke function.",
|
|
2807
|
-
"flags": {
|
|
2808
|
-
"json": {
|
|
2809
|
-
"description": "Output as JSON.",
|
|
2810
|
-
"name": "json",
|
|
2811
|
-
"allowNo": false,
|
|
2812
|
-
"type": "boolean"
|
|
2813
|
-
},
|
|
2814
|
-
"dry-run": {
|
|
2815
|
-
"description": "Dry run.",
|
|
2816
|
-
"name": "dry-run",
|
|
2817
|
-
"allowNo": false,
|
|
2818
|
-
"type": "boolean"
|
|
2819
|
-
},
|
|
2820
|
-
"verbose": {
|
|
2821
|
-
"char": "v",
|
|
2822
|
-
"description": "Verbose output",
|
|
2823
|
-
"name": "verbose",
|
|
2824
|
-
"allowNo": false,
|
|
2825
|
-
"type": "boolean"
|
|
2826
|
-
},
|
|
2827
|
-
"profile": {
|
|
2828
|
-
"description": "User profile.",
|
|
2829
|
-
"env": "DX_PROFILE",
|
|
2830
|
-
"name": "profile",
|
|
2831
|
-
"default": "default",
|
|
2832
|
-
"hasDynamicHelp": false,
|
|
2833
|
-
"multiple": false,
|
|
2834
|
-
"type": "option"
|
|
2835
|
-
},
|
|
2836
|
-
"config": {
|
|
2837
|
-
"aliases": [
|
|
2838
|
-
"c"
|
|
2839
|
-
],
|
|
2840
|
-
"dependsOn": [
|
|
2841
|
-
"profile"
|
|
2842
|
-
],
|
|
2843
|
-
"description": "Config file.",
|
|
2844
|
-
"env": "DX_CONFIG",
|
|
2845
|
-
"name": "config",
|
|
2846
|
-
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
2847
|
-
"hasDynamicHelp": false,
|
|
2848
|
-
"helpValue": "path",
|
|
2849
|
-
"multiple": false,
|
|
2850
|
-
"type": "option"
|
|
2851
|
-
},
|
|
2852
|
-
"target": {
|
|
2853
|
-
"description": "Target websocket server.",
|
|
2854
|
-
"name": "target",
|
|
2855
|
-
"hasDynamicHelp": false,
|
|
2856
|
-
"multiple": false,
|
|
2857
|
-
"type": "option"
|
|
2858
|
-
},
|
|
2859
|
-
"no-agent": {
|
|
2860
|
-
"description": "Run command without using an agent.",
|
|
2861
|
-
"name": "no-agent",
|
|
2862
|
-
"allowNo": false,
|
|
2863
|
-
"type": "boolean"
|
|
2864
|
-
},
|
|
2865
|
-
"no-start-agent": {
|
|
2866
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
2867
|
-
"name": "no-start-agent",
|
|
2868
|
-
"allowNo": false,
|
|
2869
|
-
"type": "boolean"
|
|
2870
|
-
},
|
|
2871
|
-
"timeout": {
|
|
2872
|
-
"aliases": [
|
|
2873
|
-
"t"
|
|
2874
|
-
],
|
|
2875
|
-
"description": "Timeout (ms).",
|
|
2876
|
-
"name": "timeout",
|
|
2877
|
-
"default": 60000,
|
|
2878
|
-
"hasDynamicHelp": false,
|
|
2879
|
-
"multiple": false,
|
|
2880
|
-
"type": "option"
|
|
2881
|
-
},
|
|
2882
|
-
"no-wait": {
|
|
2883
|
-
"description": "Do not wait for space to be ready.",
|
|
2884
|
-
"name": "no-wait",
|
|
2885
|
-
"allowNo": false,
|
|
2886
|
-
"type": "boolean"
|
|
2887
|
-
},
|
|
2888
|
-
"json-log": {
|
|
2889
|
-
"description": "When running in foreground, log JSON format",
|
|
2890
|
-
"name": "json-log",
|
|
2891
|
-
"allowNo": false,
|
|
2892
|
-
"type": "boolean"
|
|
2893
|
-
},
|
|
2894
|
-
"json-logfile": {
|
|
2895
|
-
"description": "JSON log file destination, or 'stdout' or 'stderr'",
|
|
2896
|
-
"name": "json-logfile",
|
|
2897
|
-
"default": "stderr",
|
|
2898
|
-
"hasDynamicHelp": false,
|
|
2899
|
-
"multiple": false,
|
|
2900
|
-
"type": "option"
|
|
2901
|
-
}
|
|
2902
|
-
},
|
|
2903
|
-
"hasDynamicHelp": false,
|
|
2904
|
-
"hiddenAliases": [],
|
|
2905
|
-
"id": "function:exec",
|
|
2906
|
-
"pluginAlias": "@dxos/cli",
|
|
2907
|
-
"pluginName": "@dxos/cli",
|
|
2908
|
-
"pluginType": "core",
|
|
2909
|
-
"strict": true,
|
|
2910
|
-
"enableJsonFlag": true,
|
|
2911
|
-
"isESM": false,
|
|
2912
|
-
"relativePath": [
|
|
2913
|
-
"dist",
|
|
2914
|
-
"src",
|
|
2915
|
-
"commands",
|
|
2916
|
-
"function",
|
|
2917
|
-
"exec.js"
|
|
2918
|
-
]
|
|
2919
|
-
},
|
|
2920
3069
|
"function:list": {
|
|
2921
3070
|
"aliases": [],
|
|
2922
3071
|
"args": {},
|
|
@@ -2974,17 +3123,12 @@
|
|
|
2974
3123
|
"type": "option"
|
|
2975
3124
|
},
|
|
2976
3125
|
"no-agent": {
|
|
2977
|
-
"description": "Run command without
|
|
3126
|
+
"description": "Run command without starting an agent.",
|
|
3127
|
+
"env": "DX_NO_AGENT",
|
|
2978
3128
|
"name": "no-agent",
|
|
2979
3129
|
"allowNo": false,
|
|
2980
3130
|
"type": "boolean"
|
|
2981
3131
|
},
|
|
2982
|
-
"no-start-agent": {
|
|
2983
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
2984
|
-
"name": "no-start-agent",
|
|
2985
|
-
"allowNo": false,
|
|
2986
|
-
"type": "boolean"
|
|
2987
|
-
},
|
|
2988
3132
|
"timeout": {
|
|
2989
3133
|
"aliases": [
|
|
2990
3134
|
"t"
|
|
@@ -3097,17 +3241,12 @@
|
|
|
3097
3241
|
"type": "option"
|
|
3098
3242
|
},
|
|
3099
3243
|
"no-agent": {
|
|
3100
|
-
"description": "Run command without
|
|
3244
|
+
"description": "Run command without starting an agent.",
|
|
3245
|
+
"env": "DX_NO_AGENT",
|
|
3101
3246
|
"name": "no-agent",
|
|
3102
3247
|
"allowNo": false,
|
|
3103
3248
|
"type": "boolean"
|
|
3104
3249
|
},
|
|
3105
|
-
"no-start-agent": {
|
|
3106
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
3107
|
-
"name": "no-start-agent",
|
|
3108
|
-
"allowNo": false,
|
|
3109
|
-
"type": "boolean"
|
|
3110
|
-
},
|
|
3111
3250
|
"timeout": {
|
|
3112
3251
|
"aliases": [
|
|
3113
3252
|
"t"
|
|
@@ -3221,17 +3360,12 @@
|
|
|
3221
3360
|
"type": "option"
|
|
3222
3361
|
},
|
|
3223
3362
|
"no-agent": {
|
|
3224
|
-
"description": "Run command without
|
|
3363
|
+
"description": "Run command without starting an agent.",
|
|
3364
|
+
"env": "DX_NO_AGENT",
|
|
3225
3365
|
"name": "no-agent",
|
|
3226
3366
|
"allowNo": false,
|
|
3227
3367
|
"type": "boolean"
|
|
3228
3368
|
},
|
|
3229
|
-
"no-start-agent": {
|
|
3230
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
3231
|
-
"name": "no-start-agent",
|
|
3232
|
-
"allowNo": false,
|
|
3233
|
-
"type": "boolean"
|
|
3234
|
-
},
|
|
3235
3369
|
"timeout": {
|
|
3236
3370
|
"aliases": [
|
|
3237
3371
|
"t"
|
|
@@ -3351,17 +3485,12 @@
|
|
|
3351
3485
|
"type": "option"
|
|
3352
3486
|
},
|
|
3353
3487
|
"no-agent": {
|
|
3354
|
-
"description": "Run command without
|
|
3488
|
+
"description": "Run command without starting an agent.",
|
|
3489
|
+
"env": "DX_NO_AGENT",
|
|
3355
3490
|
"name": "no-agent",
|
|
3356
3491
|
"allowNo": false,
|
|
3357
3492
|
"type": "boolean"
|
|
3358
3493
|
},
|
|
3359
|
-
"no-start-agent": {
|
|
3360
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
3361
|
-
"name": "no-start-agent",
|
|
3362
|
-
"allowNo": false,
|
|
3363
|
-
"type": "boolean"
|
|
3364
|
-
},
|
|
3365
3494
|
"timeout": {
|
|
3366
3495
|
"aliases": [
|
|
3367
3496
|
"t"
|
|
@@ -3468,17 +3597,12 @@
|
|
|
3468
3597
|
"type": "option"
|
|
3469
3598
|
},
|
|
3470
3599
|
"no-agent": {
|
|
3471
|
-
"description": "Run command without
|
|
3600
|
+
"description": "Run command without starting an agent.",
|
|
3601
|
+
"env": "DX_NO_AGENT",
|
|
3472
3602
|
"name": "no-agent",
|
|
3473
3603
|
"allowNo": false,
|
|
3474
3604
|
"type": "boolean"
|
|
3475
3605
|
},
|
|
3476
|
-
"no-start-agent": {
|
|
3477
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
3478
|
-
"name": "no-start-agent",
|
|
3479
|
-
"allowNo": false,
|
|
3480
|
-
"type": "boolean"
|
|
3481
|
-
},
|
|
3482
3606
|
"timeout": {
|
|
3483
3607
|
"description": "Timeout in seconds",
|
|
3484
3608
|
"name": "timeout",
|
|
@@ -3609,17 +3733,12 @@
|
|
|
3609
3733
|
"type": "option"
|
|
3610
3734
|
},
|
|
3611
3735
|
"no-agent": {
|
|
3612
|
-
"description": "Run command without
|
|
3736
|
+
"description": "Run command without starting an agent.",
|
|
3737
|
+
"env": "DX_NO_AGENT",
|
|
3613
3738
|
"name": "no-agent",
|
|
3614
3739
|
"allowNo": false,
|
|
3615
3740
|
"type": "boolean"
|
|
3616
3741
|
},
|
|
3617
|
-
"no-start-agent": {
|
|
3618
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
3619
|
-
"name": "no-start-agent",
|
|
3620
|
-
"allowNo": false,
|
|
3621
|
-
"type": "boolean"
|
|
3622
|
-
},
|
|
3623
3742
|
"timeout": {
|
|
3624
3743
|
"aliases": [
|
|
3625
3744
|
"t"
|
|
@@ -3726,17 +3845,12 @@
|
|
|
3726
3845
|
"type": "option"
|
|
3727
3846
|
},
|
|
3728
3847
|
"no-agent": {
|
|
3729
|
-
"description": "Run command without
|
|
3848
|
+
"description": "Run command without starting an agent.",
|
|
3849
|
+
"env": "DX_NO_AGENT",
|
|
3730
3850
|
"name": "no-agent",
|
|
3731
3851
|
"allowNo": false,
|
|
3732
3852
|
"type": "boolean"
|
|
3733
3853
|
},
|
|
3734
|
-
"no-start-agent": {
|
|
3735
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
3736
|
-
"name": "no-start-agent",
|
|
3737
|
-
"allowNo": false,
|
|
3738
|
-
"type": "boolean"
|
|
3739
|
-
},
|
|
3740
3854
|
"timeout": {
|
|
3741
3855
|
"aliases": [
|
|
3742
3856
|
"t"
|
|
@@ -3877,17 +3991,12 @@
|
|
|
3877
3991
|
"type": "option"
|
|
3878
3992
|
},
|
|
3879
3993
|
"no-agent": {
|
|
3880
|
-
"description": "Run command without
|
|
3994
|
+
"description": "Run command without starting an agent.",
|
|
3995
|
+
"env": "DX_NO_AGENT",
|
|
3881
3996
|
"name": "no-agent",
|
|
3882
3997
|
"allowNo": false,
|
|
3883
3998
|
"type": "boolean"
|
|
3884
3999
|
},
|
|
3885
|
-
"no-start-agent": {
|
|
3886
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
3887
|
-
"name": "no-start-agent",
|
|
3888
|
-
"allowNo": false,
|
|
3889
|
-
"type": "boolean"
|
|
3890
|
-
},
|
|
3891
4000
|
"timeout": {
|
|
3892
4001
|
"aliases": [
|
|
3893
4002
|
"t"
|
|
@@ -4001,17 +4110,12 @@
|
|
|
4001
4110
|
"type": "option"
|
|
4002
4111
|
},
|
|
4003
4112
|
"no-agent": {
|
|
4004
|
-
"description": "Run command without
|
|
4113
|
+
"description": "Run command without starting an agent.",
|
|
4114
|
+
"env": "DX_NO_AGENT",
|
|
4005
4115
|
"name": "no-agent",
|
|
4006
4116
|
"allowNo": false,
|
|
4007
4117
|
"type": "boolean"
|
|
4008
4118
|
},
|
|
4009
|
-
"no-start-agent": {
|
|
4010
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
4011
|
-
"name": "no-start-agent",
|
|
4012
|
-
"allowNo": false,
|
|
4013
|
-
"type": "boolean"
|
|
4014
|
-
},
|
|
4015
4119
|
"timeout": {
|
|
4016
4120
|
"aliases": [
|
|
4017
4121
|
"t"
|
|
@@ -4130,17 +4234,12 @@
|
|
|
4130
4234
|
"type": "option"
|
|
4131
4235
|
},
|
|
4132
4236
|
"no-agent": {
|
|
4133
|
-
"description": "Run command without
|
|
4237
|
+
"description": "Run command without starting an agent.",
|
|
4238
|
+
"env": "DX_NO_AGENT",
|
|
4134
4239
|
"name": "no-agent",
|
|
4135
4240
|
"allowNo": false,
|
|
4136
4241
|
"type": "boolean"
|
|
4137
4242
|
},
|
|
4138
|
-
"no-start-agent": {
|
|
4139
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
4140
|
-
"name": "no-start-agent",
|
|
4141
|
-
"allowNo": false,
|
|
4142
|
-
"type": "boolean"
|
|
4143
|
-
},
|
|
4144
4243
|
"timeout": {
|
|
4145
4244
|
"aliases": [
|
|
4146
4245
|
"t"
|
|
@@ -4194,6 +4293,7 @@
|
|
|
4194
4293
|
"aliases": [],
|
|
4195
4294
|
"args": {
|
|
4196
4295
|
"key": {
|
|
4296
|
+
"description": "Space key(s) head in hex.",
|
|
4197
4297
|
"name": "key"
|
|
4198
4298
|
}
|
|
4199
4299
|
},
|
|
@@ -4251,17 +4351,12 @@
|
|
|
4251
4351
|
"type": "option"
|
|
4252
4352
|
},
|
|
4253
4353
|
"no-agent": {
|
|
4254
|
-
"description": "Run command without
|
|
4354
|
+
"description": "Run command without starting an agent.",
|
|
4355
|
+
"env": "DX_NO_AGENT",
|
|
4255
4356
|
"name": "no-agent",
|
|
4256
4357
|
"allowNo": false,
|
|
4257
4358
|
"type": "boolean"
|
|
4258
4359
|
},
|
|
4259
|
-
"no-start-agent": {
|
|
4260
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
4261
|
-
"name": "no-start-agent",
|
|
4262
|
-
"allowNo": false,
|
|
4263
|
-
"type": "boolean"
|
|
4264
|
-
},
|
|
4265
4360
|
"timeout": {
|
|
4266
4361
|
"aliases": [
|
|
4267
4362
|
"t"
|
|
@@ -4372,17 +4467,12 @@
|
|
|
4372
4467
|
"type": "option"
|
|
4373
4468
|
},
|
|
4374
4469
|
"no-agent": {
|
|
4375
|
-
"description": "Run command without
|
|
4470
|
+
"description": "Run command without starting an agent.",
|
|
4471
|
+
"env": "DX_NO_AGENT",
|
|
4376
4472
|
"name": "no-agent",
|
|
4377
4473
|
"allowNo": false,
|
|
4378
4474
|
"type": "boolean"
|
|
4379
4475
|
},
|
|
4380
|
-
"no-start-agent": {
|
|
4381
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
4382
|
-
"name": "no-start-agent",
|
|
4383
|
-
"allowNo": false,
|
|
4384
|
-
"type": "boolean"
|
|
4385
|
-
},
|
|
4386
4476
|
"timeout": {
|
|
4387
4477
|
"aliases": [
|
|
4388
4478
|
"t"
|
|
@@ -4436,7 +4526,7 @@
|
|
|
4436
4526
|
"aliases": [],
|
|
4437
4527
|
"args": {
|
|
4438
4528
|
"key": {
|
|
4439
|
-
"description": "Space key head in hex.",
|
|
4529
|
+
"description": "Space key(s) head in hex.",
|
|
4440
4530
|
"name": "key"
|
|
4441
4531
|
}
|
|
4442
4532
|
},
|
|
@@ -4494,17 +4584,12 @@
|
|
|
4494
4584
|
"type": "option"
|
|
4495
4585
|
},
|
|
4496
4586
|
"no-agent": {
|
|
4497
|
-
"description": "Run command without
|
|
4587
|
+
"description": "Run command without starting an agent.",
|
|
4588
|
+
"env": "DX_NO_AGENT",
|
|
4498
4589
|
"name": "no-agent",
|
|
4499
4590
|
"allowNo": false,
|
|
4500
4591
|
"type": "boolean"
|
|
4501
4592
|
},
|
|
4502
|
-
"no-start-agent": {
|
|
4503
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
4504
|
-
"name": "no-start-agent",
|
|
4505
|
-
"allowNo": false,
|
|
4506
|
-
"type": "boolean"
|
|
4507
|
-
},
|
|
4508
4593
|
"timeout": {
|
|
4509
4594
|
"aliases": [
|
|
4510
4595
|
"t"
|
|
@@ -4558,6 +4643,7 @@
|
|
|
4558
4643
|
"aliases": [],
|
|
4559
4644
|
"args": {
|
|
4560
4645
|
"key": {
|
|
4646
|
+
"description": "Space key(s) head in hex.",
|
|
4561
4647
|
"name": "key"
|
|
4562
4648
|
}
|
|
4563
4649
|
},
|
|
@@ -4615,17 +4701,12 @@
|
|
|
4615
4701
|
"type": "option"
|
|
4616
4702
|
},
|
|
4617
4703
|
"no-agent": {
|
|
4618
|
-
"description": "Run command without
|
|
4704
|
+
"description": "Run command without starting an agent.",
|
|
4705
|
+
"env": "DX_NO_AGENT",
|
|
4619
4706
|
"name": "no-agent",
|
|
4620
4707
|
"allowNo": false,
|
|
4621
4708
|
"type": "boolean"
|
|
4622
4709
|
},
|
|
4623
|
-
"no-start-agent": {
|
|
4624
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
4625
|
-
"name": "no-start-agent",
|
|
4626
|
-
"allowNo": false,
|
|
4627
|
-
"type": "boolean"
|
|
4628
|
-
},
|
|
4629
4710
|
"timeout": {
|
|
4630
4711
|
"aliases": [
|
|
4631
4712
|
"t"
|
|
@@ -4732,17 +4813,12 @@
|
|
|
4732
4813
|
"type": "option"
|
|
4733
4814
|
},
|
|
4734
4815
|
"no-agent": {
|
|
4735
|
-
"description": "Run command without
|
|
4816
|
+
"description": "Run command without starting an agent.",
|
|
4817
|
+
"env": "DX_NO_AGENT",
|
|
4736
4818
|
"name": "no-agent",
|
|
4737
4819
|
"allowNo": false,
|
|
4738
4820
|
"type": "boolean"
|
|
4739
4821
|
},
|
|
4740
|
-
"no-start-agent": {
|
|
4741
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
4742
|
-
"name": "no-start-agent",
|
|
4743
|
-
"allowNo": false,
|
|
4744
|
-
"type": "boolean"
|
|
4745
|
-
},
|
|
4746
4822
|
"timeout": {
|
|
4747
4823
|
"aliases": [
|
|
4748
4824
|
"t"
|
|
@@ -4863,17 +4939,12 @@
|
|
|
4863
4939
|
"type": "option"
|
|
4864
4940
|
},
|
|
4865
4941
|
"no-agent": {
|
|
4866
|
-
"description": "Run command without
|
|
4942
|
+
"description": "Run command without starting an agent.",
|
|
4943
|
+
"env": "DX_NO_AGENT",
|
|
4867
4944
|
"name": "no-agent",
|
|
4868
4945
|
"allowNo": false,
|
|
4869
4946
|
"type": "boolean"
|
|
4870
4947
|
},
|
|
4871
|
-
"no-start-agent": {
|
|
4872
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
4873
|
-
"name": "no-start-agent",
|
|
4874
|
-
"allowNo": false,
|
|
4875
|
-
"type": "boolean"
|
|
4876
|
-
},
|
|
4877
4948
|
"timeout": {
|
|
4878
4949
|
"aliases": [
|
|
4879
4950
|
"t"
|
|
@@ -5010,7 +5081,7 @@
|
|
|
5010
5081
|
"aliases": [],
|
|
5011
5082
|
"args": {
|
|
5012
5083
|
"key": {
|
|
5013
|
-
"description": "Space key head in hex.",
|
|
5084
|
+
"description": "Space key(s) head in hex.",
|
|
5014
5085
|
"name": "key"
|
|
5015
5086
|
}
|
|
5016
5087
|
},
|
|
@@ -5068,17 +5139,12 @@
|
|
|
5068
5139
|
"type": "option"
|
|
5069
5140
|
},
|
|
5070
5141
|
"no-agent": {
|
|
5071
|
-
"description": "Run command without
|
|
5142
|
+
"description": "Run command without starting an agent.",
|
|
5143
|
+
"env": "DX_NO_AGENT",
|
|
5072
5144
|
"name": "no-agent",
|
|
5073
5145
|
"allowNo": false,
|
|
5074
5146
|
"type": "boolean"
|
|
5075
5147
|
},
|
|
5076
|
-
"no-start-agent": {
|
|
5077
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
5078
|
-
"name": "no-start-agent",
|
|
5079
|
-
"allowNo": false,
|
|
5080
|
-
"type": "boolean"
|
|
5081
|
-
},
|
|
5082
5148
|
"timeout": {
|
|
5083
5149
|
"aliases": [
|
|
5084
5150
|
"t"
|
|
@@ -5209,6 +5275,7 @@
|
|
|
5209
5275
|
"aliases": [],
|
|
5210
5276
|
"args": {
|
|
5211
5277
|
"key": {
|
|
5278
|
+
"description": "Space key(s) head in hex.",
|
|
5212
5279
|
"name": "key"
|
|
5213
5280
|
}
|
|
5214
5281
|
},
|
|
@@ -5266,17 +5333,12 @@
|
|
|
5266
5333
|
"type": "option"
|
|
5267
5334
|
},
|
|
5268
5335
|
"no-agent": {
|
|
5269
|
-
"description": "Run command without
|
|
5336
|
+
"description": "Run command without starting an agent.",
|
|
5337
|
+
"env": "DX_NO_AGENT",
|
|
5270
5338
|
"name": "no-agent",
|
|
5271
5339
|
"allowNo": false,
|
|
5272
5340
|
"type": "boolean"
|
|
5273
5341
|
},
|
|
5274
|
-
"no-start-agent": {
|
|
5275
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
5276
|
-
"name": "no-start-agent",
|
|
5277
|
-
"allowNo": false,
|
|
5278
|
-
"type": "boolean"
|
|
5279
|
-
},
|
|
5280
5342
|
"timeout": {
|
|
5281
5343
|
"aliases": [
|
|
5282
5344
|
"t"
|
|
@@ -5330,7 +5392,7 @@
|
|
|
5330
5392
|
"aliases": [],
|
|
5331
5393
|
"args": {
|
|
5332
5394
|
"key": {
|
|
5333
|
-
"description": "Space key head in hex.",
|
|
5395
|
+
"description": "Space key(s) head in hex.",
|
|
5334
5396
|
"name": "key"
|
|
5335
5397
|
}
|
|
5336
5398
|
},
|
|
@@ -5388,17 +5450,12 @@
|
|
|
5388
5450
|
"type": "option"
|
|
5389
5451
|
},
|
|
5390
5452
|
"no-agent": {
|
|
5391
|
-
"description": "Run command without
|
|
5453
|
+
"description": "Run command without starting an agent.",
|
|
5454
|
+
"env": "DX_NO_AGENT",
|
|
5392
5455
|
"name": "no-agent",
|
|
5393
5456
|
"allowNo": false,
|
|
5394
5457
|
"type": "boolean"
|
|
5395
5458
|
},
|
|
5396
|
-
"no-start-agent": {
|
|
5397
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
5398
|
-
"name": "no-start-agent",
|
|
5399
|
-
"allowNo": false,
|
|
5400
|
-
"type": "boolean"
|
|
5401
|
-
},
|
|
5402
5459
|
"timeout": {
|
|
5403
5460
|
"aliases": [
|
|
5404
5461
|
"t"
|
|
@@ -5429,6 +5486,19 @@
|
|
|
5429
5486
|
"hasDynamicHelp": false,
|
|
5430
5487
|
"multiple": false,
|
|
5431
5488
|
"type": "option"
|
|
5489
|
+
},
|
|
5490
|
+
"data": {
|
|
5491
|
+
"description": "Print serialized object representation.",
|
|
5492
|
+
"name": "data",
|
|
5493
|
+
"allowNo": false,
|
|
5494
|
+
"type": "boolean"
|
|
5495
|
+
},
|
|
5496
|
+
"typename": {
|
|
5497
|
+
"description": "Filter objects by typename.",
|
|
5498
|
+
"name": "typename",
|
|
5499
|
+
"hasDynamicHelp": false,
|
|
5500
|
+
"multiple": false,
|
|
5501
|
+
"type": "option"
|
|
5432
5502
|
}
|
|
5433
5503
|
},
|
|
5434
5504
|
"hasDynamicHelp": false,
|
|
@@ -5452,7 +5522,7 @@
|
|
|
5452
5522
|
"aliases": [],
|
|
5453
5523
|
"args": {
|
|
5454
5524
|
"key": {
|
|
5455
|
-
"description": "Space key head in hex.",
|
|
5525
|
+
"description": "Space key(s) head in hex.",
|
|
5456
5526
|
"name": "key"
|
|
5457
5527
|
}
|
|
5458
5528
|
},
|
|
@@ -5510,17 +5580,12 @@
|
|
|
5510
5580
|
"type": "option"
|
|
5511
5581
|
},
|
|
5512
5582
|
"no-agent": {
|
|
5513
|
-
"description": "Run command without
|
|
5583
|
+
"description": "Run command without starting an agent.",
|
|
5584
|
+
"env": "DX_NO_AGENT",
|
|
5514
5585
|
"name": "no-agent",
|
|
5515
5586
|
"allowNo": false,
|
|
5516
5587
|
"type": "boolean"
|
|
5517
5588
|
},
|
|
5518
|
-
"no-start-agent": {
|
|
5519
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
5520
|
-
"name": "no-start-agent",
|
|
5521
|
-
"allowNo": false,
|
|
5522
|
-
"type": "boolean"
|
|
5523
|
-
},
|
|
5524
5589
|
"timeout": {
|
|
5525
5590
|
"aliases": [
|
|
5526
5591
|
"t"
|
|
@@ -5619,7 +5684,7 @@
|
|
|
5619
5684
|
"required": true
|
|
5620
5685
|
}
|
|
5621
5686
|
},
|
|
5622
|
-
"description": "Enable or disable tunnel.",
|
|
5687
|
+
"description": "Enable or disable tunnel (deprecated).",
|
|
5623
5688
|
"flags": {
|
|
5624
5689
|
"json": {
|
|
5625
5690
|
"description": "Output as JSON.",
|
|
@@ -5673,17 +5738,12 @@
|
|
|
5673
5738
|
"type": "option"
|
|
5674
5739
|
},
|
|
5675
5740
|
"no-agent": {
|
|
5676
|
-
"description": "Run command without
|
|
5741
|
+
"description": "Run command without starting an agent.",
|
|
5742
|
+
"env": "DX_NO_AGENT",
|
|
5677
5743
|
"name": "no-agent",
|
|
5678
5744
|
"allowNo": false,
|
|
5679
5745
|
"type": "boolean"
|
|
5680
5746
|
},
|
|
5681
|
-
"no-start-agent": {
|
|
5682
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
5683
|
-
"name": "no-start-agent",
|
|
5684
|
-
"allowNo": false,
|
|
5685
|
-
"type": "boolean"
|
|
5686
|
-
},
|
|
5687
5747
|
"timeout": {
|
|
5688
5748
|
"aliases": [
|
|
5689
5749
|
"t"
|
|
@@ -5718,7 +5778,7 @@
|
|
|
5718
5778
|
"name": {
|
|
5719
5779
|
"description": "Tunnel name",
|
|
5720
5780
|
"name": "name",
|
|
5721
|
-
"default": "
|
|
5781
|
+
"default": "sodium-snake-thirteen-william",
|
|
5722
5782
|
"hasDynamicHelp": false,
|
|
5723
5783
|
"multiple": false,
|
|
5724
5784
|
"type": "option"
|
|
@@ -5730,6 +5790,7 @@
|
|
|
5730
5790
|
"pluginAlias": "@dxos/cli",
|
|
5731
5791
|
"pluginName": "@dxos/cli",
|
|
5732
5792
|
"pluginType": "core",
|
|
5793
|
+
"state": "deprecated",
|
|
5733
5794
|
"strict": true,
|
|
5734
5795
|
"enableJsonFlag": true,
|
|
5735
5796
|
"isESM": false,
|
|
@@ -5798,17 +5859,12 @@
|
|
|
5798
5859
|
"type": "option"
|
|
5799
5860
|
},
|
|
5800
5861
|
"no-agent": {
|
|
5801
|
-
"description": "Run command without
|
|
5862
|
+
"description": "Run command without starting an agent.",
|
|
5863
|
+
"env": "DX_NO_AGENT",
|
|
5802
5864
|
"name": "no-agent",
|
|
5803
5865
|
"allowNo": false,
|
|
5804
5866
|
"type": "boolean"
|
|
5805
5867
|
},
|
|
5806
|
-
"no-start-agent": {
|
|
5807
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
5808
|
-
"name": "no-start-agent",
|
|
5809
|
-
"allowNo": false,
|
|
5810
|
-
"type": "boolean"
|
|
5811
|
-
},
|
|
5812
5868
|
"timeout": {
|
|
5813
5869
|
"aliases": [
|
|
5814
5870
|
"t"
|
|
@@ -5847,6 +5903,7 @@
|
|
|
5847
5903
|
"pluginAlias": "@dxos/cli",
|
|
5848
5904
|
"pluginName": "@dxos/cli",
|
|
5849
5905
|
"pluginType": "core",
|
|
5906
|
+
"state": "deprecated",
|
|
5850
5907
|
"strict": true,
|
|
5851
5908
|
"enableJsonFlag": true,
|
|
5852
5909
|
"isESM": false,
|
|
@@ -5921,17 +5978,12 @@
|
|
|
5921
5978
|
"type": "option"
|
|
5922
5979
|
},
|
|
5923
5980
|
"no-agent": {
|
|
5924
|
-
"description": "Run command without
|
|
5981
|
+
"description": "Run command without starting an agent.",
|
|
5982
|
+
"env": "DX_NO_AGENT",
|
|
5925
5983
|
"name": "no-agent",
|
|
5926
5984
|
"allowNo": false,
|
|
5927
5985
|
"type": "boolean"
|
|
5928
5986
|
},
|
|
5929
|
-
"no-start-agent": {
|
|
5930
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
5931
|
-
"name": "no-start-agent",
|
|
5932
|
-
"allowNo": false,
|
|
5933
|
-
"type": "boolean"
|
|
5934
|
-
},
|
|
5935
5987
|
"timeout": {
|
|
5936
5988
|
"aliases": [
|
|
5937
5989
|
"t"
|
|
@@ -6039,17 +6091,12 @@
|
|
|
6039
6091
|
"type": "option"
|
|
6040
6092
|
},
|
|
6041
6093
|
"no-agent": {
|
|
6042
|
-
"description": "Run command without
|
|
6094
|
+
"description": "Run command without starting an agent.",
|
|
6095
|
+
"env": "DX_NO_AGENT",
|
|
6043
6096
|
"name": "no-agent",
|
|
6044
6097
|
"allowNo": false,
|
|
6045
6098
|
"type": "boolean"
|
|
6046
6099
|
},
|
|
6047
|
-
"no-start-agent": {
|
|
6048
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
6049
|
-
"name": "no-start-agent",
|
|
6050
|
-
"allowNo": false,
|
|
6051
|
-
"type": "boolean"
|
|
6052
|
-
},
|
|
6053
6100
|
"timeout": {
|
|
6054
6101
|
"description": "Time in milliseconds to wait for at least one credential before listing.",
|
|
6055
6102
|
"name": "timeout",
|
|
@@ -6190,5 +6237,5 @@
|
|
|
6190
6237
|
]
|
|
6191
6238
|
}
|
|
6192
6239
|
},
|
|
6193
|
-
"version": "0.5.3-main.
|
|
6240
|
+
"version": "0.5.3-main.bbd33a9"
|
|
6194
6241
|
}
|