@dxos/cli 0.5.3-main.f752aaa → 0.5.3-main.fffc127
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} +97 -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 +4 -6
- 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 +4 -4
- 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 -11
- 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 +14 -5
- 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 +70 -0
- package/dist/src/commands/composer/query.js.map +1 -0
- package/dist/src/commands/composer/upload.d.ts +24 -0
- package/dist/src/commands/composer/upload.d.ts.map +1 -0
- package/dist/src/commands/composer/upload.js +42 -0
- package/dist/src/commands/composer/upload.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 +3 -3
- package/dist/src/commands/function/dev.d.ts.map +1 -1
- package/dist/src/commands/function/dev.js +37 -18
- 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 +15 -10
- 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 +7 -0
- package/dist/src/commands/halo/keys.d.ts.map +1 -0
- package/dist/src/commands/halo/keys.js +17 -0
- package/dist/src/commands/halo/keys.js.map +1 -0
- package/dist/src/commands/halo/share.d.ts +2 -3
- package/dist/src/commands/halo/share.d.ts.map +1 -1
- package/dist/src/commands/halo/share.js +8 -10
- 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 +3 -5
- package/dist/src/commands/space/share.d.ts.map +1 -1
- package/dist/src/commands/space/share.js +9 -18
- 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/errors.d.ts +1 -1
- package/dist/src/errors.d.ts.map +1 -1
- package/dist/src/errors.js +4 -4
- package/dist/src/errors.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.d.ts +3 -4
- package/dist/src/util/publish/ipfs-upload.d.ts.map +1 -1
- package/dist/src/util/publish/ipfs-upload.js +7 -12
- package/dist/src/util/publish/ipfs-upload.js.map +1 -1
- package/dist/src/util/publish/publish.d.ts +5 -8
- package/dist/src/util/publish/publish.d.ts.map +1 -1
- package/dist/src/util/publish/publish.js +41 -34
- 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 +6 -6
- 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 +845 -558
- 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"
|
|
@@ -1409,6 +1362,7 @@
|
|
|
1409
1362
|
"pluginAlias": "@dxos/cli",
|
|
1410
1363
|
"pluginName": "@dxos/cli",
|
|
1411
1364
|
"pluginType": "core",
|
|
1365
|
+
"state": "deprecated",
|
|
1412
1366
|
"strict": true,
|
|
1413
1367
|
"enableJsonFlag": true,
|
|
1414
1368
|
"isESM": false,
|
|
@@ -1420,10 +1374,9 @@
|
|
|
1420
1374
|
"publish.js"
|
|
1421
1375
|
]
|
|
1422
1376
|
},
|
|
1423
|
-
"
|
|
1377
|
+
"composer:base": {
|
|
1424
1378
|
"aliases": [],
|
|
1425
1379
|
"args": {},
|
|
1426
|
-
"description": "Show config file.",
|
|
1427
1380
|
"flags": {
|
|
1428
1381
|
"json": {
|
|
1429
1382
|
"description": "Output as JSON.",
|
|
@@ -1477,17 +1430,12 @@
|
|
|
1477
1430
|
"type": "option"
|
|
1478
1431
|
},
|
|
1479
1432
|
"no-agent": {
|
|
1480
|
-
"description": "Run command without
|
|
1433
|
+
"description": "Run command without starting an agent.",
|
|
1434
|
+
"env": "DX_NO_AGENT",
|
|
1481
1435
|
"name": "no-agent",
|
|
1482
1436
|
"allowNo": false,
|
|
1483
1437
|
"type": "boolean"
|
|
1484
1438
|
},
|
|
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
1439
|
"timeout": {
|
|
1492
1440
|
"aliases": [
|
|
1493
1441
|
"t"
|
|
@@ -1522,7 +1470,7 @@
|
|
|
1522
1470
|
},
|
|
1523
1471
|
"hasDynamicHelp": false,
|
|
1524
1472
|
"hiddenAliases": [],
|
|
1525
|
-
"id": "
|
|
1473
|
+
"id": "composer:base",
|
|
1526
1474
|
"pluginAlias": "@dxos/cli",
|
|
1527
1475
|
"pluginName": "@dxos/cli",
|
|
1528
1476
|
"pluginType": "core",
|
|
@@ -1533,24 +1481,19 @@
|
|
|
1533
1481
|
"dist",
|
|
1534
1482
|
"src",
|
|
1535
1483
|
"commands",
|
|
1536
|
-
"
|
|
1537
|
-
"
|
|
1484
|
+
"composer",
|
|
1485
|
+
"base.js"
|
|
1538
1486
|
]
|
|
1539
1487
|
},
|
|
1540
|
-
"
|
|
1488
|
+
"composer:import": {
|
|
1541
1489
|
"aliases": [],
|
|
1542
|
-
"args": {
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
"description": "Inspect diagnostics.",
|
|
1547
|
-
"command": "dx debug diagnostics --json --truncate | jq -r '.metrics'"
|
|
1548
|
-
},
|
|
1549
|
-
{
|
|
1550
|
-
"description": "Upload diagnostics to GitHub.",
|
|
1551
|
-
"command": "dx debug diagnostics --json --truncate | gh gist create --filename diagnostics.json"
|
|
1490
|
+
"args": {
|
|
1491
|
+
"file": {
|
|
1492
|
+
"name": "file",
|
|
1493
|
+
"required": true
|
|
1552
1494
|
}
|
|
1553
|
-
|
|
1495
|
+
},
|
|
1496
|
+
"description": "Import ECHO objects.",
|
|
1554
1497
|
"flags": {
|
|
1555
1498
|
"json": {
|
|
1556
1499
|
"description": "Output as JSON.",
|
|
@@ -1604,17 +1547,12 @@
|
|
|
1604
1547
|
"type": "option"
|
|
1605
1548
|
},
|
|
1606
1549
|
"no-agent": {
|
|
1607
|
-
"description": "Run command without
|
|
1550
|
+
"description": "Run command without starting an agent.",
|
|
1551
|
+
"env": "DX_NO_AGENT",
|
|
1608
1552
|
"name": "no-agent",
|
|
1609
1553
|
"allowNo": false,
|
|
1610
1554
|
"type": "boolean"
|
|
1611
1555
|
},
|
|
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
1556
|
"timeout": {
|
|
1619
1557
|
"aliases": [
|
|
1620
1558
|
"t"
|
|
@@ -1646,22 +1584,17 @@
|
|
|
1646
1584
|
"multiple": false,
|
|
1647
1585
|
"type": "option"
|
|
1648
1586
|
},
|
|
1649
|
-
"
|
|
1650
|
-
"description": "
|
|
1651
|
-
"name": "
|
|
1652
|
-
"
|
|
1653
|
-
"
|
|
1654
|
-
|
|
1655
|
-
"truncate": {
|
|
1656
|
-
"description": "Truncate keys.",
|
|
1657
|
-
"name": "truncate",
|
|
1658
|
-
"allowNo": false,
|
|
1659
|
-
"type": "boolean"
|
|
1587
|
+
"key": {
|
|
1588
|
+
"description": "Space key(s) head in hex.",
|
|
1589
|
+
"name": "key",
|
|
1590
|
+
"hasDynamicHelp": false,
|
|
1591
|
+
"multiple": true,
|
|
1592
|
+
"type": "option"
|
|
1660
1593
|
}
|
|
1661
1594
|
},
|
|
1662
1595
|
"hasDynamicHelp": false,
|
|
1663
1596
|
"hiddenAliases": [],
|
|
1664
|
-
"id": "
|
|
1597
|
+
"id": "composer:import",
|
|
1665
1598
|
"pluginAlias": "@dxos/cli",
|
|
1666
1599
|
"pluginName": "@dxos/cli",
|
|
1667
1600
|
"pluginType": "core",
|
|
@@ -1672,14 +1605,14 @@
|
|
|
1672
1605
|
"dist",
|
|
1673
1606
|
"src",
|
|
1674
1607
|
"commands",
|
|
1675
|
-
"
|
|
1676
|
-
"
|
|
1608
|
+
"composer",
|
|
1609
|
+
"import.js"
|
|
1677
1610
|
]
|
|
1678
1611
|
},
|
|
1679
|
-
"
|
|
1612
|
+
"composer:query": {
|
|
1680
1613
|
"aliases": [],
|
|
1681
1614
|
"args": {},
|
|
1682
|
-
"description": "
|
|
1615
|
+
"description": "Query database.",
|
|
1683
1616
|
"flags": {
|
|
1684
1617
|
"json": {
|
|
1685
1618
|
"description": "Output as JSON.",
|
|
@@ -1733,17 +1666,12 @@
|
|
|
1733
1666
|
"type": "option"
|
|
1734
1667
|
},
|
|
1735
1668
|
"no-agent": {
|
|
1736
|
-
"description": "Run command without
|
|
1669
|
+
"description": "Run command without starting an agent.",
|
|
1670
|
+
"env": "DX_NO_AGENT",
|
|
1737
1671
|
"name": "no-agent",
|
|
1738
1672
|
"allowNo": false,
|
|
1739
1673
|
"type": "boolean"
|
|
1740
1674
|
},
|
|
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
1675
|
"timeout": {
|
|
1748
1676
|
"aliases": [
|
|
1749
1677
|
"t"
|
|
@@ -1774,11 +1702,25 @@
|
|
|
1774
1702
|
"hasDynamicHelp": false,
|
|
1775
1703
|
"multiple": false,
|
|
1776
1704
|
"type": "option"
|
|
1705
|
+
},
|
|
1706
|
+
"key": {
|
|
1707
|
+
"description": "Space key(s) head in hex.",
|
|
1708
|
+
"name": "key",
|
|
1709
|
+
"hasDynamicHelp": false,
|
|
1710
|
+
"multiple": true,
|
|
1711
|
+
"type": "option"
|
|
1712
|
+
},
|
|
1713
|
+
"type": {
|
|
1714
|
+
"description": "Data type.",
|
|
1715
|
+
"name": "type",
|
|
1716
|
+
"hasDynamicHelp": false,
|
|
1717
|
+
"multiple": false,
|
|
1718
|
+
"type": "option"
|
|
1777
1719
|
}
|
|
1778
1720
|
},
|
|
1779
1721
|
"hasDynamicHelp": false,
|
|
1780
1722
|
"hiddenAliases": [],
|
|
1781
|
-
"id": "
|
|
1723
|
+
"id": "composer:query",
|
|
1782
1724
|
"pluginAlias": "@dxos/cli",
|
|
1783
1725
|
"pluginName": "@dxos/cli",
|
|
1784
1726
|
"pluginType": "core",
|
|
@@ -1789,19 +1731,14 @@
|
|
|
1789
1731
|
"dist",
|
|
1790
1732
|
"src",
|
|
1791
1733
|
"commands",
|
|
1792
|
-
"
|
|
1793
|
-
"
|
|
1734
|
+
"composer",
|
|
1735
|
+
"query.js"
|
|
1794
1736
|
]
|
|
1795
1737
|
},
|
|
1796
|
-
"
|
|
1738
|
+
"composer:upload": {
|
|
1797
1739
|
"aliases": [],
|
|
1798
|
-
"args": {
|
|
1799
|
-
|
|
1800
|
-
"description": "Space key head in hex.",
|
|
1801
|
-
"name": "key"
|
|
1802
|
-
}
|
|
1803
|
-
},
|
|
1804
|
-
"description": "Generate test data.",
|
|
1740
|
+
"args": {},
|
|
1741
|
+
"description": "Upload IPFS file.",
|
|
1805
1742
|
"flags": {
|
|
1806
1743
|
"json": {
|
|
1807
1744
|
"description": "Output as JSON.",
|
|
@@ -1855,17 +1792,12 @@
|
|
|
1855
1792
|
"type": "option"
|
|
1856
1793
|
},
|
|
1857
1794
|
"no-agent": {
|
|
1858
|
-
"description": "Run command without
|
|
1795
|
+
"description": "Run command without starting an agent.",
|
|
1796
|
+
"env": "DX_NO_AGENT",
|
|
1859
1797
|
"name": "no-agent",
|
|
1860
1798
|
"allowNo": false,
|
|
1861
1799
|
"type": "boolean"
|
|
1862
1800
|
},
|
|
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
1801
|
"timeout": {
|
|
1870
1802
|
"aliases": [
|
|
1871
1803
|
"t"
|
|
@@ -1897,41 +1829,16 @@
|
|
|
1897
1829
|
"multiple": false,
|
|
1898
1830
|
"type": "option"
|
|
1899
1831
|
},
|
|
1900
|
-
"
|
|
1901
|
-
"description": "
|
|
1902
|
-
"name": "
|
|
1903
|
-
"default": 0,
|
|
1904
|
-
"hasDynamicHelp": false,
|
|
1905
|
-
"multiple": false,
|
|
1906
|
-
"type": "option"
|
|
1907
|
-
},
|
|
1908
|
-
"jitter": {
|
|
1909
|
-
"description": "Interval variance (ms).",
|
|
1910
|
-
"name": "jitter",
|
|
1911
|
-
"default": 0,
|
|
1912
|
-
"hasDynamicHelp": false,
|
|
1913
|
-
"multiple": false,
|
|
1914
|
-
"type": "option"
|
|
1915
|
-
},
|
|
1916
|
-
"objects": {
|
|
1917
|
-
"description": "Number of objects.",
|
|
1918
|
-
"name": "objects",
|
|
1919
|
-
"default": 0,
|
|
1920
|
-
"hasDynamicHelp": false,
|
|
1921
|
-
"multiple": false,
|
|
1922
|
-
"type": "option"
|
|
1923
|
-
},
|
|
1924
|
-
"mutations": {
|
|
1925
|
-
"description": "Number of mutations.",
|
|
1926
|
-
"name": "mutations",
|
|
1927
|
-
"default": 0,
|
|
1832
|
+
"key": {
|
|
1833
|
+
"description": "Space key(s) head in hex.",
|
|
1834
|
+
"name": "key",
|
|
1928
1835
|
"hasDynamicHelp": false,
|
|
1929
|
-
"multiple":
|
|
1836
|
+
"multiple": true,
|
|
1930
1837
|
"type": "option"
|
|
1931
1838
|
},
|
|
1932
|
-
"
|
|
1933
|
-
"
|
|
1934
|
-
"
|
|
1839
|
+
"file": {
|
|
1840
|
+
"name": "file",
|
|
1841
|
+
"required": true,
|
|
1935
1842
|
"hasDynamicHelp": false,
|
|
1936
1843
|
"multiple": false,
|
|
1937
1844
|
"type": "option"
|
|
@@ -1939,7 +1846,7 @@
|
|
|
1939
1846
|
},
|
|
1940
1847
|
"hasDynamicHelp": false,
|
|
1941
1848
|
"hiddenAliases": [],
|
|
1942
|
-
"id": "
|
|
1849
|
+
"id": "composer:upload",
|
|
1943
1850
|
"pluginAlias": "@dxos/cli",
|
|
1944
1851
|
"pluginName": "@dxos/cli",
|
|
1945
1852
|
"pluginType": "core",
|
|
@@ -1950,19 +1857,14 @@
|
|
|
1950
1857
|
"dist",
|
|
1951
1858
|
"src",
|
|
1952
1859
|
"commands",
|
|
1953
|
-
"
|
|
1954
|
-
"
|
|
1860
|
+
"composer",
|
|
1861
|
+
"upload.js"
|
|
1955
1862
|
]
|
|
1956
1863
|
},
|
|
1957
|
-
"
|
|
1864
|
+
"config": {
|
|
1958
1865
|
"aliases": [],
|
|
1959
|
-
"args": {
|
|
1960
|
-
|
|
1961
|
-
"description": "Control metrics recording.",
|
|
1962
|
-
"name": "command"
|
|
1963
|
-
}
|
|
1964
|
-
},
|
|
1965
|
-
"description": "Control metrics.",
|
|
1866
|
+
"args": {},
|
|
1867
|
+
"description": "Show config file.",
|
|
1966
1868
|
"flags": {
|
|
1967
1869
|
"json": {
|
|
1968
1870
|
"description": "Output as JSON.",
|
|
@@ -2016,17 +1918,12 @@
|
|
|
2016
1918
|
"type": "option"
|
|
2017
1919
|
},
|
|
2018
1920
|
"no-agent": {
|
|
2019
|
-
"description": "Run command without
|
|
1921
|
+
"description": "Run command without starting an agent.",
|
|
1922
|
+
"env": "DX_NO_AGENT",
|
|
2020
1923
|
"name": "no-agent",
|
|
2021
1924
|
"allowNo": false,
|
|
2022
1925
|
"type": "boolean"
|
|
2023
1926
|
},
|
|
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
1927
|
"timeout": {
|
|
2031
1928
|
"aliases": [
|
|
2032
1929
|
"t"
|
|
@@ -2061,7 +1958,7 @@
|
|
|
2061
1958
|
},
|
|
2062
1959
|
"hasDynamicHelp": false,
|
|
2063
1960
|
"hiddenAliases": [],
|
|
2064
|
-
"id": "
|
|
1961
|
+
"id": "config",
|
|
2065
1962
|
"pluginAlias": "@dxos/cli",
|
|
2066
1963
|
"pluginName": "@dxos/cli",
|
|
2067
1964
|
"pluginType": "core",
|
|
@@ -2072,14 +1969,24 @@
|
|
|
2072
1969
|
"dist",
|
|
2073
1970
|
"src",
|
|
2074
1971
|
"commands",
|
|
2075
|
-
"
|
|
2076
|
-
"
|
|
1972
|
+
"config",
|
|
1973
|
+
"index.js"
|
|
2077
1974
|
]
|
|
2078
1975
|
},
|
|
2079
|
-
"debug:
|
|
1976
|
+
"debug:diagnostics": {
|
|
2080
1977
|
"aliases": [],
|
|
2081
1978
|
"args": {},
|
|
2082
|
-
"description": "
|
|
1979
|
+
"description": "Create diagnostics report.",
|
|
1980
|
+
"examples": [
|
|
1981
|
+
{
|
|
1982
|
+
"description": "Inspect diagnostics.",
|
|
1983
|
+
"command": "dx debug diagnostics --json --truncate | jq -r '.metrics'"
|
|
1984
|
+
},
|
|
1985
|
+
{
|
|
1986
|
+
"description": "Upload diagnostics to GitHub.",
|
|
1987
|
+
"command": "dx debug diagnostics --json --truncate | gh gist create --filename diagnostics.json"
|
|
1988
|
+
}
|
|
1989
|
+
],
|
|
2083
1990
|
"flags": {
|
|
2084
1991
|
"json": {
|
|
2085
1992
|
"description": "Output as JSON.",
|
|
@@ -2133,17 +2040,12 @@
|
|
|
2133
2040
|
"type": "option"
|
|
2134
2041
|
},
|
|
2135
2042
|
"no-agent": {
|
|
2136
|
-
"description": "Run command without
|
|
2043
|
+
"description": "Run command without starting an agent.",
|
|
2044
|
+
"env": "DX_NO_AGENT",
|
|
2137
2045
|
"name": "no-agent",
|
|
2138
2046
|
"allowNo": false,
|
|
2139
2047
|
"type": "boolean"
|
|
2140
2048
|
},
|
|
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
2049
|
"timeout": {
|
|
2148
2050
|
"aliases": [
|
|
2149
2051
|
"t"
|
|
@@ -2175,18 +2077,22 @@
|
|
|
2175
2077
|
"multiple": false,
|
|
2176
2078
|
"type": "option"
|
|
2177
2079
|
},
|
|
2178
|
-
"
|
|
2179
|
-
"description": "
|
|
2180
|
-
"name": "
|
|
2181
|
-
"
|
|
2182
|
-
"
|
|
2183
|
-
|
|
2184
|
-
|
|
2080
|
+
"humanize": {
|
|
2081
|
+
"description": "Humanize keys.",
|
|
2082
|
+
"name": "humanize",
|
|
2083
|
+
"allowNo": false,
|
|
2084
|
+
"type": "boolean"
|
|
2085
|
+
},
|
|
2086
|
+
"truncate": {
|
|
2087
|
+
"description": "Truncate keys.",
|
|
2088
|
+
"name": "truncate",
|
|
2089
|
+
"allowNo": false,
|
|
2090
|
+
"type": "boolean"
|
|
2185
2091
|
}
|
|
2186
2092
|
},
|
|
2187
2093
|
"hasDynamicHelp": false,
|
|
2188
2094
|
"hiddenAliases": [],
|
|
2189
|
-
"id": "debug:
|
|
2095
|
+
"id": "debug:diagnostics",
|
|
2190
2096
|
"pluginAlias": "@dxos/cli",
|
|
2191
2097
|
"pluginName": "@dxos/cli",
|
|
2192
2098
|
"pluginType": "core",
|
|
@@ -2198,13 +2104,13 @@
|
|
|
2198
2104
|
"src",
|
|
2199
2105
|
"commands",
|
|
2200
2106
|
"debug",
|
|
2201
|
-
"
|
|
2107
|
+
"diagnostics.js"
|
|
2202
2108
|
]
|
|
2203
2109
|
},
|
|
2204
|
-
"
|
|
2110
|
+
"debug:error": {
|
|
2205
2111
|
"aliases": [],
|
|
2206
2112
|
"args": {},
|
|
2207
|
-
"description": "
|
|
2113
|
+
"description": "Throw error for debugging.",
|
|
2208
2114
|
"flags": {
|
|
2209
2115
|
"json": {
|
|
2210
2116
|
"description": "Output as JSON.",
|
|
@@ -2258,17 +2164,12 @@
|
|
|
2258
2164
|
"type": "option"
|
|
2259
2165
|
},
|
|
2260
2166
|
"no-agent": {
|
|
2261
|
-
"description": "Run command without
|
|
2167
|
+
"description": "Run command without starting an agent.",
|
|
2168
|
+
"env": "DX_NO_AGENT",
|
|
2262
2169
|
"name": "no-agent",
|
|
2263
2170
|
"allowNo": false,
|
|
2264
2171
|
"type": "boolean"
|
|
2265
2172
|
},
|
|
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
2173
|
"timeout": {
|
|
2273
2174
|
"aliases": [
|
|
2274
2175
|
"t"
|
|
@@ -2303,7 +2204,7 @@
|
|
|
2303
2204
|
},
|
|
2304
2205
|
"hasDynamicHelp": false,
|
|
2305
2206
|
"hiddenAliases": [],
|
|
2306
|
-
"id": "
|
|
2207
|
+
"id": "debug:error",
|
|
2307
2208
|
"pluginAlias": "@dxos/cli",
|
|
2308
2209
|
"pluginName": "@dxos/cli",
|
|
2309
2210
|
"pluginType": "core",
|
|
@@ -2314,14 +2215,19 @@
|
|
|
2314
2215
|
"dist",
|
|
2315
2216
|
"src",
|
|
2316
2217
|
"commands",
|
|
2317
|
-
"
|
|
2318
|
-
"
|
|
2218
|
+
"debug",
|
|
2219
|
+
"error.js"
|
|
2319
2220
|
]
|
|
2320
2221
|
},
|
|
2321
|
-
"
|
|
2222
|
+
"debug:generate": {
|
|
2322
2223
|
"aliases": [],
|
|
2323
|
-
"args": {
|
|
2324
|
-
|
|
2224
|
+
"args": {
|
|
2225
|
+
"key": {
|
|
2226
|
+
"description": "Space key(s) head in hex.",
|
|
2227
|
+
"name": "key"
|
|
2228
|
+
}
|
|
2229
|
+
},
|
|
2230
|
+
"description": "Generate test data.",
|
|
2325
2231
|
"flags": {
|
|
2326
2232
|
"json": {
|
|
2327
2233
|
"description": "Output as JSON.",
|
|
@@ -2375,17 +2281,12 @@
|
|
|
2375
2281
|
"type": "option"
|
|
2376
2282
|
},
|
|
2377
2283
|
"no-agent": {
|
|
2378
|
-
"description": "Run command without
|
|
2284
|
+
"description": "Run command without starting an agent.",
|
|
2285
|
+
"env": "DX_NO_AGENT",
|
|
2379
2286
|
"name": "no-agent",
|
|
2380
2287
|
"allowNo": false,
|
|
2381
2288
|
"type": "boolean"
|
|
2382
2289
|
},
|
|
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
2290
|
"timeout": {
|
|
2390
2291
|
"aliases": [
|
|
2391
2292
|
"t"
|
|
@@ -2417,79 +2318,390 @@
|
|
|
2417
2318
|
"multiple": false,
|
|
2418
2319
|
"type": "option"
|
|
2419
2320
|
},
|
|
2420
|
-
"
|
|
2421
|
-
"description": "
|
|
2422
|
-
"
|
|
2423
|
-
|
|
2424
|
-
],
|
|
2425
|
-
"name": "columns",
|
|
2321
|
+
"interval": {
|
|
2322
|
+
"description": "Interval between mutations (ms).",
|
|
2323
|
+
"name": "interval",
|
|
2324
|
+
"default": 0,
|
|
2426
2325
|
"hasDynamicHelp": false,
|
|
2427
2326
|
"multiple": false,
|
|
2428
2327
|
"type": "option"
|
|
2429
2328
|
},
|
|
2430
|
-
"
|
|
2431
|
-
"description": "
|
|
2432
|
-
"
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
"
|
|
2436
|
-
"
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
"
|
|
2441
|
-
"
|
|
2442
|
-
"
|
|
2443
|
-
|
|
2329
|
+
"jitter": {
|
|
2330
|
+
"description": "Interval variance (ms).",
|
|
2331
|
+
"name": "jitter",
|
|
2332
|
+
"default": 0,
|
|
2333
|
+
"hasDynamicHelp": false,
|
|
2334
|
+
"multiple": false,
|
|
2335
|
+
"type": "option"
|
|
2336
|
+
},
|
|
2337
|
+
"objects": {
|
|
2338
|
+
"description": "Number of objects.",
|
|
2339
|
+
"name": "objects",
|
|
2340
|
+
"default": 0,
|
|
2341
|
+
"hasDynamicHelp": false,
|
|
2342
|
+
"multiple": false,
|
|
2343
|
+
"type": "option"
|
|
2344
|
+
},
|
|
2345
|
+
"mutations": {
|
|
2346
|
+
"description": "Number of mutations.",
|
|
2347
|
+
"name": "mutations",
|
|
2348
|
+
"default": 0,
|
|
2349
|
+
"hasDynamicHelp": false,
|
|
2350
|
+
"multiple": false,
|
|
2351
|
+
"type": "option"
|
|
2352
|
+
},
|
|
2353
|
+
"epoch": {
|
|
2354
|
+
"description": "Number of mutations per epoch.",
|
|
2355
|
+
"name": "epoch",
|
|
2356
|
+
"hasDynamicHelp": false,
|
|
2357
|
+
"multiple": false,
|
|
2358
|
+
"type": "option"
|
|
2359
|
+
}
|
|
2360
|
+
},
|
|
2361
|
+
"hasDynamicHelp": false,
|
|
2362
|
+
"hiddenAliases": [],
|
|
2363
|
+
"id": "debug:generate",
|
|
2364
|
+
"pluginAlias": "@dxos/cli",
|
|
2365
|
+
"pluginName": "@dxos/cli",
|
|
2366
|
+
"pluginType": "core",
|
|
2367
|
+
"strict": true,
|
|
2368
|
+
"enableJsonFlag": true,
|
|
2369
|
+
"isESM": false,
|
|
2370
|
+
"relativePath": [
|
|
2371
|
+
"dist",
|
|
2372
|
+
"src",
|
|
2373
|
+
"commands",
|
|
2374
|
+
"debug",
|
|
2375
|
+
"generate.js"
|
|
2376
|
+
]
|
|
2377
|
+
},
|
|
2378
|
+
"debug:metrics": {
|
|
2379
|
+
"aliases": [],
|
|
2380
|
+
"args": {
|
|
2381
|
+
"command": {
|
|
2382
|
+
"description": "Control metrics recording.",
|
|
2383
|
+
"name": "command"
|
|
2384
|
+
}
|
|
2385
|
+
},
|
|
2386
|
+
"description": "Control metrics.",
|
|
2387
|
+
"flags": {
|
|
2388
|
+
"json": {
|
|
2389
|
+
"description": "Output as JSON.",
|
|
2390
|
+
"name": "json",
|
|
2391
|
+
"allowNo": false,
|
|
2392
|
+
"type": "boolean"
|
|
2393
|
+
},
|
|
2394
|
+
"dry-run": {
|
|
2395
|
+
"description": "Dry run.",
|
|
2396
|
+
"name": "dry-run",
|
|
2397
|
+
"allowNo": false,
|
|
2398
|
+
"type": "boolean"
|
|
2399
|
+
},
|
|
2400
|
+
"verbose": {
|
|
2401
|
+
"char": "v",
|
|
2402
|
+
"description": "Verbose output",
|
|
2403
|
+
"name": "verbose",
|
|
2404
|
+
"allowNo": false,
|
|
2405
|
+
"type": "boolean"
|
|
2406
|
+
},
|
|
2407
|
+
"profile": {
|
|
2408
|
+
"description": "User profile.",
|
|
2409
|
+
"env": "DX_PROFILE",
|
|
2410
|
+
"name": "profile",
|
|
2411
|
+
"default": "default",
|
|
2412
|
+
"hasDynamicHelp": false,
|
|
2413
|
+
"multiple": false,
|
|
2414
|
+
"type": "option"
|
|
2415
|
+
},
|
|
2416
|
+
"config": {
|
|
2417
|
+
"aliases": [
|
|
2418
|
+
"c"
|
|
2444
2419
|
],
|
|
2445
|
-
"
|
|
2420
|
+
"dependsOn": [
|
|
2421
|
+
"profile"
|
|
2422
|
+
],
|
|
2423
|
+
"description": "Config file.",
|
|
2424
|
+
"env": "DX_CONFIG",
|
|
2425
|
+
"name": "config",
|
|
2426
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
2427
|
+
"hasDynamicHelp": false,
|
|
2428
|
+
"helpValue": "path",
|
|
2429
|
+
"multiple": false,
|
|
2430
|
+
"type": "option"
|
|
2431
|
+
},
|
|
2432
|
+
"target": {
|
|
2433
|
+
"description": "Target websocket server.",
|
|
2434
|
+
"name": "target",
|
|
2435
|
+
"hasDynamicHelp": false,
|
|
2436
|
+
"multiple": false,
|
|
2437
|
+
"type": "option"
|
|
2438
|
+
},
|
|
2439
|
+
"no-agent": {
|
|
2440
|
+
"description": "Run command without starting an agent.",
|
|
2441
|
+
"env": "DX_NO_AGENT",
|
|
2442
|
+
"name": "no-agent",
|
|
2443
|
+
"allowNo": false,
|
|
2444
|
+
"type": "boolean"
|
|
2445
|
+
},
|
|
2446
|
+
"timeout": {
|
|
2447
|
+
"aliases": [
|
|
2448
|
+
"t"
|
|
2449
|
+
],
|
|
2450
|
+
"description": "Timeout (ms).",
|
|
2451
|
+
"name": "timeout",
|
|
2452
|
+
"default": 60000,
|
|
2453
|
+
"hasDynamicHelp": false,
|
|
2454
|
+
"multiple": false,
|
|
2455
|
+
"type": "option"
|
|
2456
|
+
},
|
|
2457
|
+
"no-wait": {
|
|
2458
|
+
"description": "Do not wait for space to be ready.",
|
|
2459
|
+
"name": "no-wait",
|
|
2460
|
+
"allowNo": false,
|
|
2461
|
+
"type": "boolean"
|
|
2462
|
+
},
|
|
2463
|
+
"json-log": {
|
|
2464
|
+
"description": "When running in foreground, log JSON format",
|
|
2465
|
+
"name": "json-log",
|
|
2466
|
+
"allowNo": false,
|
|
2467
|
+
"type": "boolean"
|
|
2468
|
+
},
|
|
2469
|
+
"json-logfile": {
|
|
2470
|
+
"description": "JSON log file destination, or 'stdout' or 'stderr'",
|
|
2471
|
+
"name": "json-logfile",
|
|
2472
|
+
"default": "stderr",
|
|
2473
|
+
"hasDynamicHelp": false,
|
|
2474
|
+
"multiple": false,
|
|
2475
|
+
"type": "option"
|
|
2476
|
+
}
|
|
2477
|
+
},
|
|
2478
|
+
"hasDynamicHelp": false,
|
|
2479
|
+
"hiddenAliases": [],
|
|
2480
|
+
"id": "debug:metrics",
|
|
2481
|
+
"pluginAlias": "@dxos/cli",
|
|
2482
|
+
"pluginName": "@dxos/cli",
|
|
2483
|
+
"pluginType": "core",
|
|
2484
|
+
"strict": true,
|
|
2485
|
+
"enableJsonFlag": true,
|
|
2486
|
+
"isESM": false,
|
|
2487
|
+
"relativePath": [
|
|
2488
|
+
"dist",
|
|
2489
|
+
"src",
|
|
2490
|
+
"commands",
|
|
2491
|
+
"debug",
|
|
2492
|
+
"metrics.js"
|
|
2493
|
+
]
|
|
2494
|
+
},
|
|
2495
|
+
"debug:status": {
|
|
2496
|
+
"aliases": [],
|
|
2497
|
+
"args": {},
|
|
2498
|
+
"description": "Display status.",
|
|
2499
|
+
"flags": {
|
|
2500
|
+
"json": {
|
|
2501
|
+
"description": "Output as JSON.",
|
|
2502
|
+
"name": "json",
|
|
2503
|
+
"allowNo": false,
|
|
2504
|
+
"type": "boolean"
|
|
2505
|
+
},
|
|
2506
|
+
"dry-run": {
|
|
2507
|
+
"description": "Dry run.",
|
|
2508
|
+
"name": "dry-run",
|
|
2509
|
+
"allowNo": false,
|
|
2510
|
+
"type": "boolean"
|
|
2511
|
+
},
|
|
2512
|
+
"verbose": {
|
|
2513
|
+
"char": "v",
|
|
2514
|
+
"description": "Verbose output",
|
|
2515
|
+
"name": "verbose",
|
|
2516
|
+
"allowNo": false,
|
|
2517
|
+
"type": "boolean"
|
|
2518
|
+
},
|
|
2519
|
+
"profile": {
|
|
2520
|
+
"description": "User profile.",
|
|
2521
|
+
"env": "DX_PROFILE",
|
|
2522
|
+
"name": "profile",
|
|
2523
|
+
"default": "default",
|
|
2524
|
+
"hasDynamicHelp": false,
|
|
2525
|
+
"multiple": false,
|
|
2526
|
+
"type": "option"
|
|
2527
|
+
},
|
|
2528
|
+
"config": {
|
|
2529
|
+
"aliases": [
|
|
2530
|
+
"c"
|
|
2531
|
+
],
|
|
2532
|
+
"dependsOn": [
|
|
2533
|
+
"profile"
|
|
2534
|
+
],
|
|
2535
|
+
"description": "Config file.",
|
|
2536
|
+
"env": "DX_CONFIG",
|
|
2537
|
+
"name": "config",
|
|
2538
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
2539
|
+
"hasDynamicHelp": false,
|
|
2540
|
+
"helpValue": "path",
|
|
2541
|
+
"multiple": false,
|
|
2542
|
+
"type": "option"
|
|
2543
|
+
},
|
|
2544
|
+
"target": {
|
|
2545
|
+
"description": "Target websocket server.",
|
|
2546
|
+
"name": "target",
|
|
2547
|
+
"hasDynamicHelp": false,
|
|
2548
|
+
"multiple": false,
|
|
2549
|
+
"type": "option"
|
|
2550
|
+
},
|
|
2551
|
+
"no-agent": {
|
|
2552
|
+
"description": "Run command without starting an agent.",
|
|
2553
|
+
"env": "DX_NO_AGENT",
|
|
2554
|
+
"name": "no-agent",
|
|
2555
|
+
"allowNo": false,
|
|
2556
|
+
"type": "boolean"
|
|
2557
|
+
},
|
|
2558
|
+
"timeout": {
|
|
2559
|
+
"aliases": [
|
|
2560
|
+
"t"
|
|
2561
|
+
],
|
|
2562
|
+
"description": "Timeout (ms).",
|
|
2563
|
+
"name": "timeout",
|
|
2564
|
+
"default": 60000,
|
|
2565
|
+
"hasDynamicHelp": false,
|
|
2566
|
+
"multiple": false,
|
|
2567
|
+
"type": "option"
|
|
2568
|
+
},
|
|
2569
|
+
"no-wait": {
|
|
2570
|
+
"description": "Do not wait for space to be ready.",
|
|
2571
|
+
"name": "no-wait",
|
|
2572
|
+
"allowNo": false,
|
|
2573
|
+
"type": "boolean"
|
|
2574
|
+
},
|
|
2575
|
+
"json-log": {
|
|
2576
|
+
"description": "When running in foreground, log JSON format",
|
|
2577
|
+
"name": "json-log",
|
|
2578
|
+
"allowNo": false,
|
|
2579
|
+
"type": "boolean"
|
|
2580
|
+
},
|
|
2581
|
+
"json-logfile": {
|
|
2582
|
+
"description": "JSON log file destination, or 'stdout' or 'stderr'",
|
|
2583
|
+
"name": "json-logfile",
|
|
2584
|
+
"default": "stderr",
|
|
2585
|
+
"hasDynamicHelp": false,
|
|
2586
|
+
"multiple": false,
|
|
2587
|
+
"type": "option"
|
|
2588
|
+
},
|
|
2589
|
+
"interval": {
|
|
2590
|
+
"description": "Update interval (ms).",
|
|
2591
|
+
"name": "interval",
|
|
2592
|
+
"default": 1000,
|
|
2593
|
+
"hasDynamicHelp": false,
|
|
2594
|
+
"multiple": false,
|
|
2595
|
+
"type": "option"
|
|
2596
|
+
}
|
|
2597
|
+
},
|
|
2598
|
+
"hasDynamicHelp": false,
|
|
2599
|
+
"hiddenAliases": [],
|
|
2600
|
+
"id": "debug:status",
|
|
2601
|
+
"pluginAlias": "@dxos/cli",
|
|
2602
|
+
"pluginName": "@dxos/cli",
|
|
2603
|
+
"pluginType": "core",
|
|
2604
|
+
"strict": true,
|
|
2605
|
+
"enableJsonFlag": true,
|
|
2606
|
+
"isESM": false,
|
|
2607
|
+
"relativePath": [
|
|
2608
|
+
"dist",
|
|
2609
|
+
"src",
|
|
2610
|
+
"commands",
|
|
2611
|
+
"debug",
|
|
2612
|
+
"status.js"
|
|
2613
|
+
]
|
|
2614
|
+
},
|
|
2615
|
+
"device:info": {
|
|
2616
|
+
"aliases": [],
|
|
2617
|
+
"args": {},
|
|
2618
|
+
"description": "Show device info.",
|
|
2619
|
+
"flags": {
|
|
2620
|
+
"json": {
|
|
2621
|
+
"description": "Output as JSON.",
|
|
2622
|
+
"name": "json",
|
|
2446
2623
|
"allowNo": false,
|
|
2447
2624
|
"type": "boolean"
|
|
2448
2625
|
},
|
|
2449
|
-
"
|
|
2450
|
-
"description": "
|
|
2451
|
-
"name": "
|
|
2626
|
+
"dry-run": {
|
|
2627
|
+
"description": "Dry run.",
|
|
2628
|
+
"name": "dry-run",
|
|
2629
|
+
"allowNo": false,
|
|
2630
|
+
"type": "boolean"
|
|
2631
|
+
},
|
|
2632
|
+
"verbose": {
|
|
2633
|
+
"char": "v",
|
|
2634
|
+
"description": "Verbose output",
|
|
2635
|
+
"name": "verbose",
|
|
2636
|
+
"allowNo": false,
|
|
2637
|
+
"type": "boolean"
|
|
2638
|
+
},
|
|
2639
|
+
"profile": {
|
|
2640
|
+
"description": "User profile.",
|
|
2641
|
+
"env": "DX_PROFILE",
|
|
2642
|
+
"name": "profile",
|
|
2643
|
+
"default": "default",
|
|
2452
2644
|
"hasDynamicHelp": false,
|
|
2453
2645
|
"multiple": false,
|
|
2454
2646
|
"type": "option"
|
|
2455
2647
|
},
|
|
2456
|
-
"
|
|
2457
|
-
"
|
|
2458
|
-
|
|
2459
|
-
"csv"
|
|
2648
|
+
"config": {
|
|
2649
|
+
"aliases": [
|
|
2650
|
+
"c"
|
|
2460
2651
|
],
|
|
2461
|
-
"
|
|
2462
|
-
|
|
2463
|
-
"type": "boolean"
|
|
2464
|
-
},
|
|
2465
|
-
"no-truncate": {
|
|
2466
|
-
"description": "do not truncate output to fit screen",
|
|
2467
|
-
"exclusive": [
|
|
2468
|
-
"csv"
|
|
2652
|
+
"dependsOn": [
|
|
2653
|
+
"profile"
|
|
2469
2654
|
],
|
|
2470
|
-
"
|
|
2655
|
+
"description": "Config file.",
|
|
2656
|
+
"env": "DX_CONFIG",
|
|
2657
|
+
"name": "config",
|
|
2658
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
2659
|
+
"hasDynamicHelp": false,
|
|
2660
|
+
"helpValue": "path",
|
|
2661
|
+
"multiple": false,
|
|
2662
|
+
"type": "option"
|
|
2663
|
+
},
|
|
2664
|
+
"target": {
|
|
2665
|
+
"description": "Target websocket server.",
|
|
2666
|
+
"name": "target",
|
|
2667
|
+
"hasDynamicHelp": false,
|
|
2668
|
+
"multiple": false,
|
|
2669
|
+
"type": "option"
|
|
2670
|
+
},
|
|
2671
|
+
"no-agent": {
|
|
2672
|
+
"description": "Run command without starting an agent.",
|
|
2673
|
+
"env": "DX_NO_AGENT",
|
|
2674
|
+
"name": "no-agent",
|
|
2471
2675
|
"allowNo": false,
|
|
2472
2676
|
"type": "boolean"
|
|
2473
2677
|
},
|
|
2474
|
-
"
|
|
2475
|
-
"
|
|
2476
|
-
|
|
2477
|
-
"no-truncate",
|
|
2478
|
-
"csv"
|
|
2678
|
+
"timeout": {
|
|
2679
|
+
"aliases": [
|
|
2680
|
+
"t"
|
|
2479
2681
|
],
|
|
2480
|
-
"
|
|
2682
|
+
"description": "Timeout (ms).",
|
|
2683
|
+
"name": "timeout",
|
|
2684
|
+
"default": 60000,
|
|
2481
2685
|
"hasDynamicHelp": false,
|
|
2482
2686
|
"multiple": false,
|
|
2483
|
-
"options": [
|
|
2484
|
-
"csv",
|
|
2485
|
-
"json",
|
|
2486
|
-
"yaml"
|
|
2487
|
-
],
|
|
2488
2687
|
"type": "option"
|
|
2489
2688
|
},
|
|
2490
|
-
"
|
|
2491
|
-
"description": "
|
|
2492
|
-
"name": "
|
|
2689
|
+
"no-wait": {
|
|
2690
|
+
"description": "Do not wait for space to be ready.",
|
|
2691
|
+
"name": "no-wait",
|
|
2692
|
+
"allowNo": false,
|
|
2693
|
+
"type": "boolean"
|
|
2694
|
+
},
|
|
2695
|
+
"json-log": {
|
|
2696
|
+
"description": "When running in foreground, log JSON format",
|
|
2697
|
+
"name": "json-log",
|
|
2698
|
+
"allowNo": false,
|
|
2699
|
+
"type": "boolean"
|
|
2700
|
+
},
|
|
2701
|
+
"json-logfile": {
|
|
2702
|
+
"description": "JSON log file destination, or 'stdout' or 'stderr'",
|
|
2703
|
+
"name": "json-logfile",
|
|
2704
|
+
"default": "stderr",
|
|
2493
2705
|
"hasDynamicHelp": false,
|
|
2494
2706
|
"multiple": false,
|
|
2495
2707
|
"type": "option"
|
|
@@ -2497,7 +2709,7 @@
|
|
|
2497
2709
|
},
|
|
2498
2710
|
"hasDynamicHelp": false,
|
|
2499
2711
|
"hiddenAliases": [],
|
|
2500
|
-
"id": "device:
|
|
2712
|
+
"id": "device:info",
|
|
2501
2713
|
"pluginAlias": "@dxos/cli",
|
|
2502
2714
|
"pluginName": "@dxos/cli",
|
|
2503
2715
|
"pluginType": "core",
|
|
@@ -2509,13 +2721,13 @@
|
|
|
2509
2721
|
"src",
|
|
2510
2722
|
"commands",
|
|
2511
2723
|
"device",
|
|
2512
|
-
"
|
|
2724
|
+
"info.js"
|
|
2513
2725
|
]
|
|
2514
2726
|
},
|
|
2515
|
-
"device:
|
|
2727
|
+
"device:list": {
|
|
2516
2728
|
"aliases": [],
|
|
2517
2729
|
"args": {},
|
|
2518
|
-
"description": "
|
|
2730
|
+
"description": "Show device info.",
|
|
2519
2731
|
"flags": {
|
|
2520
2732
|
"json": {
|
|
2521
2733
|
"description": "Output as JSON.",
|
|
@@ -2569,17 +2781,12 @@
|
|
|
2569
2781
|
"type": "option"
|
|
2570
2782
|
},
|
|
2571
2783
|
"no-agent": {
|
|
2572
|
-
"description": "Run command without
|
|
2784
|
+
"description": "Run command without starting an agent.",
|
|
2785
|
+
"env": "DX_NO_AGENT",
|
|
2573
2786
|
"name": "no-agent",
|
|
2574
2787
|
"allowNo": false,
|
|
2575
2788
|
"type": "boolean"
|
|
2576
2789
|
},
|
|
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
2790
|
"timeout": {
|
|
2584
2791
|
"aliases": [
|
|
2585
2792
|
"t"
|
|
@@ -2611,10 +2818,79 @@
|
|
|
2611
2818
|
"multiple": false,
|
|
2612
2819
|
"type": "option"
|
|
2613
2820
|
},
|
|
2614
|
-
"
|
|
2615
|
-
"description": "
|
|
2616
|
-
"
|
|
2617
|
-
|
|
2821
|
+
"columns": {
|
|
2822
|
+
"description": "only show provided columns (comma-separated)",
|
|
2823
|
+
"exclusive": [
|
|
2824
|
+
"extended"
|
|
2825
|
+
],
|
|
2826
|
+
"name": "columns",
|
|
2827
|
+
"hasDynamicHelp": false,
|
|
2828
|
+
"multiple": false,
|
|
2829
|
+
"type": "option"
|
|
2830
|
+
},
|
|
2831
|
+
"csv": {
|
|
2832
|
+
"description": "output is csv format [alias: --output=csv]",
|
|
2833
|
+
"exclusive": [
|
|
2834
|
+
"no-truncate"
|
|
2835
|
+
],
|
|
2836
|
+
"name": "csv",
|
|
2837
|
+
"allowNo": false,
|
|
2838
|
+
"type": "boolean"
|
|
2839
|
+
},
|
|
2840
|
+
"extended": {
|
|
2841
|
+
"char": "x",
|
|
2842
|
+
"description": "show extra columns",
|
|
2843
|
+
"exclusive": [
|
|
2844
|
+
"columns"
|
|
2845
|
+
],
|
|
2846
|
+
"name": "extended",
|
|
2847
|
+
"allowNo": false,
|
|
2848
|
+
"type": "boolean"
|
|
2849
|
+
},
|
|
2850
|
+
"filter": {
|
|
2851
|
+
"description": "filter property by partial string matching, ex: name=foo",
|
|
2852
|
+
"name": "filter",
|
|
2853
|
+
"hasDynamicHelp": false,
|
|
2854
|
+
"multiple": false,
|
|
2855
|
+
"type": "option"
|
|
2856
|
+
},
|
|
2857
|
+
"no-header": {
|
|
2858
|
+
"description": "hide table header from output",
|
|
2859
|
+
"exclusive": [
|
|
2860
|
+
"csv"
|
|
2861
|
+
],
|
|
2862
|
+
"name": "no-header",
|
|
2863
|
+
"allowNo": false,
|
|
2864
|
+
"type": "boolean"
|
|
2865
|
+
},
|
|
2866
|
+
"no-truncate": {
|
|
2867
|
+
"description": "do not truncate output to fit screen",
|
|
2868
|
+
"exclusive": [
|
|
2869
|
+
"csv"
|
|
2870
|
+
],
|
|
2871
|
+
"name": "no-truncate",
|
|
2872
|
+
"allowNo": false,
|
|
2873
|
+
"type": "boolean"
|
|
2874
|
+
},
|
|
2875
|
+
"output": {
|
|
2876
|
+
"description": "output in a more machine friendly format",
|
|
2877
|
+
"exclusive": [
|
|
2878
|
+
"no-truncate",
|
|
2879
|
+
"csv"
|
|
2880
|
+
],
|
|
2881
|
+
"name": "output",
|
|
2882
|
+
"hasDynamicHelp": false,
|
|
2883
|
+
"multiple": false,
|
|
2884
|
+
"options": [
|
|
2885
|
+
"csv",
|
|
2886
|
+
"json",
|
|
2887
|
+
"yaml"
|
|
2888
|
+
],
|
|
2889
|
+
"type": "option"
|
|
2890
|
+
},
|
|
2891
|
+
"sort": {
|
|
2892
|
+
"description": "property to sort by (prepend '-' for descending)",
|
|
2893
|
+
"name": "sort",
|
|
2618
2894
|
"hasDynamicHelp": false,
|
|
2619
2895
|
"multiple": false,
|
|
2620
2896
|
"type": "option"
|
|
@@ -2622,7 +2898,7 @@
|
|
|
2622
2898
|
},
|
|
2623
2899
|
"hasDynamicHelp": false,
|
|
2624
2900
|
"hiddenAliases": [],
|
|
2625
|
-
"id": "device:
|
|
2901
|
+
"id": "device:list",
|
|
2626
2902
|
"pluginAlias": "@dxos/cli",
|
|
2627
2903
|
"pluginName": "@dxos/cli",
|
|
2628
2904
|
"pluginType": "core",
|
|
@@ -2634,21 +2910,13 @@
|
|
|
2634
2910
|
"src",
|
|
2635
2911
|
"commands",
|
|
2636
2912
|
"device",
|
|
2637
|
-
"
|
|
2913
|
+
"list.js"
|
|
2638
2914
|
]
|
|
2639
2915
|
},
|
|
2640
|
-
"
|
|
2641
|
-
"aliases": [
|
|
2642
|
-
"function:dev-server"
|
|
2643
|
-
],
|
|
2916
|
+
"device:update": {
|
|
2917
|
+
"aliases": [],
|
|
2644
2918
|
"args": {},
|
|
2645
|
-
"description": "
|
|
2646
|
-
"examples": [
|
|
2647
|
-
{
|
|
2648
|
-
"description": "Run with TypeScript support.",
|
|
2649
|
-
"command": "dx function dev -r ts-node/register --verbose"
|
|
2650
|
-
}
|
|
2651
|
-
],
|
|
2919
|
+
"description": "Update device info.",
|
|
2652
2920
|
"flags": {
|
|
2653
2921
|
"json": {
|
|
2654
2922
|
"description": "Output as JSON.",
|
|
@@ -2702,17 +2970,12 @@
|
|
|
2702
2970
|
"type": "option"
|
|
2703
2971
|
},
|
|
2704
2972
|
"no-agent": {
|
|
2705
|
-
"description": "Run command without
|
|
2973
|
+
"description": "Run command without starting an agent.",
|
|
2974
|
+
"env": "DX_NO_AGENT",
|
|
2706
2975
|
"name": "no-agent",
|
|
2707
2976
|
"allowNo": false,
|
|
2708
2977
|
"type": "boolean"
|
|
2709
2978
|
},
|
|
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
2979
|
"timeout": {
|
|
2717
2980
|
"aliases": [
|
|
2718
2981
|
"t"
|
|
@@ -2744,42 +3007,18 @@
|
|
|
2744
3007
|
"multiple": false,
|
|
2745
3008
|
"type": "option"
|
|
2746
3009
|
},
|
|
2747
|
-
"
|
|
2748
|
-
"
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
"name": "require",
|
|
2752
|
-
"default": [
|
|
2753
|
-
"ts-node/register"
|
|
2754
|
-
],
|
|
2755
|
-
"hasDynamicHelp": false,
|
|
2756
|
-
"multiple": true,
|
|
2757
|
-
"type": "option"
|
|
2758
|
-
},
|
|
2759
|
-
"baseDir": {
|
|
2760
|
-
"description": "Base directory for function handlers.",
|
|
2761
|
-
"name": "baseDir",
|
|
2762
|
-
"hasDynamicHelp": false,
|
|
2763
|
-
"multiple": false,
|
|
2764
|
-
"type": "option"
|
|
2765
|
-
},
|
|
2766
|
-
"manifest": {
|
|
2767
|
-
"description": "Functions manifest file.",
|
|
2768
|
-
"name": "manifest",
|
|
3010
|
+
"label": {
|
|
3011
|
+
"description": "Set device label",
|
|
3012
|
+
"name": "label",
|
|
3013
|
+
"required": true,
|
|
2769
3014
|
"hasDynamicHelp": false,
|
|
2770
3015
|
"multiple": false,
|
|
2771
3016
|
"type": "option"
|
|
2772
|
-
},
|
|
2773
|
-
"reload": {
|
|
2774
|
-
"description": "Reload functions on change.",
|
|
2775
|
-
"name": "reload",
|
|
2776
|
-
"allowNo": false,
|
|
2777
|
-
"type": "boolean"
|
|
2778
3017
|
}
|
|
2779
3018
|
},
|
|
2780
3019
|
"hasDynamicHelp": false,
|
|
2781
3020
|
"hiddenAliases": [],
|
|
2782
|
-
"id": "
|
|
3021
|
+
"id": "device:update",
|
|
2783
3022
|
"pluginAlias": "@dxos/cli",
|
|
2784
3023
|
"pluginName": "@dxos/cli",
|
|
2785
3024
|
"pluginType": "core",
|
|
@@ -2790,20 +3029,22 @@
|
|
|
2790
3029
|
"dist",
|
|
2791
3030
|
"src",
|
|
2792
3031
|
"commands",
|
|
2793
|
-
"
|
|
2794
|
-
"
|
|
3032
|
+
"device",
|
|
3033
|
+
"update.js"
|
|
2795
3034
|
]
|
|
2796
3035
|
},
|
|
2797
|
-
"function:
|
|
2798
|
-
"aliases": [
|
|
2799
|
-
|
|
2800
|
-
|
|
2801
|
-
|
|
2802
|
-
|
|
2803
|
-
|
|
3036
|
+
"function:dev": {
|
|
3037
|
+
"aliases": [
|
|
3038
|
+
"function:dev-server"
|
|
3039
|
+
],
|
|
3040
|
+
"args": {},
|
|
3041
|
+
"description": "Functions development server.",
|
|
3042
|
+
"examples": [
|
|
3043
|
+
{
|
|
3044
|
+
"description": "Run with TypeScript support.",
|
|
3045
|
+
"command": "dx function dev -r ts-node/register --verbose"
|
|
2804
3046
|
}
|
|
2805
|
-
|
|
2806
|
-
"description": "Invoke function.",
|
|
3047
|
+
],
|
|
2807
3048
|
"flags": {
|
|
2808
3049
|
"json": {
|
|
2809
3050
|
"description": "Output as JSON.",
|
|
@@ -2857,17 +3098,12 @@
|
|
|
2857
3098
|
"type": "option"
|
|
2858
3099
|
},
|
|
2859
3100
|
"no-agent": {
|
|
2860
|
-
"description": "Run command without
|
|
3101
|
+
"description": "Run command without starting an agent.",
|
|
3102
|
+
"env": "DX_NO_AGENT",
|
|
2861
3103
|
"name": "no-agent",
|
|
2862
3104
|
"allowNo": false,
|
|
2863
3105
|
"type": "boolean"
|
|
2864
3106
|
},
|
|
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
3107
|
"timeout": {
|
|
2872
3108
|
"aliases": [
|
|
2873
3109
|
"t"
|
|
@@ -2898,11 +3134,50 @@
|
|
|
2898
3134
|
"hasDynamicHelp": false,
|
|
2899
3135
|
"multiple": false,
|
|
2900
3136
|
"type": "option"
|
|
3137
|
+
},
|
|
3138
|
+
"key": {
|
|
3139
|
+
"description": "Space key(s) head in hex.",
|
|
3140
|
+
"name": "key",
|
|
3141
|
+
"hasDynamicHelp": false,
|
|
3142
|
+
"multiple": true,
|
|
3143
|
+
"type": "option"
|
|
3144
|
+
},
|
|
3145
|
+
"require": {
|
|
3146
|
+
"aliases": [
|
|
3147
|
+
"r"
|
|
3148
|
+
],
|
|
3149
|
+
"name": "require",
|
|
3150
|
+
"default": [
|
|
3151
|
+
"ts-node/register"
|
|
3152
|
+
],
|
|
3153
|
+
"hasDynamicHelp": false,
|
|
3154
|
+
"multiple": true,
|
|
3155
|
+
"type": "option"
|
|
3156
|
+
},
|
|
3157
|
+
"manifest": {
|
|
3158
|
+
"description": "Functions manifest file.",
|
|
3159
|
+
"name": "manifest",
|
|
3160
|
+
"hasDynamicHelp": false,
|
|
3161
|
+
"multiple": false,
|
|
3162
|
+
"type": "option"
|
|
3163
|
+
},
|
|
3164
|
+
"baseDir": {
|
|
3165
|
+
"description": "Base directory for function handlers.",
|
|
3166
|
+
"name": "baseDir",
|
|
3167
|
+
"hasDynamicHelp": false,
|
|
3168
|
+
"multiple": false,
|
|
3169
|
+
"type": "option"
|
|
3170
|
+
},
|
|
3171
|
+
"reload": {
|
|
3172
|
+
"description": "Reload functions on change.",
|
|
3173
|
+
"name": "reload",
|
|
3174
|
+
"allowNo": false,
|
|
3175
|
+
"type": "boolean"
|
|
2901
3176
|
}
|
|
2902
3177
|
},
|
|
2903
3178
|
"hasDynamicHelp": false,
|
|
2904
3179
|
"hiddenAliases": [],
|
|
2905
|
-
"id": "function:
|
|
3180
|
+
"id": "function:dev",
|
|
2906
3181
|
"pluginAlias": "@dxos/cli",
|
|
2907
3182
|
"pluginName": "@dxos/cli",
|
|
2908
3183
|
"pluginType": "core",
|
|
@@ -2914,7 +3189,7 @@
|
|
|
2914
3189
|
"src",
|
|
2915
3190
|
"commands",
|
|
2916
3191
|
"function",
|
|
2917
|
-
"
|
|
3192
|
+
"dev.js"
|
|
2918
3193
|
]
|
|
2919
3194
|
},
|
|
2920
3195
|
"function:list": {
|
|
@@ -2974,17 +3249,12 @@
|
|
|
2974
3249
|
"type": "option"
|
|
2975
3250
|
},
|
|
2976
3251
|
"no-agent": {
|
|
2977
|
-
"description": "Run command without
|
|
3252
|
+
"description": "Run command without starting an agent.",
|
|
3253
|
+
"env": "DX_NO_AGENT",
|
|
2978
3254
|
"name": "no-agent",
|
|
2979
3255
|
"allowNo": false,
|
|
2980
3256
|
"type": "boolean"
|
|
2981
3257
|
},
|
|
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
3258
|
"timeout": {
|
|
2989
3259
|
"aliases": [
|
|
2990
3260
|
"t"
|
|
@@ -3097,17 +3367,12 @@
|
|
|
3097
3367
|
"type": "option"
|
|
3098
3368
|
},
|
|
3099
3369
|
"no-agent": {
|
|
3100
|
-
"description": "Run command without
|
|
3370
|
+
"description": "Run command without starting an agent.",
|
|
3371
|
+
"env": "DX_NO_AGENT",
|
|
3101
3372
|
"name": "no-agent",
|
|
3102
3373
|
"allowNo": false,
|
|
3103
3374
|
"type": "boolean"
|
|
3104
3375
|
},
|
|
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
3376
|
"timeout": {
|
|
3112
3377
|
"aliases": [
|
|
3113
3378
|
"t"
|
|
@@ -3221,17 +3486,12 @@
|
|
|
3221
3486
|
"type": "option"
|
|
3222
3487
|
},
|
|
3223
3488
|
"no-agent": {
|
|
3224
|
-
"description": "Run command without
|
|
3489
|
+
"description": "Run command without starting an agent.",
|
|
3490
|
+
"env": "DX_NO_AGENT",
|
|
3225
3491
|
"name": "no-agent",
|
|
3226
3492
|
"allowNo": false,
|
|
3227
3493
|
"type": "boolean"
|
|
3228
3494
|
},
|
|
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
3495
|
"timeout": {
|
|
3236
3496
|
"aliases": [
|
|
3237
3497
|
"t"
|
|
@@ -3351,17 +3611,12 @@
|
|
|
3351
3611
|
"type": "option"
|
|
3352
3612
|
},
|
|
3353
3613
|
"no-agent": {
|
|
3354
|
-
"description": "Run command without
|
|
3614
|
+
"description": "Run command without starting an agent.",
|
|
3615
|
+
"env": "DX_NO_AGENT",
|
|
3355
3616
|
"name": "no-agent",
|
|
3356
3617
|
"allowNo": false,
|
|
3357
3618
|
"type": "boolean"
|
|
3358
3619
|
},
|
|
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
3620
|
"timeout": {
|
|
3366
3621
|
"aliases": [
|
|
3367
3622
|
"t"
|
|
@@ -3468,17 +3723,12 @@
|
|
|
3468
3723
|
"type": "option"
|
|
3469
3724
|
},
|
|
3470
3725
|
"no-agent": {
|
|
3471
|
-
"description": "Run command without
|
|
3726
|
+
"description": "Run command without starting an agent.",
|
|
3727
|
+
"env": "DX_NO_AGENT",
|
|
3472
3728
|
"name": "no-agent",
|
|
3473
3729
|
"allowNo": false,
|
|
3474
3730
|
"type": "boolean"
|
|
3475
3731
|
},
|
|
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
3732
|
"timeout": {
|
|
3483
3733
|
"description": "Timeout in seconds",
|
|
3484
3734
|
"name": "timeout",
|
|
@@ -3552,10 +3802,10 @@
|
|
|
3552
3802
|
"join.js"
|
|
3553
3803
|
]
|
|
3554
3804
|
},
|
|
3555
|
-
"halo:
|
|
3805
|
+
"halo:keys": {
|
|
3556
3806
|
"aliases": [],
|
|
3557
3807
|
"args": {},
|
|
3558
|
-
"description": "
|
|
3808
|
+
"description": "Show HALO keys.",
|
|
3559
3809
|
"flags": {
|
|
3560
3810
|
"json": {
|
|
3561
3811
|
"description": "Output as JSON.",
|
|
@@ -3609,14 +3859,121 @@
|
|
|
3609
3859
|
"type": "option"
|
|
3610
3860
|
},
|
|
3611
3861
|
"no-agent": {
|
|
3612
|
-
"description": "Run command without
|
|
3862
|
+
"description": "Run command without starting an agent.",
|
|
3863
|
+
"env": "DX_NO_AGENT",
|
|
3613
3864
|
"name": "no-agent",
|
|
3614
3865
|
"allowNo": false,
|
|
3615
3866
|
"type": "boolean"
|
|
3616
3867
|
},
|
|
3617
|
-
"
|
|
3618
|
-
"
|
|
3619
|
-
|
|
3868
|
+
"timeout": {
|
|
3869
|
+
"aliases": [
|
|
3870
|
+
"t"
|
|
3871
|
+
],
|
|
3872
|
+
"description": "Timeout (ms).",
|
|
3873
|
+
"name": "timeout",
|
|
3874
|
+
"default": 60000,
|
|
3875
|
+
"hasDynamicHelp": false,
|
|
3876
|
+
"multiple": false,
|
|
3877
|
+
"type": "option"
|
|
3878
|
+
},
|
|
3879
|
+
"no-wait": {
|
|
3880
|
+
"description": "Do not wait for space to be ready.",
|
|
3881
|
+
"name": "no-wait",
|
|
3882
|
+
"allowNo": false,
|
|
3883
|
+
"type": "boolean"
|
|
3884
|
+
},
|
|
3885
|
+
"json-log": {
|
|
3886
|
+
"description": "When running in foreground, log JSON format",
|
|
3887
|
+
"name": "json-log",
|
|
3888
|
+
"allowNo": false,
|
|
3889
|
+
"type": "boolean"
|
|
3890
|
+
},
|
|
3891
|
+
"json-logfile": {
|
|
3892
|
+
"description": "JSON log file destination, or 'stdout' or 'stderr'",
|
|
3893
|
+
"name": "json-logfile",
|
|
3894
|
+
"default": "stderr",
|
|
3895
|
+
"hasDynamicHelp": false,
|
|
3896
|
+
"multiple": false,
|
|
3897
|
+
"type": "option"
|
|
3898
|
+
}
|
|
3899
|
+
},
|
|
3900
|
+
"hasDynamicHelp": false,
|
|
3901
|
+
"hiddenAliases": [],
|
|
3902
|
+
"id": "halo:keys",
|
|
3903
|
+
"pluginAlias": "@dxos/cli",
|
|
3904
|
+
"pluginName": "@dxos/cli",
|
|
3905
|
+
"pluginType": "core",
|
|
3906
|
+
"strict": true,
|
|
3907
|
+
"enableJsonFlag": true,
|
|
3908
|
+
"isESM": false,
|
|
3909
|
+
"relativePath": [
|
|
3910
|
+
"dist",
|
|
3911
|
+
"src",
|
|
3912
|
+
"commands",
|
|
3913
|
+
"halo",
|
|
3914
|
+
"keys.js"
|
|
3915
|
+
]
|
|
3916
|
+
},
|
|
3917
|
+
"halo:share": {
|
|
3918
|
+
"aliases": [],
|
|
3919
|
+
"args": {},
|
|
3920
|
+
"description": "Create HALO (device) invitation.",
|
|
3921
|
+
"flags": {
|
|
3922
|
+
"json": {
|
|
3923
|
+
"description": "Output as JSON.",
|
|
3924
|
+
"name": "json",
|
|
3925
|
+
"allowNo": false,
|
|
3926
|
+
"type": "boolean"
|
|
3927
|
+
},
|
|
3928
|
+
"dry-run": {
|
|
3929
|
+
"description": "Dry run.",
|
|
3930
|
+
"name": "dry-run",
|
|
3931
|
+
"allowNo": false,
|
|
3932
|
+
"type": "boolean"
|
|
3933
|
+
},
|
|
3934
|
+
"verbose": {
|
|
3935
|
+
"char": "v",
|
|
3936
|
+
"description": "Verbose output",
|
|
3937
|
+
"name": "verbose",
|
|
3938
|
+
"allowNo": false,
|
|
3939
|
+
"type": "boolean"
|
|
3940
|
+
},
|
|
3941
|
+
"profile": {
|
|
3942
|
+
"description": "User profile.",
|
|
3943
|
+
"env": "DX_PROFILE",
|
|
3944
|
+
"name": "profile",
|
|
3945
|
+
"default": "default",
|
|
3946
|
+
"hasDynamicHelp": false,
|
|
3947
|
+
"multiple": false,
|
|
3948
|
+
"type": "option"
|
|
3949
|
+
},
|
|
3950
|
+
"config": {
|
|
3951
|
+
"aliases": [
|
|
3952
|
+
"c"
|
|
3953
|
+
],
|
|
3954
|
+
"dependsOn": [
|
|
3955
|
+
"profile"
|
|
3956
|
+
],
|
|
3957
|
+
"description": "Config file.",
|
|
3958
|
+
"env": "DX_CONFIG",
|
|
3959
|
+
"name": "config",
|
|
3960
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
3961
|
+
"hasDynamicHelp": false,
|
|
3962
|
+
"helpValue": "path",
|
|
3963
|
+
"multiple": false,
|
|
3964
|
+
"type": "option"
|
|
3965
|
+
},
|
|
3966
|
+
"target": {
|
|
3967
|
+
"description": "Target websocket server.",
|
|
3968
|
+
"name": "target",
|
|
3969
|
+
"hasDynamicHelp": false,
|
|
3970
|
+
"multiple": false,
|
|
3971
|
+
"type": "option"
|
|
3972
|
+
},
|
|
3973
|
+
"no-agent": {
|
|
3974
|
+
"description": "Run command without starting an agent.",
|
|
3975
|
+
"env": "DX_NO_AGENT",
|
|
3976
|
+
"name": "no-agent",
|
|
3620
3977
|
"allowNo": false,
|
|
3621
3978
|
"type": "boolean"
|
|
3622
3979
|
},
|
|
@@ -3659,6 +4016,12 @@
|
|
|
3659
4016
|
"multiple": false,
|
|
3660
4017
|
"type": "option"
|
|
3661
4018
|
},
|
|
4019
|
+
"persistent": {
|
|
4020
|
+
"description": "Invitation should resume if client restarts",
|
|
4021
|
+
"name": "persistent",
|
|
4022
|
+
"allowNo": false,
|
|
4023
|
+
"type": "boolean"
|
|
4024
|
+
},
|
|
3662
4025
|
"open": {
|
|
3663
4026
|
"description": "Open browser with invitation.",
|
|
3664
4027
|
"name": "open",
|
|
@@ -3678,12 +4041,6 @@
|
|
|
3678
4041
|
"name": "no-auth",
|
|
3679
4042
|
"allowNo": false,
|
|
3680
4043
|
"type": "boolean"
|
|
3681
|
-
},
|
|
3682
|
-
"no-persistent": {
|
|
3683
|
-
"description": "Don't resume invitation if client restarts",
|
|
3684
|
-
"name": "no-persistent",
|
|
3685
|
-
"allowNo": false,
|
|
3686
|
-
"type": "boolean"
|
|
3687
4044
|
}
|
|
3688
4045
|
},
|
|
3689
4046
|
"hasDynamicHelp": false,
|
|
@@ -3760,17 +4117,12 @@
|
|
|
3760
4117
|
"type": "option"
|
|
3761
4118
|
},
|
|
3762
4119
|
"no-agent": {
|
|
3763
|
-
"description": "Run command without
|
|
4120
|
+
"description": "Run command without starting an agent.",
|
|
4121
|
+
"env": "DX_NO_AGENT",
|
|
3764
4122
|
"name": "no-agent",
|
|
3765
4123
|
"allowNo": false,
|
|
3766
4124
|
"type": "boolean"
|
|
3767
4125
|
},
|
|
3768
|
-
"no-start-agent": {
|
|
3769
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
3770
|
-
"name": "no-start-agent",
|
|
3771
|
-
"allowNo": false,
|
|
3772
|
-
"type": "boolean"
|
|
3773
|
-
},
|
|
3774
4126
|
"timeout": {
|
|
3775
4127
|
"aliases": [
|
|
3776
4128
|
"t"
|
|
@@ -3884,17 +4236,12 @@
|
|
|
3884
4236
|
"type": "option"
|
|
3885
4237
|
},
|
|
3886
4238
|
"no-agent": {
|
|
3887
|
-
"description": "Run command without
|
|
4239
|
+
"description": "Run command without starting an agent.",
|
|
4240
|
+
"env": "DX_NO_AGENT",
|
|
3888
4241
|
"name": "no-agent",
|
|
3889
4242
|
"allowNo": false,
|
|
3890
4243
|
"type": "boolean"
|
|
3891
4244
|
},
|
|
3892
|
-
"no-start-agent": {
|
|
3893
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
3894
|
-
"name": "no-start-agent",
|
|
3895
|
-
"allowNo": false,
|
|
3896
|
-
"type": "boolean"
|
|
3897
|
-
},
|
|
3898
4245
|
"timeout": {
|
|
3899
4246
|
"aliases": [
|
|
3900
4247
|
"t"
|
|
@@ -4013,17 +4360,12 @@
|
|
|
4013
4360
|
"type": "option"
|
|
4014
4361
|
},
|
|
4015
4362
|
"no-agent": {
|
|
4016
|
-
"description": "Run command without
|
|
4363
|
+
"description": "Run command without starting an agent.",
|
|
4364
|
+
"env": "DX_NO_AGENT",
|
|
4017
4365
|
"name": "no-agent",
|
|
4018
4366
|
"allowNo": false,
|
|
4019
4367
|
"type": "boolean"
|
|
4020
4368
|
},
|
|
4021
|
-
"no-start-agent": {
|
|
4022
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
4023
|
-
"name": "no-start-agent",
|
|
4024
|
-
"allowNo": false,
|
|
4025
|
-
"type": "boolean"
|
|
4026
|
-
},
|
|
4027
4369
|
"timeout": {
|
|
4028
4370
|
"aliases": [
|
|
4029
4371
|
"t"
|
|
@@ -4077,6 +4419,7 @@
|
|
|
4077
4419
|
"aliases": [],
|
|
4078
4420
|
"args": {
|
|
4079
4421
|
"key": {
|
|
4422
|
+
"description": "Space key(s) head in hex.",
|
|
4080
4423
|
"name": "key"
|
|
4081
4424
|
}
|
|
4082
4425
|
},
|
|
@@ -4134,17 +4477,12 @@
|
|
|
4134
4477
|
"type": "option"
|
|
4135
4478
|
},
|
|
4136
4479
|
"no-agent": {
|
|
4137
|
-
"description": "Run command without
|
|
4480
|
+
"description": "Run command without starting an agent.",
|
|
4481
|
+
"env": "DX_NO_AGENT",
|
|
4138
4482
|
"name": "no-agent",
|
|
4139
4483
|
"allowNo": false,
|
|
4140
4484
|
"type": "boolean"
|
|
4141
4485
|
},
|
|
4142
|
-
"no-start-agent": {
|
|
4143
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
4144
|
-
"name": "no-start-agent",
|
|
4145
|
-
"allowNo": false,
|
|
4146
|
-
"type": "boolean"
|
|
4147
|
-
},
|
|
4148
4486
|
"timeout": {
|
|
4149
4487
|
"aliases": [
|
|
4150
4488
|
"t"
|
|
@@ -4255,17 +4593,12 @@
|
|
|
4255
4593
|
"type": "option"
|
|
4256
4594
|
},
|
|
4257
4595
|
"no-agent": {
|
|
4258
|
-
"description": "Run command without
|
|
4596
|
+
"description": "Run command without starting an agent.",
|
|
4597
|
+
"env": "DX_NO_AGENT",
|
|
4259
4598
|
"name": "no-agent",
|
|
4260
4599
|
"allowNo": false,
|
|
4261
4600
|
"type": "boolean"
|
|
4262
4601
|
},
|
|
4263
|
-
"no-start-agent": {
|
|
4264
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
4265
|
-
"name": "no-start-agent",
|
|
4266
|
-
"allowNo": false,
|
|
4267
|
-
"type": "boolean"
|
|
4268
|
-
},
|
|
4269
4602
|
"timeout": {
|
|
4270
4603
|
"aliases": [
|
|
4271
4604
|
"t"
|
|
@@ -4319,7 +4652,7 @@
|
|
|
4319
4652
|
"aliases": [],
|
|
4320
4653
|
"args": {
|
|
4321
4654
|
"key": {
|
|
4322
|
-
"description": "Space key head in hex.",
|
|
4655
|
+
"description": "Space key(s) head in hex.",
|
|
4323
4656
|
"name": "key"
|
|
4324
4657
|
}
|
|
4325
4658
|
},
|
|
@@ -4377,17 +4710,12 @@
|
|
|
4377
4710
|
"type": "option"
|
|
4378
4711
|
},
|
|
4379
4712
|
"no-agent": {
|
|
4380
|
-
"description": "Run command without
|
|
4713
|
+
"description": "Run command without starting an agent.",
|
|
4714
|
+
"env": "DX_NO_AGENT",
|
|
4381
4715
|
"name": "no-agent",
|
|
4382
4716
|
"allowNo": false,
|
|
4383
4717
|
"type": "boolean"
|
|
4384
4718
|
},
|
|
4385
|
-
"no-start-agent": {
|
|
4386
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
4387
|
-
"name": "no-start-agent",
|
|
4388
|
-
"allowNo": false,
|
|
4389
|
-
"type": "boolean"
|
|
4390
|
-
},
|
|
4391
4719
|
"timeout": {
|
|
4392
4720
|
"aliases": [
|
|
4393
4721
|
"t"
|
|
@@ -4441,6 +4769,7 @@
|
|
|
4441
4769
|
"aliases": [],
|
|
4442
4770
|
"args": {
|
|
4443
4771
|
"key": {
|
|
4772
|
+
"description": "Space key(s) head in hex.",
|
|
4444
4773
|
"name": "key"
|
|
4445
4774
|
}
|
|
4446
4775
|
},
|
|
@@ -4498,17 +4827,12 @@
|
|
|
4498
4827
|
"type": "option"
|
|
4499
4828
|
},
|
|
4500
4829
|
"no-agent": {
|
|
4501
|
-
"description": "Run command without
|
|
4830
|
+
"description": "Run command without starting an agent.",
|
|
4831
|
+
"env": "DX_NO_AGENT",
|
|
4502
4832
|
"name": "no-agent",
|
|
4503
4833
|
"allowNo": false,
|
|
4504
4834
|
"type": "boolean"
|
|
4505
4835
|
},
|
|
4506
|
-
"no-start-agent": {
|
|
4507
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
4508
|
-
"name": "no-start-agent",
|
|
4509
|
-
"allowNo": false,
|
|
4510
|
-
"type": "boolean"
|
|
4511
|
-
},
|
|
4512
4836
|
"timeout": {
|
|
4513
4837
|
"aliases": [
|
|
4514
4838
|
"t"
|
|
@@ -4615,17 +4939,12 @@
|
|
|
4615
4939
|
"type": "option"
|
|
4616
4940
|
},
|
|
4617
4941
|
"no-agent": {
|
|
4618
|
-
"description": "Run command without
|
|
4942
|
+
"description": "Run command without starting an agent.",
|
|
4943
|
+
"env": "DX_NO_AGENT",
|
|
4619
4944
|
"name": "no-agent",
|
|
4620
4945
|
"allowNo": false,
|
|
4621
4946
|
"type": "boolean"
|
|
4622
4947
|
},
|
|
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
4948
|
"timeout": {
|
|
4630
4949
|
"aliases": [
|
|
4631
4950
|
"t"
|
|
@@ -4746,17 +5065,12 @@
|
|
|
4746
5065
|
"type": "option"
|
|
4747
5066
|
},
|
|
4748
5067
|
"no-agent": {
|
|
4749
|
-
"description": "Run command without
|
|
5068
|
+
"description": "Run command without starting an agent.",
|
|
5069
|
+
"env": "DX_NO_AGENT",
|
|
4750
5070
|
"name": "no-agent",
|
|
4751
5071
|
"allowNo": false,
|
|
4752
5072
|
"type": "boolean"
|
|
4753
5073
|
},
|
|
4754
|
-
"no-start-agent": {
|
|
4755
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
4756
|
-
"name": "no-start-agent",
|
|
4757
|
-
"allowNo": false,
|
|
4758
|
-
"type": "boolean"
|
|
4759
|
-
},
|
|
4760
5074
|
"timeout": {
|
|
4761
5075
|
"aliases": [
|
|
4762
5076
|
"t"
|
|
@@ -4893,7 +5207,7 @@
|
|
|
4893
5207
|
"aliases": [],
|
|
4894
5208
|
"args": {
|
|
4895
5209
|
"key": {
|
|
4896
|
-
"description": "Space key head in hex.",
|
|
5210
|
+
"description": "Space key(s) head in hex.",
|
|
4897
5211
|
"name": "key"
|
|
4898
5212
|
}
|
|
4899
5213
|
},
|
|
@@ -4951,17 +5265,12 @@
|
|
|
4951
5265
|
"type": "option"
|
|
4952
5266
|
},
|
|
4953
5267
|
"no-agent": {
|
|
4954
|
-
"description": "Run command without
|
|
5268
|
+
"description": "Run command without starting an agent.",
|
|
5269
|
+
"env": "DX_NO_AGENT",
|
|
4955
5270
|
"name": "no-agent",
|
|
4956
5271
|
"allowNo": false,
|
|
4957
5272
|
"type": "boolean"
|
|
4958
5273
|
},
|
|
4959
|
-
"no-start-agent": {
|
|
4960
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
4961
|
-
"name": "no-start-agent",
|
|
4962
|
-
"allowNo": false,
|
|
4963
|
-
"type": "boolean"
|
|
4964
|
-
},
|
|
4965
5274
|
"timeout": {
|
|
4966
5275
|
"aliases": [
|
|
4967
5276
|
"t"
|
|
@@ -5092,6 +5401,7 @@
|
|
|
5092
5401
|
"aliases": [],
|
|
5093
5402
|
"args": {
|
|
5094
5403
|
"key": {
|
|
5404
|
+
"description": "Space key(s) head in hex.",
|
|
5095
5405
|
"name": "key"
|
|
5096
5406
|
}
|
|
5097
5407
|
},
|
|
@@ -5149,17 +5459,12 @@
|
|
|
5149
5459
|
"type": "option"
|
|
5150
5460
|
},
|
|
5151
5461
|
"no-agent": {
|
|
5152
|
-
"description": "Run command without
|
|
5462
|
+
"description": "Run command without starting an agent.",
|
|
5463
|
+
"env": "DX_NO_AGENT",
|
|
5153
5464
|
"name": "no-agent",
|
|
5154
5465
|
"allowNo": false,
|
|
5155
5466
|
"type": "boolean"
|
|
5156
5467
|
},
|
|
5157
|
-
"no-start-agent": {
|
|
5158
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
5159
|
-
"name": "no-start-agent",
|
|
5160
|
-
"allowNo": false,
|
|
5161
|
-
"type": "boolean"
|
|
5162
|
-
},
|
|
5163
5468
|
"timeout": {
|
|
5164
5469
|
"aliases": [
|
|
5165
5470
|
"t"
|
|
@@ -5213,7 +5518,7 @@
|
|
|
5213
5518
|
"aliases": [],
|
|
5214
5519
|
"args": {
|
|
5215
5520
|
"key": {
|
|
5216
|
-
"description": "Space key head in hex.",
|
|
5521
|
+
"description": "Space key(s) head in hex.",
|
|
5217
5522
|
"name": "key"
|
|
5218
5523
|
}
|
|
5219
5524
|
},
|
|
@@ -5271,17 +5576,12 @@
|
|
|
5271
5576
|
"type": "option"
|
|
5272
5577
|
},
|
|
5273
5578
|
"no-agent": {
|
|
5274
|
-
"description": "Run command without
|
|
5579
|
+
"description": "Run command without starting an agent.",
|
|
5580
|
+
"env": "DX_NO_AGENT",
|
|
5275
5581
|
"name": "no-agent",
|
|
5276
5582
|
"allowNo": false,
|
|
5277
5583
|
"type": "boolean"
|
|
5278
5584
|
},
|
|
5279
|
-
"no-start-agent": {
|
|
5280
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
5281
|
-
"name": "no-start-agent",
|
|
5282
|
-
"allowNo": false,
|
|
5283
|
-
"type": "boolean"
|
|
5284
|
-
},
|
|
5285
5585
|
"timeout": {
|
|
5286
5586
|
"aliases": [
|
|
5287
5587
|
"t"
|
|
@@ -5312,6 +5612,19 @@
|
|
|
5312
5612
|
"hasDynamicHelp": false,
|
|
5313
5613
|
"multiple": false,
|
|
5314
5614
|
"type": "option"
|
|
5615
|
+
},
|
|
5616
|
+
"data": {
|
|
5617
|
+
"description": "Print serialized object representation.",
|
|
5618
|
+
"name": "data",
|
|
5619
|
+
"allowNo": false,
|
|
5620
|
+
"type": "boolean"
|
|
5621
|
+
},
|
|
5622
|
+
"typename": {
|
|
5623
|
+
"description": "Filter objects by typename.",
|
|
5624
|
+
"name": "typename",
|
|
5625
|
+
"hasDynamicHelp": false,
|
|
5626
|
+
"multiple": false,
|
|
5627
|
+
"type": "option"
|
|
5315
5628
|
}
|
|
5316
5629
|
},
|
|
5317
5630
|
"hasDynamicHelp": false,
|
|
@@ -5335,7 +5648,7 @@
|
|
|
5335
5648
|
"aliases": [],
|
|
5336
5649
|
"args": {
|
|
5337
5650
|
"key": {
|
|
5338
|
-
"description": "Space key head in hex.",
|
|
5651
|
+
"description": "Space key(s) head in hex.",
|
|
5339
5652
|
"name": "key"
|
|
5340
5653
|
}
|
|
5341
5654
|
},
|
|
@@ -5393,21 +5706,19 @@
|
|
|
5393
5706
|
"type": "option"
|
|
5394
5707
|
},
|
|
5395
5708
|
"no-agent": {
|
|
5396
|
-
"description": "Run command without
|
|
5709
|
+
"description": "Run command without starting an agent.",
|
|
5710
|
+
"env": "DX_NO_AGENT",
|
|
5397
5711
|
"name": "no-agent",
|
|
5398
5712
|
"allowNo": false,
|
|
5399
5713
|
"type": "boolean"
|
|
5400
5714
|
},
|
|
5401
|
-
"no-start-agent": {
|
|
5402
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
5403
|
-
"name": "no-start-agent",
|
|
5404
|
-
"allowNo": false,
|
|
5405
|
-
"type": "boolean"
|
|
5406
|
-
},
|
|
5407
5715
|
"timeout": {
|
|
5408
|
-
"
|
|
5716
|
+
"aliases": [
|
|
5717
|
+
"t"
|
|
5718
|
+
],
|
|
5719
|
+
"description": "Timeout (ms).",
|
|
5409
5720
|
"name": "timeout",
|
|
5410
|
-
"default":
|
|
5721
|
+
"default": 60000,
|
|
5411
5722
|
"hasDynamicHelp": false,
|
|
5412
5723
|
"multiple": false,
|
|
5413
5724
|
"type": "option"
|
|
@@ -5432,6 +5743,12 @@
|
|
|
5432
5743
|
"multiple": false,
|
|
5433
5744
|
"type": "option"
|
|
5434
5745
|
},
|
|
5746
|
+
"multiple": {
|
|
5747
|
+
"description": "Multiple use.",
|
|
5748
|
+
"name": "multiple",
|
|
5749
|
+
"allowNo": false,
|
|
5750
|
+
"type": "boolean"
|
|
5751
|
+
},
|
|
5435
5752
|
"lifetime": {
|
|
5436
5753
|
"description": "Lifetime of the invitation in seconds",
|
|
5437
5754
|
"name": "lifetime",
|
|
@@ -5440,24 +5757,12 @@
|
|
|
5440
5757
|
"multiple": false,
|
|
5441
5758
|
"type": "option"
|
|
5442
5759
|
},
|
|
5443
|
-
"multiple": {
|
|
5444
|
-
"description": "Multiple use.",
|
|
5445
|
-
"name": "multiple",
|
|
5446
|
-
"allowNo": false,
|
|
5447
|
-
"type": "boolean"
|
|
5448
|
-
},
|
|
5449
5760
|
"persistent": {
|
|
5450
5761
|
"description": "Invitation should resume if client restarts",
|
|
5451
5762
|
"name": "persistent",
|
|
5452
5763
|
"allowNo": false,
|
|
5453
5764
|
"type": "boolean"
|
|
5454
5765
|
},
|
|
5455
|
-
"no-persistent": {
|
|
5456
|
-
"description": "Don't resume invitation if client restarts",
|
|
5457
|
-
"name": "no-persistent",
|
|
5458
|
-
"allowNo": false,
|
|
5459
|
-
"type": "boolean"
|
|
5460
|
-
},
|
|
5461
5766
|
"open": {
|
|
5462
5767
|
"description": "Open browser with invitation.",
|
|
5463
5768
|
"name": "open",
|
|
@@ -5505,7 +5810,7 @@
|
|
|
5505
5810
|
"required": true
|
|
5506
5811
|
}
|
|
5507
5812
|
},
|
|
5508
|
-
"description": "Enable or disable tunnel.",
|
|
5813
|
+
"description": "Enable or disable tunnel (deprecated).",
|
|
5509
5814
|
"flags": {
|
|
5510
5815
|
"json": {
|
|
5511
5816
|
"description": "Output as JSON.",
|
|
@@ -5559,17 +5864,12 @@
|
|
|
5559
5864
|
"type": "option"
|
|
5560
5865
|
},
|
|
5561
5866
|
"no-agent": {
|
|
5562
|
-
"description": "Run command without
|
|
5867
|
+
"description": "Run command without starting an agent.",
|
|
5868
|
+
"env": "DX_NO_AGENT",
|
|
5563
5869
|
"name": "no-agent",
|
|
5564
5870
|
"allowNo": false,
|
|
5565
5871
|
"type": "boolean"
|
|
5566
5872
|
},
|
|
5567
|
-
"no-start-agent": {
|
|
5568
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
5569
|
-
"name": "no-start-agent",
|
|
5570
|
-
"allowNo": false,
|
|
5571
|
-
"type": "boolean"
|
|
5572
|
-
},
|
|
5573
5873
|
"timeout": {
|
|
5574
5874
|
"aliases": [
|
|
5575
5875
|
"t"
|
|
@@ -5604,7 +5904,7 @@
|
|
|
5604
5904
|
"name": {
|
|
5605
5905
|
"description": "Tunnel name",
|
|
5606
5906
|
"name": "name",
|
|
5607
|
-
"default": "
|
|
5907
|
+
"default": "mars-crazy-pizza-paris",
|
|
5608
5908
|
"hasDynamicHelp": false,
|
|
5609
5909
|
"multiple": false,
|
|
5610
5910
|
"type": "option"
|
|
@@ -5616,6 +5916,7 @@
|
|
|
5616
5916
|
"pluginAlias": "@dxos/cli",
|
|
5617
5917
|
"pluginName": "@dxos/cli",
|
|
5618
5918
|
"pluginType": "core",
|
|
5919
|
+
"state": "deprecated",
|
|
5619
5920
|
"strict": true,
|
|
5620
5921
|
"enableJsonFlag": true,
|
|
5621
5922
|
"isESM": false,
|
|
@@ -5684,17 +5985,12 @@
|
|
|
5684
5985
|
"type": "option"
|
|
5685
5986
|
},
|
|
5686
5987
|
"no-agent": {
|
|
5687
|
-
"description": "Run command without
|
|
5988
|
+
"description": "Run command without starting an agent.",
|
|
5989
|
+
"env": "DX_NO_AGENT",
|
|
5688
5990
|
"name": "no-agent",
|
|
5689
5991
|
"allowNo": false,
|
|
5690
5992
|
"type": "boolean"
|
|
5691
5993
|
},
|
|
5692
|
-
"no-start-agent": {
|
|
5693
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
5694
|
-
"name": "no-start-agent",
|
|
5695
|
-
"allowNo": false,
|
|
5696
|
-
"type": "boolean"
|
|
5697
|
-
},
|
|
5698
5994
|
"timeout": {
|
|
5699
5995
|
"aliases": [
|
|
5700
5996
|
"t"
|
|
@@ -5733,6 +6029,7 @@
|
|
|
5733
6029
|
"pluginAlias": "@dxos/cli",
|
|
5734
6030
|
"pluginName": "@dxos/cli",
|
|
5735
6031
|
"pluginType": "core",
|
|
6032
|
+
"state": "deprecated",
|
|
5736
6033
|
"strict": true,
|
|
5737
6034
|
"enableJsonFlag": true,
|
|
5738
6035
|
"isESM": false,
|
|
@@ -5807,17 +6104,12 @@
|
|
|
5807
6104
|
"type": "option"
|
|
5808
6105
|
},
|
|
5809
6106
|
"no-agent": {
|
|
5810
|
-
"description": "Run command without
|
|
6107
|
+
"description": "Run command without starting an agent.",
|
|
6108
|
+
"env": "DX_NO_AGENT",
|
|
5811
6109
|
"name": "no-agent",
|
|
5812
6110
|
"allowNo": false,
|
|
5813
6111
|
"type": "boolean"
|
|
5814
6112
|
},
|
|
5815
|
-
"no-start-agent": {
|
|
5816
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
5817
|
-
"name": "no-start-agent",
|
|
5818
|
-
"allowNo": false,
|
|
5819
|
-
"type": "boolean"
|
|
5820
|
-
},
|
|
5821
6113
|
"timeout": {
|
|
5822
6114
|
"aliases": [
|
|
5823
6115
|
"t"
|
|
@@ -5925,17 +6217,12 @@
|
|
|
5925
6217
|
"type": "option"
|
|
5926
6218
|
},
|
|
5927
6219
|
"no-agent": {
|
|
5928
|
-
"description": "Run command without
|
|
6220
|
+
"description": "Run command without starting an agent.",
|
|
6221
|
+
"env": "DX_NO_AGENT",
|
|
5929
6222
|
"name": "no-agent",
|
|
5930
6223
|
"allowNo": false,
|
|
5931
6224
|
"type": "boolean"
|
|
5932
6225
|
},
|
|
5933
|
-
"no-start-agent": {
|
|
5934
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
5935
|
-
"name": "no-start-agent",
|
|
5936
|
-
"allowNo": false,
|
|
5937
|
-
"type": "boolean"
|
|
5938
|
-
},
|
|
5939
6226
|
"timeout": {
|
|
5940
6227
|
"description": "Time in milliseconds to wait for at least one credential before listing.",
|
|
5941
6228
|
"name": "timeout",
|
|
@@ -6076,5 +6363,5 @@
|
|
|
6076
6363
|
]
|
|
6077
6364
|
}
|
|
6078
6365
|
},
|
|
6079
|
-
"version": "0.5.3-main.
|
|
6366
|
+
"version": "0.5.3-main.fffc127"
|
|
6080
6367
|
}
|