@dxos/cli 0.5.3-main.ac5e73c → 0.5.3-main.bbd33a9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/{base-command.d.ts → base.d.ts} +35 -5
- package/dist/src/base.d.ts.map +1 -0
- package/dist/src/{base-command.js → base.js} +96 -19
- package/dist/src/base.js.map +1 -0
- package/dist/src/commands/agent/agent.test.js.map +1 -1
- package/dist/src/commands/agent/invitations.d.ts +1 -2
- package/dist/src/commands/agent/invitations.d.ts.map +1 -1
- package/dist/src/commands/agent/invitations.js +3 -3
- package/dist/src/commands/agent/invitations.js.map +1 -1
- package/dist/src/commands/agent/list.d.ts +1 -2
- package/dist/src/commands/agent/list.d.ts.map +1 -1
- package/dist/src/commands/agent/list.js +3 -3
- package/dist/src/commands/agent/list.js.map +1 -1
- package/dist/src/commands/agent/restart.d.ts +1 -2
- package/dist/src/commands/agent/restart.d.ts.map +1 -1
- package/dist/src/commands/agent/restart.js +3 -3
- package/dist/src/commands/agent/restart.js.map +1 -1
- package/dist/src/commands/agent/start.d.ts +1 -2
- package/dist/src/commands/agent/start.d.ts.map +1 -1
- package/dist/src/commands/agent/start.js +3 -3
- package/dist/src/commands/agent/start.js.map +1 -1
- package/dist/src/commands/agent/status.d.ts +1 -2
- package/dist/src/commands/agent/status.d.ts.map +1 -1
- package/dist/src/commands/agent/status.js +3 -9
- package/dist/src/commands/agent/status.js.map +1 -1
- package/dist/src/commands/agent/stop.d.ts +1 -2
- package/dist/src/commands/agent/stop.d.ts.map +1 -1
- package/dist/src/commands/agent/stop.js +3 -3
- package/dist/src/commands/agent/stop.js.map +1 -1
- package/dist/src/commands/app/create.d.ts +5 -2
- package/dist/src/commands/app/create.d.ts.map +1 -1
- package/dist/src/commands/app/create.js +10 -6
- package/dist/src/commands/app/create.js.map +1 -1
- package/dist/src/commands/app/list.d.ts +5 -1
- package/dist/src/commands/app/list.d.ts.map +1 -1
- package/dist/src/commands/app/list.js +6 -2
- package/dist/src/commands/app/list.js.map +1 -1
- package/dist/src/commands/app/open.d.ts +5 -2
- package/dist/src/commands/app/open.d.ts.map +1 -1
- package/dist/src/commands/app/open.js +7 -3
- package/dist/src/commands/app/open.js.map +1 -1
- package/dist/src/commands/app/publish.d.ts +5 -2
- package/dist/src/commands/app/publish.d.ts.map +1 -1
- package/dist/src/commands/app/publish.js +7 -3
- package/dist/src/commands/app/publish.js.map +1 -1
- package/dist/src/commands/composer/base.d.ts +18 -0
- package/dist/src/commands/composer/base.d.ts.map +1 -0
- package/dist/src/commands/composer/base.js +109 -0
- package/dist/src/commands/composer/base.js.map +1 -0
- package/dist/src/commands/composer/import.d.ts +30 -0
- package/dist/src/commands/composer/import.d.ts.map +1 -0
- package/dist/src/commands/composer/import.js +71 -0
- package/dist/src/commands/composer/import.js.map +1 -0
- package/dist/src/commands/composer/query.d.ts +22 -0
- package/dist/src/commands/composer/query.d.ts.map +1 -0
- package/dist/src/commands/composer/query.js +62 -0
- package/dist/src/commands/composer/query.js.map +1 -0
- package/dist/src/commands/config/index.d.ts +1 -1
- package/dist/src/commands/config/index.d.ts.map +1 -1
- package/dist/src/commands/config/index.js +2 -2
- package/dist/src/commands/config/index.js.map +1 -1
- package/dist/src/commands/debug/diagnostics.d.ts +1 -2
- package/dist/src/commands/debug/diagnostics.d.ts.map +1 -1
- package/dist/src/commands/debug/diagnostics.js +3 -3
- package/dist/src/commands/debug/diagnostics.js.map +1 -1
- package/dist/src/commands/debug/error.d.ts +1 -1
- package/dist/src/commands/debug/error.d.ts.map +1 -1
- package/dist/src/commands/debug/error.js +2 -2
- package/dist/src/commands/debug/error.js.map +1 -1
- package/dist/src/commands/debug/generate.d.ts +1 -2
- package/dist/src/commands/debug/generate.d.ts.map +1 -1
- package/dist/src/commands/debug/generate.js +4 -5
- package/dist/src/commands/debug/generate.js.map +1 -1
- package/dist/src/commands/debug/metrics.d.ts +1 -1
- package/dist/src/commands/debug/metrics.d.ts.map +1 -1
- package/dist/src/commands/debug/metrics.js +2 -2
- package/dist/src/commands/debug/metrics.js.map +1 -1
- package/dist/src/commands/debug/status.d.ts +1 -2
- package/dist/src/commands/debug/status.d.ts.map +1 -1
- package/dist/src/commands/debug/status.js +3 -3
- package/dist/src/commands/debug/status.js.map +1 -1
- package/dist/src/commands/device/info.d.ts +1 -1
- package/dist/src/commands/device/info.d.ts.map +1 -1
- package/dist/src/commands/device/info.js +2 -2
- package/dist/src/commands/device/info.js.map +1 -1
- package/dist/src/commands/device/list.d.ts +1 -2
- package/dist/src/commands/device/list.d.ts.map +1 -1
- package/dist/src/commands/device/list.js +3 -3
- package/dist/src/commands/device/list.js.map +1 -1
- package/dist/src/commands/device/update.d.ts +1 -2
- package/dist/src/commands/device/update.d.ts.map +1 -1
- package/dist/src/commands/device/update.js +3 -3
- package/dist/src/commands/device/update.js.map +1 -1
- package/dist/src/commands/function/dev.d.ts +2 -2
- package/dist/src/commands/function/dev.d.ts.map +1 -1
- package/dist/src/commands/function/dev.js +29 -17
- package/dist/src/commands/function/dev.js.map +1 -1
- package/dist/src/commands/function/list.d.ts +1 -1
- package/dist/src/commands/function/list.d.ts.map +1 -1
- package/dist/src/commands/function/list.js +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.js.map +1 -1
- package/dist/src/util/publish/publish.js.map +1 -1
- package/dist/src/util/publish/publisher-rpc-peer.js.map +1 -1
- package/dist/src/util/spaces.d.ts +1 -1
- package/dist/src/util/spaces.d.ts.map +1 -1
- package/dist/src/util/spaces.js +5 -5
- package/dist/src/util/spaces.js.map +1 -1
- package/dist/src/util/supervisor/supervisor-rpc-peer.js.map +1 -1
- package/dist/src/util/testing.js.map +1 -1
- package/dist/src/util/tree.js.map +1 -1
- package/dist/src/util/tunnel/tunnel-rpc-peer.js.map +1 -1
- package/oclif.manifest.json +588 -418
- package/package.json +40 -40
- 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"
|
|
@@ -871,10 +841,276 @@
|
|
|
871
841
|
"stop.js"
|
|
872
842
|
]
|
|
873
843
|
},
|
|
874
|
-
"
|
|
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": {
|
|
875
992
|
"aliases": [],
|
|
876
993
|
"args": {},
|
|
877
|
-
"description": "
|
|
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.",
|
|
878
1114
|
"flags": {
|
|
879
1115
|
"json": {
|
|
880
1116
|
"description": "Output as JSON.",
|
|
@@ -928,14 +1164,136 @@
|
|
|
928
1164
|
"type": "option"
|
|
929
1165
|
},
|
|
930
1166
|
"no-agent": {
|
|
931
|
-
"description": "Run command without
|
|
1167
|
+
"description": "Run command without starting an agent.",
|
|
1168
|
+
"env": "DX_NO_AGENT",
|
|
932
1169
|
"name": "no-agent",
|
|
933
1170
|
"allowNo": false,
|
|
934
1171
|
"type": "boolean"
|
|
935
1172
|
},
|
|
936
|
-
"
|
|
937
|
-
"
|
|
938
|
-
|
|
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",
|
|
939
1297
|
"allowNo": false,
|
|
940
1298
|
"type": "boolean"
|
|
941
1299
|
},
|
|
@@ -969,14 +1327,42 @@
|
|
|
969
1327
|
"hasDynamicHelp": false,
|
|
970
1328
|
"multiple": false,
|
|
971
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"
|
|
972
1357
|
}
|
|
973
1358
|
},
|
|
974
1359
|
"hasDynamicHelp": false,
|
|
975
1360
|
"hiddenAliases": [],
|
|
976
|
-
"id": "
|
|
1361
|
+
"id": "app:publish",
|
|
977
1362
|
"pluginAlias": "@dxos/cli",
|
|
978
1363
|
"pluginName": "@dxos/cli",
|
|
979
1364
|
"pluginType": "core",
|
|
1365
|
+
"state": "deprecated",
|
|
980
1366
|
"strict": true,
|
|
981
1367
|
"enableJsonFlag": true,
|
|
982
1368
|
"isESM": false,
|
|
@@ -984,20 +1370,13 @@
|
|
|
984
1370
|
"dist",
|
|
985
1371
|
"src",
|
|
986
1372
|
"commands",
|
|
987
|
-
"
|
|
988
|
-
"
|
|
1373
|
+
"app",
|
|
1374
|
+
"publish.js"
|
|
989
1375
|
]
|
|
990
1376
|
},
|
|
991
|
-
"
|
|
1377
|
+
"composer:base": {
|
|
992
1378
|
"aliases": [],
|
|
993
|
-
"args": {
|
|
994
|
-
"name": {
|
|
995
|
-
"description": "App name.",
|
|
996
|
-
"name": "name",
|
|
997
|
-
"required": true
|
|
998
|
-
}
|
|
999
|
-
},
|
|
1000
|
-
"description": "Manage applications.",
|
|
1379
|
+
"args": {},
|
|
1001
1380
|
"flags": {
|
|
1002
1381
|
"json": {
|
|
1003
1382
|
"description": "Output as JSON.",
|
|
@@ -1051,17 +1430,12 @@
|
|
|
1051
1430
|
"type": "option"
|
|
1052
1431
|
},
|
|
1053
1432
|
"no-agent": {
|
|
1054
|
-
"description": "Run command without
|
|
1433
|
+
"description": "Run command without starting an agent.",
|
|
1434
|
+
"env": "DX_NO_AGENT",
|
|
1055
1435
|
"name": "no-agent",
|
|
1056
1436
|
"allowNo": false,
|
|
1057
1437
|
"type": "boolean"
|
|
1058
1438
|
},
|
|
1059
|
-
"no-start-agent": {
|
|
1060
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
1061
|
-
"name": "no-start-agent",
|
|
1062
|
-
"allowNo": false,
|
|
1063
|
-
"type": "boolean"
|
|
1064
|
-
},
|
|
1065
1439
|
"timeout": {
|
|
1066
1440
|
"aliases": [
|
|
1067
1441
|
"t"
|
|
@@ -1092,39 +1466,11 @@
|
|
|
1092
1466
|
"hasDynamicHelp": false,
|
|
1093
1467
|
"multiple": false,
|
|
1094
1468
|
"type": "option"
|
|
1095
|
-
},
|
|
1096
|
-
"tag": {
|
|
1097
|
-
"description": "Git tag or branch of the DXOS repo to checkout.",
|
|
1098
|
-
"name": "tag",
|
|
1099
|
-
"hasDynamicHelp": false,
|
|
1100
|
-
"multiple": false,
|
|
1101
|
-
"type": "option"
|
|
1102
|
-
},
|
|
1103
|
-
"template": {
|
|
1104
|
-
"char": "t",
|
|
1105
|
-
"description": "Template to use when creating the project.",
|
|
1106
|
-
"name": "template",
|
|
1107
|
-
"default": "hello",
|
|
1108
|
-
"hasDynamicHelp": false,
|
|
1109
|
-
"multiple": false,
|
|
1110
|
-
"options": [
|
|
1111
|
-
"hello",
|
|
1112
|
-
"bare",
|
|
1113
|
-
"tasks"
|
|
1114
|
-
],
|
|
1115
|
-
"type": "option"
|
|
1116
|
-
},
|
|
1117
|
-
"interactive": {
|
|
1118
|
-
"char": "i",
|
|
1119
|
-
"description": "Customize app template options via interactive prompt.",
|
|
1120
|
-
"name": "interactive",
|
|
1121
|
-
"allowNo": false,
|
|
1122
|
-
"type": "boolean"
|
|
1123
1469
|
}
|
|
1124
1470
|
},
|
|
1125
1471
|
"hasDynamicHelp": false,
|
|
1126
1472
|
"hiddenAliases": [],
|
|
1127
|
-
"id": "
|
|
1473
|
+
"id": "composer:base",
|
|
1128
1474
|
"pluginAlias": "@dxos/cli",
|
|
1129
1475
|
"pluginName": "@dxos/cli",
|
|
1130
1476
|
"pluginType": "core",
|
|
@@ -1135,14 +1481,19 @@
|
|
|
1135
1481
|
"dist",
|
|
1136
1482
|
"src",
|
|
1137
1483
|
"commands",
|
|
1138
|
-
"
|
|
1139
|
-
"
|
|
1484
|
+
"composer",
|
|
1485
|
+
"base.js"
|
|
1140
1486
|
]
|
|
1141
1487
|
},
|
|
1142
|
-
"
|
|
1488
|
+
"composer:import": {
|
|
1143
1489
|
"aliases": [],
|
|
1144
|
-
"args": {
|
|
1145
|
-
|
|
1490
|
+
"args": {
|
|
1491
|
+
"file": {
|
|
1492
|
+
"name": "file",
|
|
1493
|
+
"required": true
|
|
1494
|
+
}
|
|
1495
|
+
},
|
|
1496
|
+
"description": "Import ECHO objects.",
|
|
1146
1497
|
"flags": {
|
|
1147
1498
|
"json": {
|
|
1148
1499
|
"description": "Output as JSON.",
|
|
@@ -1196,17 +1547,12 @@
|
|
|
1196
1547
|
"type": "option"
|
|
1197
1548
|
},
|
|
1198
1549
|
"no-agent": {
|
|
1199
|
-
"description": "Run command without
|
|
1550
|
+
"description": "Run command without starting an agent.",
|
|
1551
|
+
"env": "DX_NO_AGENT",
|
|
1200
1552
|
"name": "no-agent",
|
|
1201
1553
|
"allowNo": false,
|
|
1202
1554
|
"type": "boolean"
|
|
1203
1555
|
},
|
|
1204
|
-
"no-start-agent": {
|
|
1205
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
1206
|
-
"name": "no-start-agent",
|
|
1207
|
-
"allowNo": false,
|
|
1208
|
-
"type": "boolean"
|
|
1209
|
-
},
|
|
1210
1556
|
"timeout": {
|
|
1211
1557
|
"aliases": [
|
|
1212
1558
|
"t"
|
|
@@ -1237,11 +1583,18 @@
|
|
|
1237
1583
|
"hasDynamicHelp": false,
|
|
1238
1584
|
"multiple": false,
|
|
1239
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"
|
|
1240
1593
|
}
|
|
1241
1594
|
},
|
|
1242
1595
|
"hasDynamicHelp": false,
|
|
1243
1596
|
"hiddenAliases": [],
|
|
1244
|
-
"id": "
|
|
1597
|
+
"id": "composer:import",
|
|
1245
1598
|
"pluginAlias": "@dxos/cli",
|
|
1246
1599
|
"pluginName": "@dxos/cli",
|
|
1247
1600
|
"pluginType": "core",
|
|
@@ -1252,20 +1605,14 @@
|
|
|
1252
1605
|
"dist",
|
|
1253
1606
|
"src",
|
|
1254
1607
|
"commands",
|
|
1255
|
-
"
|
|
1256
|
-
"
|
|
1608
|
+
"composer",
|
|
1609
|
+
"import.js"
|
|
1257
1610
|
]
|
|
1258
1611
|
},
|
|
1259
|
-
"
|
|
1612
|
+
"composer:query": {
|
|
1260
1613
|
"aliases": [],
|
|
1261
|
-
"args": {
|
|
1262
|
-
|
|
1263
|
-
"description": "App URL.",
|
|
1264
|
-
"name": "url",
|
|
1265
|
-
"required": true
|
|
1266
|
-
}
|
|
1267
|
-
},
|
|
1268
|
-
"description": "Opens app with provided url and process device invitation.",
|
|
1614
|
+
"args": {},
|
|
1615
|
+
"description": "Query database.",
|
|
1269
1616
|
"flags": {
|
|
1270
1617
|
"json": {
|
|
1271
1618
|
"description": "Output as JSON.",
|
|
@@ -1319,17 +1666,12 @@
|
|
|
1319
1666
|
"type": "option"
|
|
1320
1667
|
},
|
|
1321
1668
|
"no-agent": {
|
|
1322
|
-
"description": "Run command without
|
|
1669
|
+
"description": "Run command without starting an agent.",
|
|
1670
|
+
"env": "DX_NO_AGENT",
|
|
1323
1671
|
"name": "no-agent",
|
|
1324
1672
|
"allowNo": false,
|
|
1325
1673
|
"type": "boolean"
|
|
1326
1674
|
},
|
|
1327
|
-
"no-start-agent": {
|
|
1328
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
1329
|
-
"name": "no-start-agent",
|
|
1330
|
-
"allowNo": false,
|
|
1331
|
-
"type": "boolean"
|
|
1332
|
-
},
|
|
1333
1675
|
"timeout": {
|
|
1334
1676
|
"aliases": [
|
|
1335
1677
|
"t"
|
|
@@ -1361,24 +1703,24 @@
|
|
|
1361
1703
|
"multiple": false,
|
|
1362
1704
|
"type": "option"
|
|
1363
1705
|
},
|
|
1364
|
-
"
|
|
1365
|
-
"description": "
|
|
1366
|
-
"name": "
|
|
1367
|
-
"default": 1,
|
|
1706
|
+
"key": {
|
|
1707
|
+
"description": "Space key(s) head in hex.",
|
|
1708
|
+
"name": "key",
|
|
1368
1709
|
"hasDynamicHelp": false,
|
|
1369
|
-
"multiple":
|
|
1710
|
+
"multiple": true,
|
|
1370
1711
|
"type": "option"
|
|
1371
1712
|
},
|
|
1372
|
-
"
|
|
1373
|
-
"description": "
|
|
1374
|
-
"name": "
|
|
1375
|
-
"
|
|
1376
|
-
"
|
|
1713
|
+
"type": {
|
|
1714
|
+
"description": "Data type.",
|
|
1715
|
+
"name": "type",
|
|
1716
|
+
"hasDynamicHelp": false,
|
|
1717
|
+
"multiple": false,
|
|
1718
|
+
"type": "option"
|
|
1377
1719
|
}
|
|
1378
1720
|
},
|
|
1379
1721
|
"hasDynamicHelp": false,
|
|
1380
1722
|
"hiddenAliases": [],
|
|
1381
|
-
"id": "
|
|
1723
|
+
"id": "composer:query",
|
|
1382
1724
|
"pluginAlias": "@dxos/cli",
|
|
1383
1725
|
"pluginName": "@dxos/cli",
|
|
1384
1726
|
"pluginType": "core",
|
|
@@ -1389,14 +1731,14 @@
|
|
|
1389
1731
|
"dist",
|
|
1390
1732
|
"src",
|
|
1391
1733
|
"commands",
|
|
1392
|
-
"
|
|
1393
|
-
"
|
|
1734
|
+
"composer",
|
|
1735
|
+
"query.js"
|
|
1394
1736
|
]
|
|
1395
1737
|
},
|
|
1396
|
-
"
|
|
1738
|
+
"config": {
|
|
1397
1739
|
"aliases": [],
|
|
1398
1740
|
"args": {},
|
|
1399
|
-
"description": "
|
|
1741
|
+
"description": "Show config file.",
|
|
1400
1742
|
"flags": {
|
|
1401
1743
|
"json": {
|
|
1402
1744
|
"description": "Output as JSON.",
|
|
@@ -1450,17 +1792,12 @@
|
|
|
1450
1792
|
"type": "option"
|
|
1451
1793
|
},
|
|
1452
1794
|
"no-agent": {
|
|
1453
|
-
"description": "Run command without
|
|
1795
|
+
"description": "Run command without starting an agent.",
|
|
1796
|
+
"env": "DX_NO_AGENT",
|
|
1454
1797
|
"name": "no-agent",
|
|
1455
1798
|
"allowNo": false,
|
|
1456
1799
|
"type": "boolean"
|
|
1457
1800
|
},
|
|
1458
|
-
"no-start-agent": {
|
|
1459
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
1460
|
-
"name": "no-start-agent",
|
|
1461
|
-
"allowNo": false,
|
|
1462
|
-
"type": "boolean"
|
|
1463
|
-
},
|
|
1464
1801
|
"timeout": {
|
|
1465
1802
|
"aliases": [
|
|
1466
1803
|
"t"
|
|
@@ -1491,38 +1828,11 @@
|
|
|
1491
1828
|
"hasDynamicHelp": false,
|
|
1492
1829
|
"multiple": false,
|
|
1493
1830
|
"type": "option"
|
|
1494
|
-
},
|
|
1495
|
-
"configPath": {
|
|
1496
|
-
"description": "Path to dx.yml",
|
|
1497
|
-
"name": "configPath",
|
|
1498
|
-
"hasDynamicHelp": false,
|
|
1499
|
-
"multiple": false,
|
|
1500
|
-
"type": "option"
|
|
1501
|
-
},
|
|
1502
|
-
"accessToken": {
|
|
1503
|
-
"description": "Access token for publishing.",
|
|
1504
|
-
"name": "accessToken",
|
|
1505
|
-
"hasDynamicHelp": false,
|
|
1506
|
-
"multiple": false,
|
|
1507
|
-
"type": "option"
|
|
1508
|
-
},
|
|
1509
|
-
"skipExisting": {
|
|
1510
|
-
"description": "Do not update content on KUBE if version already exists.",
|
|
1511
|
-
"name": "skipExisting",
|
|
1512
|
-
"allowNo": false,
|
|
1513
|
-
"type": "boolean"
|
|
1514
|
-
},
|
|
1515
|
-
"version": {
|
|
1516
|
-
"description": "Version of modules to publish.",
|
|
1517
|
-
"name": "version",
|
|
1518
|
-
"hasDynamicHelp": false,
|
|
1519
|
-
"multiple": false,
|
|
1520
|
-
"type": "option"
|
|
1521
1831
|
}
|
|
1522
1832
|
},
|
|
1523
1833
|
"hasDynamicHelp": false,
|
|
1524
1834
|
"hiddenAliases": [],
|
|
1525
|
-
"id": "
|
|
1835
|
+
"id": "config",
|
|
1526
1836
|
"pluginAlias": "@dxos/cli",
|
|
1527
1837
|
"pluginName": "@dxos/cli",
|
|
1528
1838
|
"pluginType": "core",
|
|
@@ -1533,8 +1843,8 @@
|
|
|
1533
1843
|
"dist",
|
|
1534
1844
|
"src",
|
|
1535
1845
|
"commands",
|
|
1536
|
-
"
|
|
1537
|
-
"
|
|
1846
|
+
"config",
|
|
1847
|
+
"index.js"
|
|
1538
1848
|
]
|
|
1539
1849
|
},
|
|
1540
1850
|
"debug:diagnostics": {
|
|
@@ -1604,17 +1914,12 @@
|
|
|
1604
1914
|
"type": "option"
|
|
1605
1915
|
},
|
|
1606
1916
|
"no-agent": {
|
|
1607
|
-
"description": "Run command without
|
|
1917
|
+
"description": "Run command without starting an agent.",
|
|
1918
|
+
"env": "DX_NO_AGENT",
|
|
1608
1919
|
"name": "no-agent",
|
|
1609
1920
|
"allowNo": false,
|
|
1610
1921
|
"type": "boolean"
|
|
1611
1922
|
},
|
|
1612
|
-
"no-start-agent": {
|
|
1613
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
1614
|
-
"name": "no-start-agent",
|
|
1615
|
-
"allowNo": false,
|
|
1616
|
-
"type": "boolean"
|
|
1617
|
-
},
|
|
1618
1923
|
"timeout": {
|
|
1619
1924
|
"aliases": [
|
|
1620
1925
|
"t"
|
|
@@ -1733,17 +2038,12 @@
|
|
|
1733
2038
|
"type": "option"
|
|
1734
2039
|
},
|
|
1735
2040
|
"no-agent": {
|
|
1736
|
-
"description": "Run command without
|
|
2041
|
+
"description": "Run command without starting an agent.",
|
|
2042
|
+
"env": "DX_NO_AGENT",
|
|
1737
2043
|
"name": "no-agent",
|
|
1738
2044
|
"allowNo": false,
|
|
1739
2045
|
"type": "boolean"
|
|
1740
2046
|
},
|
|
1741
|
-
"no-start-agent": {
|
|
1742
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
1743
|
-
"name": "no-start-agent",
|
|
1744
|
-
"allowNo": false,
|
|
1745
|
-
"type": "boolean"
|
|
1746
|
-
},
|
|
1747
2047
|
"timeout": {
|
|
1748
2048
|
"aliases": [
|
|
1749
2049
|
"t"
|
|
@@ -1797,7 +2097,7 @@
|
|
|
1797
2097
|
"aliases": [],
|
|
1798
2098
|
"args": {
|
|
1799
2099
|
"key": {
|
|
1800
|
-
"description": "Space key head in hex.",
|
|
2100
|
+
"description": "Space key(s) head in hex.",
|
|
1801
2101
|
"name": "key"
|
|
1802
2102
|
}
|
|
1803
2103
|
},
|
|
@@ -1855,17 +2155,12 @@
|
|
|
1855
2155
|
"type": "option"
|
|
1856
2156
|
},
|
|
1857
2157
|
"no-agent": {
|
|
1858
|
-
"description": "Run command without
|
|
2158
|
+
"description": "Run command without starting an agent.",
|
|
2159
|
+
"env": "DX_NO_AGENT",
|
|
1859
2160
|
"name": "no-agent",
|
|
1860
2161
|
"allowNo": false,
|
|
1861
2162
|
"type": "boolean"
|
|
1862
2163
|
},
|
|
1863
|
-
"no-start-agent": {
|
|
1864
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
1865
|
-
"name": "no-start-agent",
|
|
1866
|
-
"allowNo": false,
|
|
1867
|
-
"type": "boolean"
|
|
1868
|
-
},
|
|
1869
2164
|
"timeout": {
|
|
1870
2165
|
"aliases": [
|
|
1871
2166
|
"t"
|
|
@@ -2016,17 +2311,12 @@
|
|
|
2016
2311
|
"type": "option"
|
|
2017
2312
|
},
|
|
2018
2313
|
"no-agent": {
|
|
2019
|
-
"description": "Run command without
|
|
2314
|
+
"description": "Run command without starting an agent.",
|
|
2315
|
+
"env": "DX_NO_AGENT",
|
|
2020
2316
|
"name": "no-agent",
|
|
2021
2317
|
"allowNo": false,
|
|
2022
2318
|
"type": "boolean"
|
|
2023
2319
|
},
|
|
2024
|
-
"no-start-agent": {
|
|
2025
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
2026
|
-
"name": "no-start-agent",
|
|
2027
|
-
"allowNo": false,
|
|
2028
|
-
"type": "boolean"
|
|
2029
|
-
},
|
|
2030
2320
|
"timeout": {
|
|
2031
2321
|
"aliases": [
|
|
2032
2322
|
"t"
|
|
@@ -2133,17 +2423,12 @@
|
|
|
2133
2423
|
"type": "option"
|
|
2134
2424
|
},
|
|
2135
2425
|
"no-agent": {
|
|
2136
|
-
"description": "Run command without
|
|
2426
|
+
"description": "Run command without starting an agent.",
|
|
2427
|
+
"env": "DX_NO_AGENT",
|
|
2137
2428
|
"name": "no-agent",
|
|
2138
2429
|
"allowNo": false,
|
|
2139
2430
|
"type": "boolean"
|
|
2140
2431
|
},
|
|
2141
|
-
"no-start-agent": {
|
|
2142
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
2143
|
-
"name": "no-start-agent",
|
|
2144
|
-
"allowNo": false,
|
|
2145
|
-
"type": "boolean"
|
|
2146
|
-
},
|
|
2147
2432
|
"timeout": {
|
|
2148
2433
|
"aliases": [
|
|
2149
2434
|
"t"
|
|
@@ -2258,17 +2543,12 @@
|
|
|
2258
2543
|
"type": "option"
|
|
2259
2544
|
},
|
|
2260
2545
|
"no-agent": {
|
|
2261
|
-
"description": "Run command without
|
|
2546
|
+
"description": "Run command without starting an agent.",
|
|
2547
|
+
"env": "DX_NO_AGENT",
|
|
2262
2548
|
"name": "no-agent",
|
|
2263
2549
|
"allowNo": false,
|
|
2264
2550
|
"type": "boolean"
|
|
2265
2551
|
},
|
|
2266
|
-
"no-start-agent": {
|
|
2267
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
2268
|
-
"name": "no-start-agent",
|
|
2269
|
-
"allowNo": false,
|
|
2270
|
-
"type": "boolean"
|
|
2271
|
-
},
|
|
2272
2552
|
"timeout": {
|
|
2273
2553
|
"aliases": [
|
|
2274
2554
|
"t"
|
|
@@ -2375,17 +2655,12 @@
|
|
|
2375
2655
|
"type": "option"
|
|
2376
2656
|
},
|
|
2377
2657
|
"no-agent": {
|
|
2378
|
-
"description": "Run command without
|
|
2658
|
+
"description": "Run command without starting an agent.",
|
|
2659
|
+
"env": "DX_NO_AGENT",
|
|
2379
2660
|
"name": "no-agent",
|
|
2380
2661
|
"allowNo": false,
|
|
2381
2662
|
"type": "boolean"
|
|
2382
2663
|
},
|
|
2383
|
-
"no-start-agent": {
|
|
2384
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
2385
|
-
"name": "no-start-agent",
|
|
2386
|
-
"allowNo": false,
|
|
2387
|
-
"type": "boolean"
|
|
2388
|
-
},
|
|
2389
2664
|
"timeout": {
|
|
2390
2665
|
"aliases": [
|
|
2391
2666
|
"t"
|
|
@@ -2569,17 +2844,12 @@
|
|
|
2569
2844
|
"type": "option"
|
|
2570
2845
|
},
|
|
2571
2846
|
"no-agent": {
|
|
2572
|
-
"description": "Run command without
|
|
2847
|
+
"description": "Run command without starting an agent.",
|
|
2848
|
+
"env": "DX_NO_AGENT",
|
|
2573
2849
|
"name": "no-agent",
|
|
2574
2850
|
"allowNo": false,
|
|
2575
2851
|
"type": "boolean"
|
|
2576
2852
|
},
|
|
2577
|
-
"no-start-agent": {
|
|
2578
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
2579
|
-
"name": "no-start-agent",
|
|
2580
|
-
"allowNo": false,
|
|
2581
|
-
"type": "boolean"
|
|
2582
|
-
},
|
|
2583
2853
|
"timeout": {
|
|
2584
2854
|
"aliases": [
|
|
2585
2855
|
"t"
|
|
@@ -2702,17 +2972,12 @@
|
|
|
2702
2972
|
"type": "option"
|
|
2703
2973
|
},
|
|
2704
2974
|
"no-agent": {
|
|
2705
|
-
"description": "Run command without
|
|
2975
|
+
"description": "Run command without starting an agent.",
|
|
2976
|
+
"env": "DX_NO_AGENT",
|
|
2706
2977
|
"name": "no-agent",
|
|
2707
2978
|
"allowNo": false,
|
|
2708
2979
|
"type": "boolean"
|
|
2709
2980
|
},
|
|
2710
|
-
"no-start-agent": {
|
|
2711
|
-
"description": "Do not automatically start an agent if one is not running.",
|
|
2712
|
-
"name": "no-start-agent",
|
|
2713
|
-
"allowNo": false,
|
|
2714
|
-
"type": "boolean"
|
|
2715
|
-
},
|
|
2716
2981
|
"timeout": {
|
|
2717
2982
|
"aliases": [
|
|
2718
2983
|
"t"
|
|
@@ -2744,6 +3009,13 @@
|
|
|
2744
3009
|
"multiple": false,
|
|
2745
3010
|
"type": "option"
|
|
2746
3011
|
},
|
|
3012
|
+
"key": {
|
|
3013
|
+
"description": "Space key(s) head in hex.",
|
|
3014
|
+
"name": "key",
|
|
3015
|
+
"hasDynamicHelp": false,
|
|
3016
|
+
"multiple": true,
|
|
3017
|
+
"type": "option"
|
|
3018
|
+
},
|
|
2747
3019
|
"require": {
|
|
2748
3020
|
"aliases": [
|
|
2749
3021
|
"r"
|
|
@@ -2851,17 +3123,12 @@
|
|
|
2851
3123
|
"type": "option"
|
|
2852
3124
|
},
|
|
2853
3125
|
"no-agent": {
|
|
2854
|
-
"description": "Run command without
|
|
3126
|
+
"description": "Run command without starting an agent.",
|
|
3127
|
+
"env": "DX_NO_AGENT",
|
|
2855
3128
|
"name": "no-agent",
|
|
2856
3129
|
"allowNo": false,
|
|
2857
3130
|
"type": "boolean"
|
|
2858
3131
|
},
|
|
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
3132
|
"timeout": {
|
|
2866
3133
|
"aliases": [
|
|
2867
3134
|
"t"
|
|
@@ -2974,17 +3241,12 @@
|
|
|
2974
3241
|
"type": "option"
|
|
2975
3242
|
},
|
|
2976
3243
|
"no-agent": {
|
|
2977
|
-
"description": "Run command without
|
|
3244
|
+
"description": "Run command without starting an agent.",
|
|
3245
|
+
"env": "DX_NO_AGENT",
|
|
2978
3246
|
"name": "no-agent",
|
|
2979
3247
|
"allowNo": false,
|
|
2980
3248
|
"type": "boolean"
|
|
2981
3249
|
},
|
|
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
3250
|
"timeout": {
|
|
2989
3251
|
"aliases": [
|
|
2990
3252
|
"t"
|
|
@@ -3098,17 +3360,12 @@
|
|
|
3098
3360
|
"type": "option"
|
|
3099
3361
|
},
|
|
3100
3362
|
"no-agent": {
|
|
3101
|
-
"description": "Run command without
|
|
3363
|
+
"description": "Run command without starting an agent.",
|
|
3364
|
+
"env": "DX_NO_AGENT",
|
|
3102
3365
|
"name": "no-agent",
|
|
3103
3366
|
"allowNo": false,
|
|
3104
3367
|
"type": "boolean"
|
|
3105
3368
|
},
|
|
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
3369
|
"timeout": {
|
|
3113
3370
|
"aliases": [
|
|
3114
3371
|
"t"
|
|
@@ -3228,17 +3485,12 @@
|
|
|
3228
3485
|
"type": "option"
|
|
3229
3486
|
},
|
|
3230
3487
|
"no-agent": {
|
|
3231
|
-
"description": "Run command without
|
|
3488
|
+
"description": "Run command without starting an agent.",
|
|
3489
|
+
"env": "DX_NO_AGENT",
|
|
3232
3490
|
"name": "no-agent",
|
|
3233
3491
|
"allowNo": false,
|
|
3234
3492
|
"type": "boolean"
|
|
3235
3493
|
},
|
|
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
3494
|
"timeout": {
|
|
3243
3495
|
"aliases": [
|
|
3244
3496
|
"t"
|
|
@@ -3345,17 +3597,12 @@
|
|
|
3345
3597
|
"type": "option"
|
|
3346
3598
|
},
|
|
3347
3599
|
"no-agent": {
|
|
3348
|
-
"description": "Run command without
|
|
3600
|
+
"description": "Run command without starting an agent.",
|
|
3601
|
+
"env": "DX_NO_AGENT",
|
|
3349
3602
|
"name": "no-agent",
|
|
3350
3603
|
"allowNo": false,
|
|
3351
3604
|
"type": "boolean"
|
|
3352
3605
|
},
|
|
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
3606
|
"timeout": {
|
|
3360
3607
|
"description": "Timeout in seconds",
|
|
3361
3608
|
"name": "timeout",
|
|
@@ -3486,17 +3733,12 @@
|
|
|
3486
3733
|
"type": "option"
|
|
3487
3734
|
},
|
|
3488
3735
|
"no-agent": {
|
|
3489
|
-
"description": "Run command without
|
|
3736
|
+
"description": "Run command without starting an agent.",
|
|
3737
|
+
"env": "DX_NO_AGENT",
|
|
3490
3738
|
"name": "no-agent",
|
|
3491
3739
|
"allowNo": false,
|
|
3492
3740
|
"type": "boolean"
|
|
3493
3741
|
},
|
|
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
3742
|
"timeout": {
|
|
3501
3743
|
"aliases": [
|
|
3502
3744
|
"t"
|
|
@@ -3603,17 +3845,12 @@
|
|
|
3603
3845
|
"type": "option"
|
|
3604
3846
|
},
|
|
3605
3847
|
"no-agent": {
|
|
3606
|
-
"description": "Run command without
|
|
3848
|
+
"description": "Run command without starting an agent.",
|
|
3849
|
+
"env": "DX_NO_AGENT",
|
|
3607
3850
|
"name": "no-agent",
|
|
3608
3851
|
"allowNo": false,
|
|
3609
3852
|
"type": "boolean"
|
|
3610
3853
|
},
|
|
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
3854
|
"timeout": {
|
|
3618
3855
|
"aliases": [
|
|
3619
3856
|
"t"
|
|
@@ -3754,17 +3991,12 @@
|
|
|
3754
3991
|
"type": "option"
|
|
3755
3992
|
},
|
|
3756
3993
|
"no-agent": {
|
|
3757
|
-
"description": "Run command without
|
|
3994
|
+
"description": "Run command without starting an agent.",
|
|
3995
|
+
"env": "DX_NO_AGENT",
|
|
3758
3996
|
"name": "no-agent",
|
|
3759
3997
|
"allowNo": false,
|
|
3760
3998
|
"type": "boolean"
|
|
3761
3999
|
},
|
|
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
4000
|
"timeout": {
|
|
3769
4001
|
"aliases": [
|
|
3770
4002
|
"t"
|
|
@@ -3878,17 +4110,12 @@
|
|
|
3878
4110
|
"type": "option"
|
|
3879
4111
|
},
|
|
3880
4112
|
"no-agent": {
|
|
3881
|
-
"description": "Run command without
|
|
4113
|
+
"description": "Run command without starting an agent.",
|
|
4114
|
+
"env": "DX_NO_AGENT",
|
|
3882
4115
|
"name": "no-agent",
|
|
3883
4116
|
"allowNo": false,
|
|
3884
4117
|
"type": "boolean"
|
|
3885
4118
|
},
|
|
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
4119
|
"timeout": {
|
|
3893
4120
|
"aliases": [
|
|
3894
4121
|
"t"
|
|
@@ -4007,17 +4234,12 @@
|
|
|
4007
4234
|
"type": "option"
|
|
4008
4235
|
},
|
|
4009
4236
|
"no-agent": {
|
|
4010
|
-
"description": "Run command without
|
|
4237
|
+
"description": "Run command without starting an agent.",
|
|
4238
|
+
"env": "DX_NO_AGENT",
|
|
4011
4239
|
"name": "no-agent",
|
|
4012
4240
|
"allowNo": false,
|
|
4013
4241
|
"type": "boolean"
|
|
4014
4242
|
},
|
|
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
4243
|
"timeout": {
|
|
4022
4244
|
"aliases": [
|
|
4023
4245
|
"t"
|
|
@@ -4071,6 +4293,7 @@
|
|
|
4071
4293
|
"aliases": [],
|
|
4072
4294
|
"args": {
|
|
4073
4295
|
"key": {
|
|
4296
|
+
"description": "Space key(s) head in hex.",
|
|
4074
4297
|
"name": "key"
|
|
4075
4298
|
}
|
|
4076
4299
|
},
|
|
@@ -4128,17 +4351,12 @@
|
|
|
4128
4351
|
"type": "option"
|
|
4129
4352
|
},
|
|
4130
4353
|
"no-agent": {
|
|
4131
|
-
"description": "Run command without
|
|
4354
|
+
"description": "Run command without starting an agent.",
|
|
4355
|
+
"env": "DX_NO_AGENT",
|
|
4132
4356
|
"name": "no-agent",
|
|
4133
4357
|
"allowNo": false,
|
|
4134
4358
|
"type": "boolean"
|
|
4135
4359
|
},
|
|
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
4360
|
"timeout": {
|
|
4143
4361
|
"aliases": [
|
|
4144
4362
|
"t"
|
|
@@ -4249,17 +4467,12 @@
|
|
|
4249
4467
|
"type": "option"
|
|
4250
4468
|
},
|
|
4251
4469
|
"no-agent": {
|
|
4252
|
-
"description": "Run command without
|
|
4470
|
+
"description": "Run command without starting an agent.",
|
|
4471
|
+
"env": "DX_NO_AGENT",
|
|
4253
4472
|
"name": "no-agent",
|
|
4254
4473
|
"allowNo": false,
|
|
4255
4474
|
"type": "boolean"
|
|
4256
4475
|
},
|
|
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
4476
|
"timeout": {
|
|
4264
4477
|
"aliases": [
|
|
4265
4478
|
"t"
|
|
@@ -4313,7 +4526,7 @@
|
|
|
4313
4526
|
"aliases": [],
|
|
4314
4527
|
"args": {
|
|
4315
4528
|
"key": {
|
|
4316
|
-
"description": "Space key head in hex.",
|
|
4529
|
+
"description": "Space key(s) head in hex.",
|
|
4317
4530
|
"name": "key"
|
|
4318
4531
|
}
|
|
4319
4532
|
},
|
|
@@ -4371,17 +4584,12 @@
|
|
|
4371
4584
|
"type": "option"
|
|
4372
4585
|
},
|
|
4373
4586
|
"no-agent": {
|
|
4374
|
-
"description": "Run command without
|
|
4587
|
+
"description": "Run command without starting an agent.",
|
|
4588
|
+
"env": "DX_NO_AGENT",
|
|
4375
4589
|
"name": "no-agent",
|
|
4376
4590
|
"allowNo": false,
|
|
4377
4591
|
"type": "boolean"
|
|
4378
4592
|
},
|
|
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
4593
|
"timeout": {
|
|
4386
4594
|
"aliases": [
|
|
4387
4595
|
"t"
|
|
@@ -4435,6 +4643,7 @@
|
|
|
4435
4643
|
"aliases": [],
|
|
4436
4644
|
"args": {
|
|
4437
4645
|
"key": {
|
|
4646
|
+
"description": "Space key(s) head in hex.",
|
|
4438
4647
|
"name": "key"
|
|
4439
4648
|
}
|
|
4440
4649
|
},
|
|
@@ -4492,17 +4701,12 @@
|
|
|
4492
4701
|
"type": "option"
|
|
4493
4702
|
},
|
|
4494
4703
|
"no-agent": {
|
|
4495
|
-
"description": "Run command without
|
|
4704
|
+
"description": "Run command without starting an agent.",
|
|
4705
|
+
"env": "DX_NO_AGENT",
|
|
4496
4706
|
"name": "no-agent",
|
|
4497
4707
|
"allowNo": false,
|
|
4498
4708
|
"type": "boolean"
|
|
4499
4709
|
},
|
|
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
4710
|
"timeout": {
|
|
4507
4711
|
"aliases": [
|
|
4508
4712
|
"t"
|
|
@@ -4609,17 +4813,12 @@
|
|
|
4609
4813
|
"type": "option"
|
|
4610
4814
|
},
|
|
4611
4815
|
"no-agent": {
|
|
4612
|
-
"description": "Run command without
|
|
4816
|
+
"description": "Run command without starting an agent.",
|
|
4817
|
+
"env": "DX_NO_AGENT",
|
|
4613
4818
|
"name": "no-agent",
|
|
4614
4819
|
"allowNo": false,
|
|
4615
4820
|
"type": "boolean"
|
|
4616
4821
|
},
|
|
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
4822
|
"timeout": {
|
|
4624
4823
|
"aliases": [
|
|
4625
4824
|
"t"
|
|
@@ -4740,17 +4939,12 @@
|
|
|
4740
4939
|
"type": "option"
|
|
4741
4940
|
},
|
|
4742
4941
|
"no-agent": {
|
|
4743
|
-
"description": "Run command without
|
|
4942
|
+
"description": "Run command without starting an agent.",
|
|
4943
|
+
"env": "DX_NO_AGENT",
|
|
4744
4944
|
"name": "no-agent",
|
|
4745
4945
|
"allowNo": false,
|
|
4746
4946
|
"type": "boolean"
|
|
4747
4947
|
},
|
|
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
4948
|
"timeout": {
|
|
4755
4949
|
"aliases": [
|
|
4756
4950
|
"t"
|
|
@@ -4887,7 +5081,7 @@
|
|
|
4887
5081
|
"aliases": [],
|
|
4888
5082
|
"args": {
|
|
4889
5083
|
"key": {
|
|
4890
|
-
"description": "Space key head in hex.",
|
|
5084
|
+
"description": "Space key(s) head in hex.",
|
|
4891
5085
|
"name": "key"
|
|
4892
5086
|
}
|
|
4893
5087
|
},
|
|
@@ -4945,17 +5139,12 @@
|
|
|
4945
5139
|
"type": "option"
|
|
4946
5140
|
},
|
|
4947
5141
|
"no-agent": {
|
|
4948
|
-
"description": "Run command without
|
|
5142
|
+
"description": "Run command without starting an agent.",
|
|
5143
|
+
"env": "DX_NO_AGENT",
|
|
4949
5144
|
"name": "no-agent",
|
|
4950
5145
|
"allowNo": false,
|
|
4951
5146
|
"type": "boolean"
|
|
4952
5147
|
},
|
|
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
5148
|
"timeout": {
|
|
4960
5149
|
"aliases": [
|
|
4961
5150
|
"t"
|
|
@@ -5086,6 +5275,7 @@
|
|
|
5086
5275
|
"aliases": [],
|
|
5087
5276
|
"args": {
|
|
5088
5277
|
"key": {
|
|
5278
|
+
"description": "Space key(s) head in hex.",
|
|
5089
5279
|
"name": "key"
|
|
5090
5280
|
}
|
|
5091
5281
|
},
|
|
@@ -5143,17 +5333,12 @@
|
|
|
5143
5333
|
"type": "option"
|
|
5144
5334
|
},
|
|
5145
5335
|
"no-agent": {
|
|
5146
|
-
"description": "Run command without
|
|
5336
|
+
"description": "Run command without starting an agent.",
|
|
5337
|
+
"env": "DX_NO_AGENT",
|
|
5147
5338
|
"name": "no-agent",
|
|
5148
5339
|
"allowNo": false,
|
|
5149
5340
|
"type": "boolean"
|
|
5150
5341
|
},
|
|
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
5342
|
"timeout": {
|
|
5158
5343
|
"aliases": [
|
|
5159
5344
|
"t"
|
|
@@ -5207,7 +5392,7 @@
|
|
|
5207
5392
|
"aliases": [],
|
|
5208
5393
|
"args": {
|
|
5209
5394
|
"key": {
|
|
5210
|
-
"description": "Space key head in hex.",
|
|
5395
|
+
"description": "Space key(s) head in hex.",
|
|
5211
5396
|
"name": "key"
|
|
5212
5397
|
}
|
|
5213
5398
|
},
|
|
@@ -5265,17 +5450,12 @@
|
|
|
5265
5450
|
"type": "option"
|
|
5266
5451
|
},
|
|
5267
5452
|
"no-agent": {
|
|
5268
|
-
"description": "Run command without
|
|
5453
|
+
"description": "Run command without starting an agent.",
|
|
5454
|
+
"env": "DX_NO_AGENT",
|
|
5269
5455
|
"name": "no-agent",
|
|
5270
5456
|
"allowNo": false,
|
|
5271
5457
|
"type": "boolean"
|
|
5272
5458
|
},
|
|
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
5459
|
"timeout": {
|
|
5280
5460
|
"aliases": [
|
|
5281
5461
|
"t"
|
|
@@ -5306,6 +5486,19 @@
|
|
|
5306
5486
|
"hasDynamicHelp": false,
|
|
5307
5487
|
"multiple": false,
|
|
5308
5488
|
"type": "option"
|
|
5489
|
+
},
|
|
5490
|
+
"data": {
|
|
5491
|
+
"description": "Print serialized object representation.",
|
|
5492
|
+
"name": "data",
|
|
5493
|
+
"allowNo": false,
|
|
5494
|
+
"type": "boolean"
|
|
5495
|
+
},
|
|
5496
|
+
"typename": {
|
|
5497
|
+
"description": "Filter objects by typename.",
|
|
5498
|
+
"name": "typename",
|
|
5499
|
+
"hasDynamicHelp": false,
|
|
5500
|
+
"multiple": false,
|
|
5501
|
+
"type": "option"
|
|
5309
5502
|
}
|
|
5310
5503
|
},
|
|
5311
5504
|
"hasDynamicHelp": false,
|
|
@@ -5329,7 +5522,7 @@
|
|
|
5329
5522
|
"aliases": [],
|
|
5330
5523
|
"args": {
|
|
5331
5524
|
"key": {
|
|
5332
|
-
"description": "Space key head in hex.",
|
|
5525
|
+
"description": "Space key(s) head in hex.",
|
|
5333
5526
|
"name": "key"
|
|
5334
5527
|
}
|
|
5335
5528
|
},
|
|
@@ -5387,17 +5580,12 @@
|
|
|
5387
5580
|
"type": "option"
|
|
5388
5581
|
},
|
|
5389
5582
|
"no-agent": {
|
|
5390
|
-
"description": "Run command without
|
|
5583
|
+
"description": "Run command without starting an agent.",
|
|
5584
|
+
"env": "DX_NO_AGENT",
|
|
5391
5585
|
"name": "no-agent",
|
|
5392
5586
|
"allowNo": false,
|
|
5393
5587
|
"type": "boolean"
|
|
5394
5588
|
},
|
|
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
5589
|
"timeout": {
|
|
5402
5590
|
"aliases": [
|
|
5403
5591
|
"t"
|
|
@@ -5496,7 +5684,7 @@
|
|
|
5496
5684
|
"required": true
|
|
5497
5685
|
}
|
|
5498
5686
|
},
|
|
5499
|
-
"description": "Enable or disable tunnel.",
|
|
5687
|
+
"description": "Enable or disable tunnel (deprecated).",
|
|
5500
5688
|
"flags": {
|
|
5501
5689
|
"json": {
|
|
5502
5690
|
"description": "Output as JSON.",
|
|
@@ -5550,17 +5738,12 @@
|
|
|
5550
5738
|
"type": "option"
|
|
5551
5739
|
},
|
|
5552
5740
|
"no-agent": {
|
|
5553
|
-
"description": "Run command without
|
|
5741
|
+
"description": "Run command without starting an agent.",
|
|
5742
|
+
"env": "DX_NO_AGENT",
|
|
5554
5743
|
"name": "no-agent",
|
|
5555
5744
|
"allowNo": false,
|
|
5556
5745
|
"type": "boolean"
|
|
5557
5746
|
},
|
|
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
5747
|
"timeout": {
|
|
5565
5748
|
"aliases": [
|
|
5566
5749
|
"t"
|
|
@@ -5595,7 +5778,7 @@
|
|
|
5595
5778
|
"name": {
|
|
5596
5779
|
"description": "Tunnel name",
|
|
5597
5780
|
"name": "name",
|
|
5598
|
-
"default": "
|
|
5781
|
+
"default": "sodium-snake-thirteen-william",
|
|
5599
5782
|
"hasDynamicHelp": false,
|
|
5600
5783
|
"multiple": false,
|
|
5601
5784
|
"type": "option"
|
|
@@ -5607,6 +5790,7 @@
|
|
|
5607
5790
|
"pluginAlias": "@dxos/cli",
|
|
5608
5791
|
"pluginName": "@dxos/cli",
|
|
5609
5792
|
"pluginType": "core",
|
|
5793
|
+
"state": "deprecated",
|
|
5610
5794
|
"strict": true,
|
|
5611
5795
|
"enableJsonFlag": true,
|
|
5612
5796
|
"isESM": false,
|
|
@@ -5675,17 +5859,12 @@
|
|
|
5675
5859
|
"type": "option"
|
|
5676
5860
|
},
|
|
5677
5861
|
"no-agent": {
|
|
5678
|
-
"description": "Run command without
|
|
5862
|
+
"description": "Run command without starting an agent.",
|
|
5863
|
+
"env": "DX_NO_AGENT",
|
|
5679
5864
|
"name": "no-agent",
|
|
5680
5865
|
"allowNo": false,
|
|
5681
5866
|
"type": "boolean"
|
|
5682
5867
|
},
|
|
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
5868
|
"timeout": {
|
|
5690
5869
|
"aliases": [
|
|
5691
5870
|
"t"
|
|
@@ -5724,6 +5903,7 @@
|
|
|
5724
5903
|
"pluginAlias": "@dxos/cli",
|
|
5725
5904
|
"pluginName": "@dxos/cli",
|
|
5726
5905
|
"pluginType": "core",
|
|
5906
|
+
"state": "deprecated",
|
|
5727
5907
|
"strict": true,
|
|
5728
5908
|
"enableJsonFlag": true,
|
|
5729
5909
|
"isESM": false,
|
|
@@ -5798,17 +5978,12 @@
|
|
|
5798
5978
|
"type": "option"
|
|
5799
5979
|
},
|
|
5800
5980
|
"no-agent": {
|
|
5801
|
-
"description": "Run command without
|
|
5981
|
+
"description": "Run command without starting an agent.",
|
|
5982
|
+
"env": "DX_NO_AGENT",
|
|
5802
5983
|
"name": "no-agent",
|
|
5803
5984
|
"allowNo": false,
|
|
5804
5985
|
"type": "boolean"
|
|
5805
5986
|
},
|
|
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
5987
|
"timeout": {
|
|
5813
5988
|
"aliases": [
|
|
5814
5989
|
"t"
|
|
@@ -5916,17 +6091,12 @@
|
|
|
5916
6091
|
"type": "option"
|
|
5917
6092
|
},
|
|
5918
6093
|
"no-agent": {
|
|
5919
|
-
"description": "Run command without
|
|
6094
|
+
"description": "Run command without starting an agent.",
|
|
6095
|
+
"env": "DX_NO_AGENT",
|
|
5920
6096
|
"name": "no-agent",
|
|
5921
6097
|
"allowNo": false,
|
|
5922
6098
|
"type": "boolean"
|
|
5923
6099
|
},
|
|
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
6100
|
"timeout": {
|
|
5931
6101
|
"description": "Time in milliseconds to wait for at least one credential before listing.",
|
|
5932
6102
|
"name": "timeout",
|
|
@@ -6067,5 +6237,5 @@
|
|
|
6067
6237
|
]
|
|
6068
6238
|
}
|
|
6069
6239
|
},
|
|
6070
|
-
"version": "0.5.3-main.
|
|
6240
|
+
"version": "0.5.3-main.bbd33a9"
|
|
6071
6241
|
}
|