@dxos/cli 0.5.3-main.61bbff4 → 0.5.3-main.63cdcad
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 +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 +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 +2 -2
- package/dist/src/commands/function/dev.d.ts.map +1 -1
- package/dist/src/commands/function/dev.js +27 -16
- 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 +2 -2
- 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.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 +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 +708 -412
- package/package.json +41 -41
- package/dist/src/base-command.d.ts.map +0 -1
- package/dist/src/base-command.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"
|
|
@@ -856,10 +826,543 @@
|
|
|
856
826
|
},
|
|
857
827
|
"hasDynamicHelp": false,
|
|
858
828
|
"hiddenAliases": [],
|
|
859
|
-
"id": "agent:stop",
|
|
829
|
+
"id": "agent:stop",
|
|
830
|
+
"pluginAlias": "@dxos/cli",
|
|
831
|
+
"pluginName": "@dxos/cli",
|
|
832
|
+
"pluginType": "core",
|
|
833
|
+
"strict": true,
|
|
834
|
+
"enableJsonFlag": true,
|
|
835
|
+
"isESM": false,
|
|
836
|
+
"relativePath": [
|
|
837
|
+
"dist",
|
|
838
|
+
"src",
|
|
839
|
+
"commands",
|
|
840
|
+
"agent",
|
|
841
|
+
"stop.js"
|
|
842
|
+
]
|
|
843
|
+
},
|
|
844
|
+
"app:create": {
|
|
845
|
+
"aliases": [],
|
|
846
|
+
"args": {
|
|
847
|
+
"name": {
|
|
848
|
+
"description": "App name.",
|
|
849
|
+
"name": "name",
|
|
850
|
+
"required": true
|
|
851
|
+
}
|
|
852
|
+
},
|
|
853
|
+
"description": "Manage applications (deprecated).",
|
|
854
|
+
"flags": {
|
|
855
|
+
"json": {
|
|
856
|
+
"description": "Output as JSON.",
|
|
857
|
+
"name": "json",
|
|
858
|
+
"allowNo": false,
|
|
859
|
+
"type": "boolean"
|
|
860
|
+
},
|
|
861
|
+
"dry-run": {
|
|
862
|
+
"description": "Dry run.",
|
|
863
|
+
"name": "dry-run",
|
|
864
|
+
"allowNo": false,
|
|
865
|
+
"type": "boolean"
|
|
866
|
+
},
|
|
867
|
+
"verbose": {
|
|
868
|
+
"char": "v",
|
|
869
|
+
"description": "Verbose output",
|
|
870
|
+
"name": "verbose",
|
|
871
|
+
"allowNo": false,
|
|
872
|
+
"type": "boolean"
|
|
873
|
+
},
|
|
874
|
+
"profile": {
|
|
875
|
+
"description": "User profile.",
|
|
876
|
+
"env": "DX_PROFILE",
|
|
877
|
+
"name": "profile",
|
|
878
|
+
"default": "default",
|
|
879
|
+
"hasDynamicHelp": false,
|
|
880
|
+
"multiple": false,
|
|
881
|
+
"type": "option"
|
|
882
|
+
},
|
|
883
|
+
"config": {
|
|
884
|
+
"aliases": [
|
|
885
|
+
"c"
|
|
886
|
+
],
|
|
887
|
+
"dependsOn": [
|
|
888
|
+
"profile"
|
|
889
|
+
],
|
|
890
|
+
"description": "Config file.",
|
|
891
|
+
"env": "DX_CONFIG",
|
|
892
|
+
"name": "config",
|
|
893
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
894
|
+
"hasDynamicHelp": false,
|
|
895
|
+
"helpValue": "path",
|
|
896
|
+
"multiple": false,
|
|
897
|
+
"type": "option"
|
|
898
|
+
},
|
|
899
|
+
"target": {
|
|
900
|
+
"description": "Target websocket server.",
|
|
901
|
+
"name": "target",
|
|
902
|
+
"hasDynamicHelp": false,
|
|
903
|
+
"multiple": false,
|
|
904
|
+
"type": "option"
|
|
905
|
+
},
|
|
906
|
+
"no-agent": {
|
|
907
|
+
"description": "Run command without starting an agent.",
|
|
908
|
+
"env": "DX_NO_AGENT",
|
|
909
|
+
"name": "no-agent",
|
|
910
|
+
"allowNo": false,
|
|
911
|
+
"type": "boolean"
|
|
912
|
+
},
|
|
913
|
+
"timeout": {
|
|
914
|
+
"aliases": [
|
|
915
|
+
"t"
|
|
916
|
+
],
|
|
917
|
+
"description": "Timeout (ms).",
|
|
918
|
+
"name": "timeout",
|
|
919
|
+
"default": 60000,
|
|
920
|
+
"hasDynamicHelp": false,
|
|
921
|
+
"multiple": false,
|
|
922
|
+
"type": "option"
|
|
923
|
+
},
|
|
924
|
+
"no-wait": {
|
|
925
|
+
"description": "Do not wait for space to be ready.",
|
|
926
|
+
"name": "no-wait",
|
|
927
|
+
"allowNo": false,
|
|
928
|
+
"type": "boolean"
|
|
929
|
+
},
|
|
930
|
+
"json-log": {
|
|
931
|
+
"description": "When running in foreground, log JSON format",
|
|
932
|
+
"name": "json-log",
|
|
933
|
+
"allowNo": false,
|
|
934
|
+
"type": "boolean"
|
|
935
|
+
},
|
|
936
|
+
"json-logfile": {
|
|
937
|
+
"description": "JSON log file destination, or 'stdout' or 'stderr'",
|
|
938
|
+
"name": "json-logfile",
|
|
939
|
+
"default": "stderr",
|
|
940
|
+
"hasDynamicHelp": false,
|
|
941
|
+
"multiple": false,
|
|
942
|
+
"type": "option"
|
|
943
|
+
},
|
|
944
|
+
"tag": {
|
|
945
|
+
"description": "Git tag or branch of the DXOS repo to checkout.",
|
|
946
|
+
"name": "tag",
|
|
947
|
+
"hasDynamicHelp": false,
|
|
948
|
+
"multiple": false,
|
|
949
|
+
"type": "option"
|
|
950
|
+
},
|
|
951
|
+
"template": {
|
|
952
|
+
"char": "t",
|
|
953
|
+
"description": "Template to use when creating the project.",
|
|
954
|
+
"name": "template",
|
|
955
|
+
"default": "hello",
|
|
956
|
+
"hasDynamicHelp": false,
|
|
957
|
+
"multiple": false,
|
|
958
|
+
"options": [
|
|
959
|
+
"hello",
|
|
960
|
+
"bare",
|
|
961
|
+
"tasks"
|
|
962
|
+
],
|
|
963
|
+
"type": "option"
|
|
964
|
+
},
|
|
965
|
+
"interactive": {
|
|
966
|
+
"char": "i",
|
|
967
|
+
"description": "Customize app template options via interactive prompt.",
|
|
968
|
+
"name": "interactive",
|
|
969
|
+
"allowNo": false,
|
|
970
|
+
"type": "boolean"
|
|
971
|
+
}
|
|
972
|
+
},
|
|
973
|
+
"hasDynamicHelp": false,
|
|
974
|
+
"hiddenAliases": [],
|
|
975
|
+
"id": "app:create",
|
|
976
|
+
"pluginAlias": "@dxos/cli",
|
|
977
|
+
"pluginName": "@dxos/cli",
|
|
978
|
+
"pluginType": "core",
|
|
979
|
+
"state": "deprecated",
|
|
980
|
+
"strict": true,
|
|
981
|
+
"enableJsonFlag": true,
|
|
982
|
+
"isESM": false,
|
|
983
|
+
"relativePath": [
|
|
984
|
+
"dist",
|
|
985
|
+
"src",
|
|
986
|
+
"commands",
|
|
987
|
+
"app",
|
|
988
|
+
"create.js"
|
|
989
|
+
]
|
|
990
|
+
},
|
|
991
|
+
"app:list": {
|
|
992
|
+
"aliases": [],
|
|
993
|
+
"args": {},
|
|
994
|
+
"description": "List apps.",
|
|
995
|
+
"flags": {
|
|
996
|
+
"json": {
|
|
997
|
+
"description": "Output as JSON.",
|
|
998
|
+
"name": "json",
|
|
999
|
+
"allowNo": false,
|
|
1000
|
+
"type": "boolean"
|
|
1001
|
+
},
|
|
1002
|
+
"dry-run": {
|
|
1003
|
+
"description": "Dry run.",
|
|
1004
|
+
"name": "dry-run",
|
|
1005
|
+
"allowNo": false,
|
|
1006
|
+
"type": "boolean"
|
|
1007
|
+
},
|
|
1008
|
+
"verbose": {
|
|
1009
|
+
"char": "v",
|
|
1010
|
+
"description": "Verbose output",
|
|
1011
|
+
"name": "verbose",
|
|
1012
|
+
"allowNo": false,
|
|
1013
|
+
"type": "boolean"
|
|
1014
|
+
},
|
|
1015
|
+
"profile": {
|
|
1016
|
+
"description": "User profile.",
|
|
1017
|
+
"env": "DX_PROFILE",
|
|
1018
|
+
"name": "profile",
|
|
1019
|
+
"default": "default",
|
|
1020
|
+
"hasDynamicHelp": false,
|
|
1021
|
+
"multiple": false,
|
|
1022
|
+
"type": "option"
|
|
1023
|
+
},
|
|
1024
|
+
"config": {
|
|
1025
|
+
"aliases": [
|
|
1026
|
+
"c"
|
|
1027
|
+
],
|
|
1028
|
+
"dependsOn": [
|
|
1029
|
+
"profile"
|
|
1030
|
+
],
|
|
1031
|
+
"description": "Config file.",
|
|
1032
|
+
"env": "DX_CONFIG",
|
|
1033
|
+
"name": "config",
|
|
1034
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
1035
|
+
"hasDynamicHelp": false,
|
|
1036
|
+
"helpValue": "path",
|
|
1037
|
+
"multiple": false,
|
|
1038
|
+
"type": "option"
|
|
1039
|
+
},
|
|
1040
|
+
"target": {
|
|
1041
|
+
"description": "Target websocket server.",
|
|
1042
|
+
"name": "target",
|
|
1043
|
+
"hasDynamicHelp": false,
|
|
1044
|
+
"multiple": false,
|
|
1045
|
+
"type": "option"
|
|
1046
|
+
},
|
|
1047
|
+
"no-agent": {
|
|
1048
|
+
"description": "Run command without starting an agent.",
|
|
1049
|
+
"env": "DX_NO_AGENT",
|
|
1050
|
+
"name": "no-agent",
|
|
1051
|
+
"allowNo": false,
|
|
1052
|
+
"type": "boolean"
|
|
1053
|
+
},
|
|
1054
|
+
"timeout": {
|
|
1055
|
+
"aliases": [
|
|
1056
|
+
"t"
|
|
1057
|
+
],
|
|
1058
|
+
"description": "Timeout (ms).",
|
|
1059
|
+
"name": "timeout",
|
|
1060
|
+
"default": 60000,
|
|
1061
|
+
"hasDynamicHelp": false,
|
|
1062
|
+
"multiple": false,
|
|
1063
|
+
"type": "option"
|
|
1064
|
+
},
|
|
1065
|
+
"no-wait": {
|
|
1066
|
+
"description": "Do not wait for space to be ready.",
|
|
1067
|
+
"name": "no-wait",
|
|
1068
|
+
"allowNo": false,
|
|
1069
|
+
"type": "boolean"
|
|
1070
|
+
},
|
|
1071
|
+
"json-log": {
|
|
1072
|
+
"description": "When running in foreground, log JSON format",
|
|
1073
|
+
"name": "json-log",
|
|
1074
|
+
"allowNo": false,
|
|
1075
|
+
"type": "boolean"
|
|
1076
|
+
},
|
|
1077
|
+
"json-logfile": {
|
|
1078
|
+
"description": "JSON log file destination, or 'stdout' or 'stderr'",
|
|
1079
|
+
"name": "json-logfile",
|
|
1080
|
+
"default": "stderr",
|
|
1081
|
+
"hasDynamicHelp": false,
|
|
1082
|
+
"multiple": false,
|
|
1083
|
+
"type": "option"
|
|
1084
|
+
}
|
|
1085
|
+
},
|
|
1086
|
+
"hasDynamicHelp": false,
|
|
1087
|
+
"hiddenAliases": [],
|
|
1088
|
+
"id": "app:list",
|
|
1089
|
+
"pluginAlias": "@dxos/cli",
|
|
1090
|
+
"pluginName": "@dxos/cli",
|
|
1091
|
+
"pluginType": "core",
|
|
1092
|
+
"state": "deprecated",
|
|
1093
|
+
"strict": true,
|
|
1094
|
+
"enableJsonFlag": true,
|
|
1095
|
+
"isESM": false,
|
|
1096
|
+
"relativePath": [
|
|
1097
|
+
"dist",
|
|
1098
|
+
"src",
|
|
1099
|
+
"commands",
|
|
1100
|
+
"app",
|
|
1101
|
+
"list.js"
|
|
1102
|
+
]
|
|
1103
|
+
},
|
|
1104
|
+
"app:open": {
|
|
1105
|
+
"aliases": [],
|
|
1106
|
+
"args": {
|
|
1107
|
+
"url": {
|
|
1108
|
+
"description": "App URL.",
|
|
1109
|
+
"name": "url",
|
|
1110
|
+
"required": true
|
|
1111
|
+
}
|
|
1112
|
+
},
|
|
1113
|
+
"description": "Opens app with provided url and process device invitation.",
|
|
1114
|
+
"flags": {
|
|
1115
|
+
"json": {
|
|
1116
|
+
"description": "Output as JSON.",
|
|
1117
|
+
"name": "json",
|
|
1118
|
+
"allowNo": false,
|
|
1119
|
+
"type": "boolean"
|
|
1120
|
+
},
|
|
1121
|
+
"dry-run": {
|
|
1122
|
+
"description": "Dry run.",
|
|
1123
|
+
"name": "dry-run",
|
|
1124
|
+
"allowNo": false,
|
|
1125
|
+
"type": "boolean"
|
|
1126
|
+
},
|
|
1127
|
+
"verbose": {
|
|
1128
|
+
"char": "v",
|
|
1129
|
+
"description": "Verbose output",
|
|
1130
|
+
"name": "verbose",
|
|
1131
|
+
"allowNo": false,
|
|
1132
|
+
"type": "boolean"
|
|
1133
|
+
},
|
|
1134
|
+
"profile": {
|
|
1135
|
+
"description": "User profile.",
|
|
1136
|
+
"env": "DX_PROFILE",
|
|
1137
|
+
"name": "profile",
|
|
1138
|
+
"default": "default",
|
|
1139
|
+
"hasDynamicHelp": false,
|
|
1140
|
+
"multiple": false,
|
|
1141
|
+
"type": "option"
|
|
1142
|
+
},
|
|
1143
|
+
"config": {
|
|
1144
|
+
"aliases": [
|
|
1145
|
+
"c"
|
|
1146
|
+
],
|
|
1147
|
+
"dependsOn": [
|
|
1148
|
+
"profile"
|
|
1149
|
+
],
|
|
1150
|
+
"description": "Config file.",
|
|
1151
|
+
"env": "DX_CONFIG",
|
|
1152
|
+
"name": "config",
|
|
1153
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
1154
|
+
"hasDynamicHelp": false,
|
|
1155
|
+
"helpValue": "path",
|
|
1156
|
+
"multiple": false,
|
|
1157
|
+
"type": "option"
|
|
1158
|
+
},
|
|
1159
|
+
"target": {
|
|
1160
|
+
"description": "Target websocket server.",
|
|
1161
|
+
"name": "target",
|
|
1162
|
+
"hasDynamicHelp": false,
|
|
1163
|
+
"multiple": false,
|
|
1164
|
+
"type": "option"
|
|
1165
|
+
},
|
|
1166
|
+
"no-agent": {
|
|
1167
|
+
"description": "Run command without starting an agent.",
|
|
1168
|
+
"env": "DX_NO_AGENT",
|
|
1169
|
+
"name": "no-agent",
|
|
1170
|
+
"allowNo": false,
|
|
1171
|
+
"type": "boolean"
|
|
1172
|
+
},
|
|
1173
|
+
"timeout": {
|
|
1174
|
+
"aliases": [
|
|
1175
|
+
"t"
|
|
1176
|
+
],
|
|
1177
|
+
"description": "Timeout (ms).",
|
|
1178
|
+
"name": "timeout",
|
|
1179
|
+
"default": 60000,
|
|
1180
|
+
"hasDynamicHelp": false,
|
|
1181
|
+
"multiple": false,
|
|
1182
|
+
"type": "option"
|
|
1183
|
+
},
|
|
1184
|
+
"no-wait": {
|
|
1185
|
+
"description": "Do not wait for space to be ready.",
|
|
1186
|
+
"name": "no-wait",
|
|
1187
|
+
"allowNo": false,
|
|
1188
|
+
"type": "boolean"
|
|
1189
|
+
},
|
|
1190
|
+
"json-log": {
|
|
1191
|
+
"description": "When running in foreground, log JSON format",
|
|
1192
|
+
"name": "json-log",
|
|
1193
|
+
"allowNo": false,
|
|
1194
|
+
"type": "boolean"
|
|
1195
|
+
},
|
|
1196
|
+
"json-logfile": {
|
|
1197
|
+
"description": "JSON log file destination, or 'stdout' or 'stderr'",
|
|
1198
|
+
"name": "json-logfile",
|
|
1199
|
+
"default": "stderr",
|
|
1200
|
+
"hasDynamicHelp": false,
|
|
1201
|
+
"multiple": false,
|
|
1202
|
+
"type": "option"
|
|
1203
|
+
},
|
|
1204
|
+
"instances": {
|
|
1205
|
+
"description": "Amount of test instances.",
|
|
1206
|
+
"name": "instances",
|
|
1207
|
+
"default": 1,
|
|
1208
|
+
"hasDynamicHelp": false,
|
|
1209
|
+
"multiple": false,
|
|
1210
|
+
"type": "option"
|
|
1211
|
+
},
|
|
1212
|
+
"invite": {
|
|
1213
|
+
"description": "If `true` proceed device invitation for all instances.",
|
|
1214
|
+
"name": "invite",
|
|
1215
|
+
"allowNo": false,
|
|
1216
|
+
"type": "boolean"
|
|
1217
|
+
}
|
|
1218
|
+
},
|
|
1219
|
+
"hasDynamicHelp": false,
|
|
1220
|
+
"hiddenAliases": [],
|
|
1221
|
+
"id": "app:open",
|
|
1222
|
+
"pluginAlias": "@dxos/cli",
|
|
1223
|
+
"pluginName": "@dxos/cli",
|
|
1224
|
+
"pluginType": "core",
|
|
1225
|
+
"state": "deprecated",
|
|
1226
|
+
"strict": true,
|
|
1227
|
+
"enableJsonFlag": true,
|
|
1228
|
+
"isESM": false,
|
|
1229
|
+
"relativePath": [
|
|
1230
|
+
"dist",
|
|
1231
|
+
"src",
|
|
1232
|
+
"commands",
|
|
1233
|
+
"app",
|
|
1234
|
+
"open.js"
|
|
1235
|
+
]
|
|
1236
|
+
},
|
|
1237
|
+
"app:publish": {
|
|
1238
|
+
"aliases": [],
|
|
1239
|
+
"args": {},
|
|
1240
|
+
"description": "Publish apps.",
|
|
1241
|
+
"flags": {
|
|
1242
|
+
"json": {
|
|
1243
|
+
"description": "Output as JSON.",
|
|
1244
|
+
"name": "json",
|
|
1245
|
+
"allowNo": false,
|
|
1246
|
+
"type": "boolean"
|
|
1247
|
+
},
|
|
1248
|
+
"dry-run": {
|
|
1249
|
+
"description": "Dry run.",
|
|
1250
|
+
"name": "dry-run",
|
|
1251
|
+
"allowNo": false,
|
|
1252
|
+
"type": "boolean"
|
|
1253
|
+
},
|
|
1254
|
+
"verbose": {
|
|
1255
|
+
"char": "v",
|
|
1256
|
+
"description": "Verbose output",
|
|
1257
|
+
"name": "verbose",
|
|
1258
|
+
"allowNo": false,
|
|
1259
|
+
"type": "boolean"
|
|
1260
|
+
},
|
|
1261
|
+
"profile": {
|
|
1262
|
+
"description": "User profile.",
|
|
1263
|
+
"env": "DX_PROFILE",
|
|
1264
|
+
"name": "profile",
|
|
1265
|
+
"default": "default",
|
|
1266
|
+
"hasDynamicHelp": false,
|
|
1267
|
+
"multiple": false,
|
|
1268
|
+
"type": "option"
|
|
1269
|
+
},
|
|
1270
|
+
"config": {
|
|
1271
|
+
"aliases": [
|
|
1272
|
+
"c"
|
|
1273
|
+
],
|
|
1274
|
+
"dependsOn": [
|
|
1275
|
+
"profile"
|
|
1276
|
+
],
|
|
1277
|
+
"description": "Config file.",
|
|
1278
|
+
"env": "DX_CONFIG",
|
|
1279
|
+
"name": "config",
|
|
1280
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
1281
|
+
"hasDynamicHelp": false,
|
|
1282
|
+
"helpValue": "path",
|
|
1283
|
+
"multiple": false,
|
|
1284
|
+
"type": "option"
|
|
1285
|
+
},
|
|
1286
|
+
"target": {
|
|
1287
|
+
"description": "Target websocket server.",
|
|
1288
|
+
"name": "target",
|
|
1289
|
+
"hasDynamicHelp": false,
|
|
1290
|
+
"multiple": false,
|
|
1291
|
+
"type": "option"
|
|
1292
|
+
},
|
|
1293
|
+
"no-agent": {
|
|
1294
|
+
"description": "Run command without starting an agent.",
|
|
1295
|
+
"env": "DX_NO_AGENT",
|
|
1296
|
+
"name": "no-agent",
|
|
1297
|
+
"allowNo": false,
|
|
1298
|
+
"type": "boolean"
|
|
1299
|
+
},
|
|
1300
|
+
"timeout": {
|
|
1301
|
+
"aliases": [
|
|
1302
|
+
"t"
|
|
1303
|
+
],
|
|
1304
|
+
"description": "Timeout (ms).",
|
|
1305
|
+
"name": "timeout",
|
|
1306
|
+
"default": 60000,
|
|
1307
|
+
"hasDynamicHelp": false,
|
|
1308
|
+
"multiple": false,
|
|
1309
|
+
"type": "option"
|
|
1310
|
+
},
|
|
1311
|
+
"no-wait": {
|
|
1312
|
+
"description": "Do not wait for space to be ready.",
|
|
1313
|
+
"name": "no-wait",
|
|
1314
|
+
"allowNo": false,
|
|
1315
|
+
"type": "boolean"
|
|
1316
|
+
},
|
|
1317
|
+
"json-log": {
|
|
1318
|
+
"description": "When running in foreground, log JSON format",
|
|
1319
|
+
"name": "json-log",
|
|
1320
|
+
"allowNo": false,
|
|
1321
|
+
"type": "boolean"
|
|
1322
|
+
},
|
|
1323
|
+
"json-logfile": {
|
|
1324
|
+
"description": "JSON log file destination, or 'stdout' or 'stderr'",
|
|
1325
|
+
"name": "json-logfile",
|
|
1326
|
+
"default": "stderr",
|
|
1327
|
+
"hasDynamicHelp": false,
|
|
1328
|
+
"multiple": false,
|
|
1329
|
+
"type": "option"
|
|
1330
|
+
},
|
|
1331
|
+
"configPath": {
|
|
1332
|
+
"description": "Path to dx.yml",
|
|
1333
|
+
"name": "configPath",
|
|
1334
|
+
"hasDynamicHelp": false,
|
|
1335
|
+
"multiple": false,
|
|
1336
|
+
"type": "option"
|
|
1337
|
+
},
|
|
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",
|
|
860
1362
|
"pluginAlias": "@dxos/cli",
|
|
861
1363
|
"pluginName": "@dxos/cli",
|
|
862
1364
|
"pluginType": "core",
|
|
1365
|
+
"state": "deprecated",
|
|
863
1366
|
"strict": true,
|
|
864
1367
|
"enableJsonFlag": true,
|
|
865
1368
|
"isESM": false,
|
|
@@ -867,20 +1370,13 @@
|
|
|
867
1370
|
"dist",
|
|
868
1371
|
"src",
|
|
869
1372
|
"commands",
|
|
870
|
-
"
|
|
871
|
-
"
|
|
1373
|
+
"app",
|
|
1374
|
+
"publish.js"
|
|
872
1375
|
]
|
|
873
1376
|
},
|
|
874
|
-
"
|
|
1377
|
+
"composer:base": {
|
|
875
1378
|
"aliases": [],
|
|
876
|
-
"args": {
|
|
877
|
-
"name": {
|
|
878
|
-
"description": "App name.",
|
|
879
|
-
"name": "name",
|
|
880
|
-
"required": true
|
|
881
|
-
}
|
|
882
|
-
},
|
|
883
|
-
"description": "Manage applications.",
|
|
1379
|
+
"args": {},
|
|
884
1380
|
"flags": {
|
|
885
1381
|
"json": {
|
|
886
1382
|
"description": "Output as JSON.",
|
|
@@ -934,17 +1430,12 @@
|
|
|
934
1430
|
"type": "option"
|
|
935
1431
|
},
|
|
936
1432
|
"no-agent": {
|
|
937
|
-
"description": "Run command without
|
|
1433
|
+
"description": "Run command without starting an agent.",
|
|
1434
|
+
"env": "DX_NO_AGENT",
|
|
938
1435
|
"name": "no-agent",
|
|
939
1436
|
"allowNo": false,
|
|
940
1437
|
"type": "boolean"
|
|
941
1438
|
},
|
|
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
1439
|
"timeout": {
|
|
949
1440
|
"aliases": [
|
|
950
1441
|
"t"
|
|
@@ -975,39 +1466,11 @@
|
|
|
975
1466
|
"hasDynamicHelp": false,
|
|
976
1467
|
"multiple": false,
|
|
977
1468
|
"type": "option"
|
|
978
|
-
},
|
|
979
|
-
"tag": {
|
|
980
|
-
"description": "Git tag or branch of the DXOS repo to checkout.",
|
|
981
|
-
"name": "tag",
|
|
982
|
-
"hasDynamicHelp": false,
|
|
983
|
-
"multiple": false,
|
|
984
|
-
"type": "option"
|
|
985
|
-
},
|
|
986
|
-
"template": {
|
|
987
|
-
"char": "t",
|
|
988
|
-
"description": "Template to use when creating the project.",
|
|
989
|
-
"name": "template",
|
|
990
|
-
"default": "hello",
|
|
991
|
-
"hasDynamicHelp": false,
|
|
992
|
-
"multiple": false,
|
|
993
|
-
"options": [
|
|
994
|
-
"hello",
|
|
995
|
-
"bare",
|
|
996
|
-
"tasks"
|
|
997
|
-
],
|
|
998
|
-
"type": "option"
|
|
999
|
-
},
|
|
1000
|
-
"interactive": {
|
|
1001
|
-
"char": "i",
|
|
1002
|
-
"description": "Customize app template options via interactive prompt.",
|
|
1003
|
-
"name": "interactive",
|
|
1004
|
-
"allowNo": false,
|
|
1005
|
-
"type": "boolean"
|
|
1006
1469
|
}
|
|
1007
1470
|
},
|
|
1008
1471
|
"hasDynamicHelp": false,
|
|
1009
1472
|
"hiddenAliases": [],
|
|
1010
|
-
"id": "
|
|
1473
|
+
"id": "composer:base",
|
|
1011
1474
|
"pluginAlias": "@dxos/cli",
|
|
1012
1475
|
"pluginName": "@dxos/cli",
|
|
1013
1476
|
"pluginType": "core",
|
|
@@ -1018,14 +1481,19 @@
|
|
|
1018
1481
|
"dist",
|
|
1019
1482
|
"src",
|
|
1020
1483
|
"commands",
|
|
1021
|
-
"
|
|
1022
|
-
"
|
|
1484
|
+
"composer",
|
|
1485
|
+
"base.js"
|
|
1023
1486
|
]
|
|
1024
1487
|
},
|
|
1025
|
-
"
|
|
1488
|
+
"composer:import": {
|
|
1026
1489
|
"aliases": [],
|
|
1027
|
-
"args": {
|
|
1028
|
-
|
|
1490
|
+
"args": {
|
|
1491
|
+
"file": {
|
|
1492
|
+
"name": "file",
|
|
1493
|
+
"required": true
|
|
1494
|
+
}
|
|
1495
|
+
},
|
|
1496
|
+
"description": "Import ECHO objects.",
|
|
1029
1497
|
"flags": {
|
|
1030
1498
|
"json": {
|
|
1031
1499
|
"description": "Output as JSON.",
|
|
@@ -1079,17 +1547,12 @@
|
|
|
1079
1547
|
"type": "option"
|
|
1080
1548
|
},
|
|
1081
1549
|
"no-agent": {
|
|
1082
|
-
"description": "Run command without
|
|
1550
|
+
"description": "Run command without starting an agent.",
|
|
1551
|
+
"env": "DX_NO_AGENT",
|
|
1083
1552
|
"name": "no-agent",
|
|
1084
1553
|
"allowNo": false,
|
|
1085
1554
|
"type": "boolean"
|
|
1086
1555
|
},
|
|
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
1556
|
"timeout": {
|
|
1094
1557
|
"aliases": [
|
|
1095
1558
|
"t"
|
|
@@ -1120,11 +1583,18 @@
|
|
|
1120
1583
|
"hasDynamicHelp": false,
|
|
1121
1584
|
"multiple": false,
|
|
1122
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"
|
|
1123
1593
|
}
|
|
1124
1594
|
},
|
|
1125
1595
|
"hasDynamicHelp": false,
|
|
1126
1596
|
"hiddenAliases": [],
|
|
1127
|
-
"id": "
|
|
1597
|
+
"id": "composer:import",
|
|
1128
1598
|
"pluginAlias": "@dxos/cli",
|
|
1129
1599
|
"pluginName": "@dxos/cli",
|
|
1130
1600
|
"pluginType": "core",
|
|
@@ -1135,20 +1605,14 @@
|
|
|
1135
1605
|
"dist",
|
|
1136
1606
|
"src",
|
|
1137
1607
|
"commands",
|
|
1138
|
-
"
|
|
1139
|
-
"
|
|
1608
|
+
"composer",
|
|
1609
|
+
"import.js"
|
|
1140
1610
|
]
|
|
1141
1611
|
},
|
|
1142
|
-
"
|
|
1612
|
+
"composer:query": {
|
|
1143
1613
|
"aliases": [],
|
|
1144
|
-
"args": {
|
|
1145
|
-
|
|
1146
|
-
"description": "App URL.",
|
|
1147
|
-
"name": "url",
|
|
1148
|
-
"required": true
|
|
1149
|
-
}
|
|
1150
|
-
},
|
|
1151
|
-
"description": "Opens app with provided url and process device invitation.",
|
|
1614
|
+
"args": {},
|
|
1615
|
+
"description": "Query database.",
|
|
1152
1616
|
"flags": {
|
|
1153
1617
|
"json": {
|
|
1154
1618
|
"description": "Output as JSON.",
|
|
@@ -1202,17 +1666,12 @@
|
|
|
1202
1666
|
"type": "option"
|
|
1203
1667
|
},
|
|
1204
1668
|
"no-agent": {
|
|
1205
|
-
"description": "Run command without
|
|
1669
|
+
"description": "Run command without starting an agent.",
|
|
1670
|
+
"env": "DX_NO_AGENT",
|
|
1206
1671
|
"name": "no-agent",
|
|
1207
1672
|
"allowNo": false,
|
|
1208
1673
|
"type": "boolean"
|
|
1209
1674
|
},
|
|
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
1675
|
"timeout": {
|
|
1217
1676
|
"aliases": [
|
|
1218
1677
|
"t"
|
|
@@ -1244,24 +1703,24 @@
|
|
|
1244
1703
|
"multiple": false,
|
|
1245
1704
|
"type": "option"
|
|
1246
1705
|
},
|
|
1247
|
-
"
|
|
1248
|
-
"description": "
|
|
1249
|
-
"name": "
|
|
1250
|
-
"default": 1,
|
|
1706
|
+
"key": {
|
|
1707
|
+
"description": "Space key(s) head in hex.",
|
|
1708
|
+
"name": "key",
|
|
1251
1709
|
"hasDynamicHelp": false,
|
|
1252
|
-
"multiple":
|
|
1710
|
+
"multiple": true,
|
|
1253
1711
|
"type": "option"
|
|
1254
1712
|
},
|
|
1255
|
-
"
|
|
1256
|
-
"description": "
|
|
1257
|
-
"name": "
|
|
1258
|
-
"
|
|
1259
|
-
"
|
|
1713
|
+
"type": {
|
|
1714
|
+
"description": "Data type.",
|
|
1715
|
+
"name": "type",
|
|
1716
|
+
"hasDynamicHelp": false,
|
|
1717
|
+
"multiple": false,
|
|
1718
|
+
"type": "option"
|
|
1260
1719
|
}
|
|
1261
1720
|
},
|
|
1262
1721
|
"hasDynamicHelp": false,
|
|
1263
1722
|
"hiddenAliases": [],
|
|
1264
|
-
"id": "
|
|
1723
|
+
"id": "composer:query",
|
|
1265
1724
|
"pluginAlias": "@dxos/cli",
|
|
1266
1725
|
"pluginName": "@dxos/cli",
|
|
1267
1726
|
"pluginType": "core",
|
|
@@ -1272,14 +1731,14 @@
|
|
|
1272
1731
|
"dist",
|
|
1273
1732
|
"src",
|
|
1274
1733
|
"commands",
|
|
1275
|
-
"
|
|
1276
|
-
"
|
|
1734
|
+
"composer",
|
|
1735
|
+
"query.js"
|
|
1277
1736
|
]
|
|
1278
1737
|
},
|
|
1279
|
-
"
|
|
1738
|
+
"composer:upload": {
|
|
1280
1739
|
"aliases": [],
|
|
1281
1740
|
"args": {},
|
|
1282
|
-
"description": "
|
|
1741
|
+
"description": "Upload IPFS file.",
|
|
1283
1742
|
"flags": {
|
|
1284
1743
|
"json": {
|
|
1285
1744
|
"description": "Output as JSON.",
|
|
@@ -1333,17 +1792,12 @@
|
|
|
1333
1792
|
"type": "option"
|
|
1334
1793
|
},
|
|
1335
1794
|
"no-agent": {
|
|
1336
|
-
"description": "Run command without
|
|
1795
|
+
"description": "Run command without starting an agent.",
|
|
1796
|
+
"env": "DX_NO_AGENT",
|
|
1337
1797
|
"name": "no-agent",
|
|
1338
1798
|
"allowNo": false,
|
|
1339
1799
|
"type": "boolean"
|
|
1340
1800
|
},
|
|
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
1801
|
"timeout": {
|
|
1348
1802
|
"aliases": [
|
|
1349
1803
|
"t"
|
|
@@ -1375,29 +1829,16 @@
|
|
|
1375
1829
|
"multiple": false,
|
|
1376
1830
|
"type": "option"
|
|
1377
1831
|
},
|
|
1378
|
-
"
|
|
1379
|
-
"description": "
|
|
1380
|
-
"name": "
|
|
1381
|
-
"hasDynamicHelp": false,
|
|
1382
|
-
"multiple": false,
|
|
1383
|
-
"type": "option"
|
|
1384
|
-
},
|
|
1385
|
-
"accessToken": {
|
|
1386
|
-
"description": "Access token for publishing.",
|
|
1387
|
-
"name": "accessToken",
|
|
1832
|
+
"key": {
|
|
1833
|
+
"description": "Space key(s) head in hex.",
|
|
1834
|
+
"name": "key",
|
|
1388
1835
|
"hasDynamicHelp": false,
|
|
1389
|
-
"multiple":
|
|
1836
|
+
"multiple": true,
|
|
1390
1837
|
"type": "option"
|
|
1391
1838
|
},
|
|
1392
|
-
"
|
|
1393
|
-
"
|
|
1394
|
-
"
|
|
1395
|
-
"allowNo": false,
|
|
1396
|
-
"type": "boolean"
|
|
1397
|
-
},
|
|
1398
|
-
"version": {
|
|
1399
|
-
"description": "Version of modules to publish.",
|
|
1400
|
-
"name": "version",
|
|
1839
|
+
"file": {
|
|
1840
|
+
"name": "file",
|
|
1841
|
+
"required": true,
|
|
1401
1842
|
"hasDynamicHelp": false,
|
|
1402
1843
|
"multiple": false,
|
|
1403
1844
|
"type": "option"
|
|
@@ -1405,7 +1846,7 @@
|
|
|
1405
1846
|
},
|
|
1406
1847
|
"hasDynamicHelp": false,
|
|
1407
1848
|
"hiddenAliases": [],
|
|
1408
|
-
"id": "
|
|
1849
|
+
"id": "composer:upload",
|
|
1409
1850
|
"pluginAlias": "@dxos/cli",
|
|
1410
1851
|
"pluginName": "@dxos/cli",
|
|
1411
1852
|
"pluginType": "core",
|
|
@@ -1416,8 +1857,8 @@
|
|
|
1416
1857
|
"dist",
|
|
1417
1858
|
"src",
|
|
1418
1859
|
"commands",
|
|
1419
|
-
"
|
|
1420
|
-
"
|
|
1860
|
+
"composer",
|
|
1861
|
+
"upload.js"
|
|
1421
1862
|
]
|
|
1422
1863
|
},
|
|
1423
1864
|
"config": {
|
|
@@ -1477,17 +1918,12 @@
|
|
|
1477
1918
|
"type": "option"
|
|
1478
1919
|
},
|
|
1479
1920
|
"no-agent": {
|
|
1480
|
-
"description": "Run command without
|
|
1921
|
+
"description": "Run command without starting an agent.",
|
|
1922
|
+
"env": "DX_NO_AGENT",
|
|
1481
1923
|
"name": "no-agent",
|
|
1482
1924
|
"allowNo": false,
|
|
1483
1925
|
"type": "boolean"
|
|
1484
1926
|
},
|
|
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
1927
|
"timeout": {
|
|
1492
1928
|
"aliases": [
|
|
1493
1929
|
"t"
|
|
@@ -1604,17 +2040,12 @@
|
|
|
1604
2040
|
"type": "option"
|
|
1605
2041
|
},
|
|
1606
2042
|
"no-agent": {
|
|
1607
|
-
"description": "Run command without
|
|
2043
|
+
"description": "Run command without starting an agent.",
|
|
2044
|
+
"env": "DX_NO_AGENT",
|
|
1608
2045
|
"name": "no-agent",
|
|
1609
2046
|
"allowNo": false,
|
|
1610
2047
|
"type": "boolean"
|
|
1611
2048
|
},
|
|
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
2049
|
"timeout": {
|
|
1619
2050
|
"aliases": [
|
|
1620
2051
|
"t"
|
|
@@ -1733,17 +2164,12 @@
|
|
|
1733
2164
|
"type": "option"
|
|
1734
2165
|
},
|
|
1735
2166
|
"no-agent": {
|
|
1736
|
-
"description": "Run command without
|
|
2167
|
+
"description": "Run command without starting an agent.",
|
|
2168
|
+
"env": "DX_NO_AGENT",
|
|
1737
2169
|
"name": "no-agent",
|
|
1738
2170
|
"allowNo": false,
|
|
1739
2171
|
"type": "boolean"
|
|
1740
2172
|
},
|
|
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
2173
|
"timeout": {
|
|
1748
2174
|
"aliases": [
|
|
1749
2175
|
"t"
|
|
@@ -1797,7 +2223,7 @@
|
|
|
1797
2223
|
"aliases": [],
|
|
1798
2224
|
"args": {
|
|
1799
2225
|
"key": {
|
|
1800
|
-
"description": "Space key head in hex.",
|
|
2226
|
+
"description": "Space key(s) head in hex.",
|
|
1801
2227
|
"name": "key"
|
|
1802
2228
|
}
|
|
1803
2229
|
},
|
|
@@ -1855,17 +2281,12 @@
|
|
|
1855
2281
|
"type": "option"
|
|
1856
2282
|
},
|
|
1857
2283
|
"no-agent": {
|
|
1858
|
-
"description": "Run command without
|
|
2284
|
+
"description": "Run command without starting an agent.",
|
|
2285
|
+
"env": "DX_NO_AGENT",
|
|
1859
2286
|
"name": "no-agent",
|
|
1860
2287
|
"allowNo": false,
|
|
1861
2288
|
"type": "boolean"
|
|
1862
2289
|
},
|
|
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
2290
|
"timeout": {
|
|
1870
2291
|
"aliases": [
|
|
1871
2292
|
"t"
|
|
@@ -2016,17 +2437,12 @@
|
|
|
2016
2437
|
"type": "option"
|
|
2017
2438
|
},
|
|
2018
2439
|
"no-agent": {
|
|
2019
|
-
"description": "Run command without
|
|
2440
|
+
"description": "Run command without starting an agent.",
|
|
2441
|
+
"env": "DX_NO_AGENT",
|
|
2020
2442
|
"name": "no-agent",
|
|
2021
2443
|
"allowNo": false,
|
|
2022
2444
|
"type": "boolean"
|
|
2023
2445
|
},
|
|
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
2446
|
"timeout": {
|
|
2031
2447
|
"aliases": [
|
|
2032
2448
|
"t"
|
|
@@ -2133,17 +2549,12 @@
|
|
|
2133
2549
|
"type": "option"
|
|
2134
2550
|
},
|
|
2135
2551
|
"no-agent": {
|
|
2136
|
-
"description": "Run command without
|
|
2552
|
+
"description": "Run command without starting an agent.",
|
|
2553
|
+
"env": "DX_NO_AGENT",
|
|
2137
2554
|
"name": "no-agent",
|
|
2138
2555
|
"allowNo": false,
|
|
2139
2556
|
"type": "boolean"
|
|
2140
2557
|
},
|
|
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
2558
|
"timeout": {
|
|
2148
2559
|
"aliases": [
|
|
2149
2560
|
"t"
|
|
@@ -2258,17 +2669,12 @@
|
|
|
2258
2669
|
"type": "option"
|
|
2259
2670
|
},
|
|
2260
2671
|
"no-agent": {
|
|
2261
|
-
"description": "Run command without
|
|
2672
|
+
"description": "Run command without starting an agent.",
|
|
2673
|
+
"env": "DX_NO_AGENT",
|
|
2262
2674
|
"name": "no-agent",
|
|
2263
2675
|
"allowNo": false,
|
|
2264
2676
|
"type": "boolean"
|
|
2265
2677
|
},
|
|
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
2678
|
"timeout": {
|
|
2273
2679
|
"aliases": [
|
|
2274
2680
|
"t"
|
|
@@ -2375,17 +2781,12 @@
|
|
|
2375
2781
|
"type": "option"
|
|
2376
2782
|
},
|
|
2377
2783
|
"no-agent": {
|
|
2378
|
-
"description": "Run command without
|
|
2784
|
+
"description": "Run command without starting an agent.",
|
|
2785
|
+
"env": "DX_NO_AGENT",
|
|
2379
2786
|
"name": "no-agent",
|
|
2380
2787
|
"allowNo": false,
|
|
2381
2788
|
"type": "boolean"
|
|
2382
2789
|
},
|
|
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
2790
|
"timeout": {
|
|
2390
2791
|
"aliases": [
|
|
2391
2792
|
"t"
|
|
@@ -2569,17 +2970,12 @@
|
|
|
2569
2970
|
"type": "option"
|
|
2570
2971
|
},
|
|
2571
2972
|
"no-agent": {
|
|
2572
|
-
"description": "Run command without
|
|
2973
|
+
"description": "Run command without starting an agent.",
|
|
2974
|
+
"env": "DX_NO_AGENT",
|
|
2573
2975
|
"name": "no-agent",
|
|
2574
2976
|
"allowNo": false,
|
|
2575
2977
|
"type": "boolean"
|
|
2576
2978
|
},
|
|
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
2979
|
"timeout": {
|
|
2584
2980
|
"aliases": [
|
|
2585
2981
|
"t"
|
|
@@ -2702,17 +3098,12 @@
|
|
|
2702
3098
|
"type": "option"
|
|
2703
3099
|
},
|
|
2704
3100
|
"no-agent": {
|
|
2705
|
-
"description": "Run command without
|
|
3101
|
+
"description": "Run command without starting an agent.",
|
|
3102
|
+
"env": "DX_NO_AGENT",
|
|
2706
3103
|
"name": "no-agent",
|
|
2707
3104
|
"allowNo": false,
|
|
2708
3105
|
"type": "boolean"
|
|
2709
3106
|
},
|
|
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
3107
|
"timeout": {
|
|
2717
3108
|
"aliases": [
|
|
2718
3109
|
"t"
|
|
@@ -2744,6 +3135,13 @@
|
|
|
2744
3135
|
"multiple": false,
|
|
2745
3136
|
"type": "option"
|
|
2746
3137
|
},
|
|
3138
|
+
"key": {
|
|
3139
|
+
"description": "Space key(s) head in hex.",
|
|
3140
|
+
"name": "key",
|
|
3141
|
+
"hasDynamicHelp": false,
|
|
3142
|
+
"multiple": true,
|
|
3143
|
+
"type": "option"
|
|
3144
|
+
},
|
|
2747
3145
|
"require": {
|
|
2748
3146
|
"aliases": [
|
|
2749
3147
|
"r"
|
|
@@ -2851,17 +3249,12 @@
|
|
|
2851
3249
|
"type": "option"
|
|
2852
3250
|
},
|
|
2853
3251
|
"no-agent": {
|
|
2854
|
-
"description": "Run command without
|
|
3252
|
+
"description": "Run command without starting an agent.",
|
|
3253
|
+
"env": "DX_NO_AGENT",
|
|
2855
3254
|
"name": "no-agent",
|
|
2856
3255
|
"allowNo": false,
|
|
2857
3256
|
"type": "boolean"
|
|
2858
3257
|
},
|
|
2859
|
-
"no-start-agent": {
|
|
2860
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
2861
|
-
"name": "no-start-agent",
|
|
2862
|
-
"allowNo": false,
|
|
2863
|
-
"type": "boolean"
|
|
2864
|
-
},
|
|
2865
3258
|
"timeout": {
|
|
2866
3259
|
"aliases": [
|
|
2867
3260
|
"t"
|
|
@@ -2974,17 +3367,12 @@
|
|
|
2974
3367
|
"type": "option"
|
|
2975
3368
|
},
|
|
2976
3369
|
"no-agent": {
|
|
2977
|
-
"description": "Run command without
|
|
3370
|
+
"description": "Run command without starting an agent.",
|
|
3371
|
+
"env": "DX_NO_AGENT",
|
|
2978
3372
|
"name": "no-agent",
|
|
2979
3373
|
"allowNo": false,
|
|
2980
3374
|
"type": "boolean"
|
|
2981
3375
|
},
|
|
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
3376
|
"timeout": {
|
|
2989
3377
|
"aliases": [
|
|
2990
3378
|
"t"
|
|
@@ -3098,17 +3486,12 @@
|
|
|
3098
3486
|
"type": "option"
|
|
3099
3487
|
},
|
|
3100
3488
|
"no-agent": {
|
|
3101
|
-
"description": "Run command without
|
|
3489
|
+
"description": "Run command without starting an agent.",
|
|
3490
|
+
"env": "DX_NO_AGENT",
|
|
3102
3491
|
"name": "no-agent",
|
|
3103
3492
|
"allowNo": false,
|
|
3104
3493
|
"type": "boolean"
|
|
3105
3494
|
},
|
|
3106
|
-
"no-start-agent": {
|
|
3107
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
3108
|
-
"name": "no-start-agent",
|
|
3109
|
-
"allowNo": false,
|
|
3110
|
-
"type": "boolean"
|
|
3111
|
-
},
|
|
3112
3495
|
"timeout": {
|
|
3113
3496
|
"aliases": [
|
|
3114
3497
|
"t"
|
|
@@ -3228,17 +3611,12 @@
|
|
|
3228
3611
|
"type": "option"
|
|
3229
3612
|
},
|
|
3230
3613
|
"no-agent": {
|
|
3231
|
-
"description": "Run command without
|
|
3614
|
+
"description": "Run command without starting an agent.",
|
|
3615
|
+
"env": "DX_NO_AGENT",
|
|
3232
3616
|
"name": "no-agent",
|
|
3233
3617
|
"allowNo": false,
|
|
3234
3618
|
"type": "boolean"
|
|
3235
3619
|
},
|
|
3236
|
-
"no-start-agent": {
|
|
3237
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
3238
|
-
"name": "no-start-agent",
|
|
3239
|
-
"allowNo": false,
|
|
3240
|
-
"type": "boolean"
|
|
3241
|
-
},
|
|
3242
3620
|
"timeout": {
|
|
3243
3621
|
"aliases": [
|
|
3244
3622
|
"t"
|
|
@@ -3345,17 +3723,12 @@
|
|
|
3345
3723
|
"type": "option"
|
|
3346
3724
|
},
|
|
3347
3725
|
"no-agent": {
|
|
3348
|
-
"description": "Run command without
|
|
3726
|
+
"description": "Run command without starting an agent.",
|
|
3727
|
+
"env": "DX_NO_AGENT",
|
|
3349
3728
|
"name": "no-agent",
|
|
3350
3729
|
"allowNo": false,
|
|
3351
3730
|
"type": "boolean"
|
|
3352
3731
|
},
|
|
3353
|
-
"no-start-agent": {
|
|
3354
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
3355
|
-
"name": "no-start-agent",
|
|
3356
|
-
"allowNo": false,
|
|
3357
|
-
"type": "boolean"
|
|
3358
|
-
},
|
|
3359
3732
|
"timeout": {
|
|
3360
3733
|
"description": "Timeout in seconds",
|
|
3361
3734
|
"name": "timeout",
|
|
@@ -3486,17 +3859,12 @@
|
|
|
3486
3859
|
"type": "option"
|
|
3487
3860
|
},
|
|
3488
3861
|
"no-agent": {
|
|
3489
|
-
"description": "Run command without
|
|
3862
|
+
"description": "Run command without starting an agent.",
|
|
3863
|
+
"env": "DX_NO_AGENT",
|
|
3490
3864
|
"name": "no-agent",
|
|
3491
3865
|
"allowNo": false,
|
|
3492
3866
|
"type": "boolean"
|
|
3493
3867
|
},
|
|
3494
|
-
"no-start-agent": {
|
|
3495
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
3496
|
-
"name": "no-start-agent",
|
|
3497
|
-
"allowNo": false,
|
|
3498
|
-
"type": "boolean"
|
|
3499
|
-
},
|
|
3500
3868
|
"timeout": {
|
|
3501
3869
|
"aliases": [
|
|
3502
3870
|
"t"
|
|
@@ -3603,17 +3971,12 @@
|
|
|
3603
3971
|
"type": "option"
|
|
3604
3972
|
},
|
|
3605
3973
|
"no-agent": {
|
|
3606
|
-
"description": "Run command without
|
|
3974
|
+
"description": "Run command without starting an agent.",
|
|
3975
|
+
"env": "DX_NO_AGENT",
|
|
3607
3976
|
"name": "no-agent",
|
|
3608
3977
|
"allowNo": false,
|
|
3609
3978
|
"type": "boolean"
|
|
3610
3979
|
},
|
|
3611
|
-
"no-start-agent": {
|
|
3612
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
3613
|
-
"name": "no-start-agent",
|
|
3614
|
-
"allowNo": false,
|
|
3615
|
-
"type": "boolean"
|
|
3616
|
-
},
|
|
3617
3980
|
"timeout": {
|
|
3618
3981
|
"aliases": [
|
|
3619
3982
|
"t"
|
|
@@ -3754,17 +4117,12 @@
|
|
|
3754
4117
|
"type": "option"
|
|
3755
4118
|
},
|
|
3756
4119
|
"no-agent": {
|
|
3757
|
-
"description": "Run command without
|
|
4120
|
+
"description": "Run command without starting an agent.",
|
|
4121
|
+
"env": "DX_NO_AGENT",
|
|
3758
4122
|
"name": "no-agent",
|
|
3759
4123
|
"allowNo": false,
|
|
3760
4124
|
"type": "boolean"
|
|
3761
4125
|
},
|
|
3762
|
-
"no-start-agent": {
|
|
3763
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
3764
|
-
"name": "no-start-agent",
|
|
3765
|
-
"allowNo": false,
|
|
3766
|
-
"type": "boolean"
|
|
3767
|
-
},
|
|
3768
4126
|
"timeout": {
|
|
3769
4127
|
"aliases": [
|
|
3770
4128
|
"t"
|
|
@@ -3878,17 +4236,12 @@
|
|
|
3878
4236
|
"type": "option"
|
|
3879
4237
|
},
|
|
3880
4238
|
"no-agent": {
|
|
3881
|
-
"description": "Run command without
|
|
4239
|
+
"description": "Run command without starting an agent.",
|
|
4240
|
+
"env": "DX_NO_AGENT",
|
|
3882
4241
|
"name": "no-agent",
|
|
3883
4242
|
"allowNo": false,
|
|
3884
4243
|
"type": "boolean"
|
|
3885
4244
|
},
|
|
3886
|
-
"no-start-agent": {
|
|
3887
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
3888
|
-
"name": "no-start-agent",
|
|
3889
|
-
"allowNo": false,
|
|
3890
|
-
"type": "boolean"
|
|
3891
|
-
},
|
|
3892
4245
|
"timeout": {
|
|
3893
4246
|
"aliases": [
|
|
3894
4247
|
"t"
|
|
@@ -4007,17 +4360,12 @@
|
|
|
4007
4360
|
"type": "option"
|
|
4008
4361
|
},
|
|
4009
4362
|
"no-agent": {
|
|
4010
|
-
"description": "Run command without
|
|
4363
|
+
"description": "Run command without starting an agent.",
|
|
4364
|
+
"env": "DX_NO_AGENT",
|
|
4011
4365
|
"name": "no-agent",
|
|
4012
4366
|
"allowNo": false,
|
|
4013
4367
|
"type": "boolean"
|
|
4014
4368
|
},
|
|
4015
|
-
"no-start-agent": {
|
|
4016
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
4017
|
-
"name": "no-start-agent",
|
|
4018
|
-
"allowNo": false,
|
|
4019
|
-
"type": "boolean"
|
|
4020
|
-
},
|
|
4021
4369
|
"timeout": {
|
|
4022
4370
|
"aliases": [
|
|
4023
4371
|
"t"
|
|
@@ -4071,6 +4419,7 @@
|
|
|
4071
4419
|
"aliases": [],
|
|
4072
4420
|
"args": {
|
|
4073
4421
|
"key": {
|
|
4422
|
+
"description": "Space key(s) head in hex.",
|
|
4074
4423
|
"name": "key"
|
|
4075
4424
|
}
|
|
4076
4425
|
},
|
|
@@ -4128,17 +4477,12 @@
|
|
|
4128
4477
|
"type": "option"
|
|
4129
4478
|
},
|
|
4130
4479
|
"no-agent": {
|
|
4131
|
-
"description": "Run command without
|
|
4480
|
+
"description": "Run command without starting an agent.",
|
|
4481
|
+
"env": "DX_NO_AGENT",
|
|
4132
4482
|
"name": "no-agent",
|
|
4133
4483
|
"allowNo": false,
|
|
4134
4484
|
"type": "boolean"
|
|
4135
4485
|
},
|
|
4136
|
-
"no-start-agent": {
|
|
4137
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
4138
|
-
"name": "no-start-agent",
|
|
4139
|
-
"allowNo": false,
|
|
4140
|
-
"type": "boolean"
|
|
4141
|
-
},
|
|
4142
4486
|
"timeout": {
|
|
4143
4487
|
"aliases": [
|
|
4144
4488
|
"t"
|
|
@@ -4249,17 +4593,12 @@
|
|
|
4249
4593
|
"type": "option"
|
|
4250
4594
|
},
|
|
4251
4595
|
"no-agent": {
|
|
4252
|
-
"description": "Run command without
|
|
4596
|
+
"description": "Run command without starting an agent.",
|
|
4597
|
+
"env": "DX_NO_AGENT",
|
|
4253
4598
|
"name": "no-agent",
|
|
4254
4599
|
"allowNo": false,
|
|
4255
4600
|
"type": "boolean"
|
|
4256
4601
|
},
|
|
4257
|
-
"no-start-agent": {
|
|
4258
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
4259
|
-
"name": "no-start-agent",
|
|
4260
|
-
"allowNo": false,
|
|
4261
|
-
"type": "boolean"
|
|
4262
|
-
},
|
|
4263
4602
|
"timeout": {
|
|
4264
4603
|
"aliases": [
|
|
4265
4604
|
"t"
|
|
@@ -4313,7 +4652,7 @@
|
|
|
4313
4652
|
"aliases": [],
|
|
4314
4653
|
"args": {
|
|
4315
4654
|
"key": {
|
|
4316
|
-
"description": "Space key head in hex.",
|
|
4655
|
+
"description": "Space key(s) head in hex.",
|
|
4317
4656
|
"name": "key"
|
|
4318
4657
|
}
|
|
4319
4658
|
},
|
|
@@ -4371,17 +4710,12 @@
|
|
|
4371
4710
|
"type": "option"
|
|
4372
4711
|
},
|
|
4373
4712
|
"no-agent": {
|
|
4374
|
-
"description": "Run command without
|
|
4713
|
+
"description": "Run command without starting an agent.",
|
|
4714
|
+
"env": "DX_NO_AGENT",
|
|
4375
4715
|
"name": "no-agent",
|
|
4376
4716
|
"allowNo": false,
|
|
4377
4717
|
"type": "boolean"
|
|
4378
4718
|
},
|
|
4379
|
-
"no-start-agent": {
|
|
4380
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
4381
|
-
"name": "no-start-agent",
|
|
4382
|
-
"allowNo": false,
|
|
4383
|
-
"type": "boolean"
|
|
4384
|
-
},
|
|
4385
4719
|
"timeout": {
|
|
4386
4720
|
"aliases": [
|
|
4387
4721
|
"t"
|
|
@@ -4435,6 +4769,7 @@
|
|
|
4435
4769
|
"aliases": [],
|
|
4436
4770
|
"args": {
|
|
4437
4771
|
"key": {
|
|
4772
|
+
"description": "Space key(s) head in hex.",
|
|
4438
4773
|
"name": "key"
|
|
4439
4774
|
}
|
|
4440
4775
|
},
|
|
@@ -4492,17 +4827,12 @@
|
|
|
4492
4827
|
"type": "option"
|
|
4493
4828
|
},
|
|
4494
4829
|
"no-agent": {
|
|
4495
|
-
"description": "Run command without
|
|
4830
|
+
"description": "Run command without starting an agent.",
|
|
4831
|
+
"env": "DX_NO_AGENT",
|
|
4496
4832
|
"name": "no-agent",
|
|
4497
4833
|
"allowNo": false,
|
|
4498
4834
|
"type": "boolean"
|
|
4499
4835
|
},
|
|
4500
|
-
"no-start-agent": {
|
|
4501
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
4502
|
-
"name": "no-start-agent",
|
|
4503
|
-
"allowNo": false,
|
|
4504
|
-
"type": "boolean"
|
|
4505
|
-
},
|
|
4506
4836
|
"timeout": {
|
|
4507
4837
|
"aliases": [
|
|
4508
4838
|
"t"
|
|
@@ -4609,17 +4939,12 @@
|
|
|
4609
4939
|
"type": "option"
|
|
4610
4940
|
},
|
|
4611
4941
|
"no-agent": {
|
|
4612
|
-
"description": "Run command without
|
|
4942
|
+
"description": "Run command without starting an agent.",
|
|
4943
|
+
"env": "DX_NO_AGENT",
|
|
4613
4944
|
"name": "no-agent",
|
|
4614
4945
|
"allowNo": false,
|
|
4615
4946
|
"type": "boolean"
|
|
4616
4947
|
},
|
|
4617
|
-
"no-start-agent": {
|
|
4618
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
4619
|
-
"name": "no-start-agent",
|
|
4620
|
-
"allowNo": false,
|
|
4621
|
-
"type": "boolean"
|
|
4622
|
-
},
|
|
4623
4948
|
"timeout": {
|
|
4624
4949
|
"aliases": [
|
|
4625
4950
|
"t"
|
|
@@ -4740,17 +5065,12 @@
|
|
|
4740
5065
|
"type": "option"
|
|
4741
5066
|
},
|
|
4742
5067
|
"no-agent": {
|
|
4743
|
-
"description": "Run command without
|
|
5068
|
+
"description": "Run command without starting an agent.",
|
|
5069
|
+
"env": "DX_NO_AGENT",
|
|
4744
5070
|
"name": "no-agent",
|
|
4745
5071
|
"allowNo": false,
|
|
4746
5072
|
"type": "boolean"
|
|
4747
5073
|
},
|
|
4748
|
-
"no-start-agent": {
|
|
4749
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
4750
|
-
"name": "no-start-agent",
|
|
4751
|
-
"allowNo": false,
|
|
4752
|
-
"type": "boolean"
|
|
4753
|
-
},
|
|
4754
5074
|
"timeout": {
|
|
4755
5075
|
"aliases": [
|
|
4756
5076
|
"t"
|
|
@@ -4887,7 +5207,7 @@
|
|
|
4887
5207
|
"aliases": [],
|
|
4888
5208
|
"args": {
|
|
4889
5209
|
"key": {
|
|
4890
|
-
"description": "Space key head in hex.",
|
|
5210
|
+
"description": "Space key(s) head in hex.",
|
|
4891
5211
|
"name": "key"
|
|
4892
5212
|
}
|
|
4893
5213
|
},
|
|
@@ -4945,17 +5265,12 @@
|
|
|
4945
5265
|
"type": "option"
|
|
4946
5266
|
},
|
|
4947
5267
|
"no-agent": {
|
|
4948
|
-
"description": "Run command without
|
|
5268
|
+
"description": "Run command without starting an agent.",
|
|
5269
|
+
"env": "DX_NO_AGENT",
|
|
4949
5270
|
"name": "no-agent",
|
|
4950
5271
|
"allowNo": false,
|
|
4951
5272
|
"type": "boolean"
|
|
4952
5273
|
},
|
|
4953
|
-
"no-start-agent": {
|
|
4954
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
4955
|
-
"name": "no-start-agent",
|
|
4956
|
-
"allowNo": false,
|
|
4957
|
-
"type": "boolean"
|
|
4958
|
-
},
|
|
4959
5274
|
"timeout": {
|
|
4960
5275
|
"aliases": [
|
|
4961
5276
|
"t"
|
|
@@ -5086,6 +5401,7 @@
|
|
|
5086
5401
|
"aliases": [],
|
|
5087
5402
|
"args": {
|
|
5088
5403
|
"key": {
|
|
5404
|
+
"description": "Space key(s) head in hex.",
|
|
5089
5405
|
"name": "key"
|
|
5090
5406
|
}
|
|
5091
5407
|
},
|
|
@@ -5143,17 +5459,12 @@
|
|
|
5143
5459
|
"type": "option"
|
|
5144
5460
|
},
|
|
5145
5461
|
"no-agent": {
|
|
5146
|
-
"description": "Run command without
|
|
5462
|
+
"description": "Run command without starting an agent.",
|
|
5463
|
+
"env": "DX_NO_AGENT",
|
|
5147
5464
|
"name": "no-agent",
|
|
5148
5465
|
"allowNo": false,
|
|
5149
5466
|
"type": "boolean"
|
|
5150
5467
|
},
|
|
5151
|
-
"no-start-agent": {
|
|
5152
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
5153
|
-
"name": "no-start-agent",
|
|
5154
|
-
"allowNo": false,
|
|
5155
|
-
"type": "boolean"
|
|
5156
|
-
},
|
|
5157
5468
|
"timeout": {
|
|
5158
5469
|
"aliases": [
|
|
5159
5470
|
"t"
|
|
@@ -5207,7 +5518,7 @@
|
|
|
5207
5518
|
"aliases": [],
|
|
5208
5519
|
"args": {
|
|
5209
5520
|
"key": {
|
|
5210
|
-
"description": "Space key head in hex.",
|
|
5521
|
+
"description": "Space key(s) head in hex.",
|
|
5211
5522
|
"name": "key"
|
|
5212
5523
|
}
|
|
5213
5524
|
},
|
|
@@ -5265,17 +5576,12 @@
|
|
|
5265
5576
|
"type": "option"
|
|
5266
5577
|
},
|
|
5267
5578
|
"no-agent": {
|
|
5268
|
-
"description": "Run command without
|
|
5579
|
+
"description": "Run command without starting an agent.",
|
|
5580
|
+
"env": "DX_NO_AGENT",
|
|
5269
5581
|
"name": "no-agent",
|
|
5270
5582
|
"allowNo": false,
|
|
5271
5583
|
"type": "boolean"
|
|
5272
5584
|
},
|
|
5273
|
-
"no-start-agent": {
|
|
5274
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
5275
|
-
"name": "no-start-agent",
|
|
5276
|
-
"allowNo": false,
|
|
5277
|
-
"type": "boolean"
|
|
5278
|
-
},
|
|
5279
5585
|
"timeout": {
|
|
5280
5586
|
"aliases": [
|
|
5281
5587
|
"t"
|
|
@@ -5306,6 +5612,19 @@
|
|
|
5306
5612
|
"hasDynamicHelp": false,
|
|
5307
5613
|
"multiple": false,
|
|
5308
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"
|
|
5309
5628
|
}
|
|
5310
5629
|
},
|
|
5311
5630
|
"hasDynamicHelp": false,
|
|
@@ -5329,7 +5648,7 @@
|
|
|
5329
5648
|
"aliases": [],
|
|
5330
5649
|
"args": {
|
|
5331
5650
|
"key": {
|
|
5332
|
-
"description": "Space key head in hex.",
|
|
5651
|
+
"description": "Space key(s) head in hex.",
|
|
5333
5652
|
"name": "key"
|
|
5334
5653
|
}
|
|
5335
5654
|
},
|
|
@@ -5387,17 +5706,12 @@
|
|
|
5387
5706
|
"type": "option"
|
|
5388
5707
|
},
|
|
5389
5708
|
"no-agent": {
|
|
5390
|
-
"description": "Run command without
|
|
5709
|
+
"description": "Run command without starting an agent.",
|
|
5710
|
+
"env": "DX_NO_AGENT",
|
|
5391
5711
|
"name": "no-agent",
|
|
5392
5712
|
"allowNo": false,
|
|
5393
5713
|
"type": "boolean"
|
|
5394
5714
|
},
|
|
5395
|
-
"no-start-agent": {
|
|
5396
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
5397
|
-
"name": "no-start-agent",
|
|
5398
|
-
"allowNo": false,
|
|
5399
|
-
"type": "boolean"
|
|
5400
|
-
},
|
|
5401
5715
|
"timeout": {
|
|
5402
5716
|
"aliases": [
|
|
5403
5717
|
"t"
|
|
@@ -5496,7 +5810,7 @@
|
|
|
5496
5810
|
"required": true
|
|
5497
5811
|
}
|
|
5498
5812
|
},
|
|
5499
|
-
"description": "Enable or disable tunnel.",
|
|
5813
|
+
"description": "Enable or disable tunnel (deprecated).",
|
|
5500
5814
|
"flags": {
|
|
5501
5815
|
"json": {
|
|
5502
5816
|
"description": "Output as JSON.",
|
|
@@ -5550,17 +5864,12 @@
|
|
|
5550
5864
|
"type": "option"
|
|
5551
5865
|
},
|
|
5552
5866
|
"no-agent": {
|
|
5553
|
-
"description": "Run command without
|
|
5867
|
+
"description": "Run command without starting an agent.",
|
|
5868
|
+
"env": "DX_NO_AGENT",
|
|
5554
5869
|
"name": "no-agent",
|
|
5555
5870
|
"allowNo": false,
|
|
5556
5871
|
"type": "boolean"
|
|
5557
5872
|
},
|
|
5558
|
-
"no-start-agent": {
|
|
5559
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
5560
|
-
"name": "no-start-agent",
|
|
5561
|
-
"allowNo": false,
|
|
5562
|
-
"type": "boolean"
|
|
5563
|
-
},
|
|
5564
5873
|
"timeout": {
|
|
5565
5874
|
"aliases": [
|
|
5566
5875
|
"t"
|
|
@@ -5595,7 +5904,7 @@
|
|
|
5595
5904
|
"name": {
|
|
5596
5905
|
"description": "Tunnel name",
|
|
5597
5906
|
"name": "name",
|
|
5598
|
-
"default": "
|
|
5907
|
+
"default": "ack-early-harry-twelve",
|
|
5599
5908
|
"hasDynamicHelp": false,
|
|
5600
5909
|
"multiple": false,
|
|
5601
5910
|
"type": "option"
|
|
@@ -5607,6 +5916,7 @@
|
|
|
5607
5916
|
"pluginAlias": "@dxos/cli",
|
|
5608
5917
|
"pluginName": "@dxos/cli",
|
|
5609
5918
|
"pluginType": "core",
|
|
5919
|
+
"state": "deprecated",
|
|
5610
5920
|
"strict": true,
|
|
5611
5921
|
"enableJsonFlag": true,
|
|
5612
5922
|
"isESM": false,
|
|
@@ -5675,17 +5985,12 @@
|
|
|
5675
5985
|
"type": "option"
|
|
5676
5986
|
},
|
|
5677
5987
|
"no-agent": {
|
|
5678
|
-
"description": "Run command without
|
|
5988
|
+
"description": "Run command without starting an agent.",
|
|
5989
|
+
"env": "DX_NO_AGENT",
|
|
5679
5990
|
"name": "no-agent",
|
|
5680
5991
|
"allowNo": false,
|
|
5681
5992
|
"type": "boolean"
|
|
5682
5993
|
},
|
|
5683
|
-
"no-start-agent": {
|
|
5684
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
5685
|
-
"name": "no-start-agent",
|
|
5686
|
-
"allowNo": false,
|
|
5687
|
-
"type": "boolean"
|
|
5688
|
-
},
|
|
5689
5994
|
"timeout": {
|
|
5690
5995
|
"aliases": [
|
|
5691
5996
|
"t"
|
|
@@ -5724,6 +6029,7 @@
|
|
|
5724
6029
|
"pluginAlias": "@dxos/cli",
|
|
5725
6030
|
"pluginName": "@dxos/cli",
|
|
5726
6031
|
"pluginType": "core",
|
|
6032
|
+
"state": "deprecated",
|
|
5727
6033
|
"strict": true,
|
|
5728
6034
|
"enableJsonFlag": true,
|
|
5729
6035
|
"isESM": false,
|
|
@@ -5798,17 +6104,12 @@
|
|
|
5798
6104
|
"type": "option"
|
|
5799
6105
|
},
|
|
5800
6106
|
"no-agent": {
|
|
5801
|
-
"description": "Run command without
|
|
6107
|
+
"description": "Run command without starting an agent.",
|
|
6108
|
+
"env": "DX_NO_AGENT",
|
|
5802
6109
|
"name": "no-agent",
|
|
5803
6110
|
"allowNo": false,
|
|
5804
6111
|
"type": "boolean"
|
|
5805
6112
|
},
|
|
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
6113
|
"timeout": {
|
|
5813
6114
|
"aliases": [
|
|
5814
6115
|
"t"
|
|
@@ -5916,17 +6217,12 @@
|
|
|
5916
6217
|
"type": "option"
|
|
5917
6218
|
},
|
|
5918
6219
|
"no-agent": {
|
|
5919
|
-
"description": "Run command without
|
|
6220
|
+
"description": "Run command without starting an agent.",
|
|
6221
|
+
"env": "DX_NO_AGENT",
|
|
5920
6222
|
"name": "no-agent",
|
|
5921
6223
|
"allowNo": false,
|
|
5922
6224
|
"type": "boolean"
|
|
5923
6225
|
},
|
|
5924
|
-
"no-start-agent": {
|
|
5925
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
5926
|
-
"name": "no-start-agent",
|
|
5927
|
-
"allowNo": false,
|
|
5928
|
-
"type": "boolean"
|
|
5929
|
-
},
|
|
5930
6226
|
"timeout": {
|
|
5931
6227
|
"description": "Time in milliseconds to wait for at least one credential before listing.",
|
|
5932
6228
|
"name": "timeout",
|
|
@@ -6067,5 +6363,5 @@
|
|
|
6067
6363
|
]
|
|
6068
6364
|
}
|
|
6069
6365
|
},
|
|
6070
|
-
"version": "0.5.3-main.
|
|
6366
|
+
"version": "0.5.3-main.63cdcad"
|
|
6071
6367
|
}
|