@dxos/cli 0.5.1-next.2ad6c47 → 0.5.1-next.7f021b8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/handle_invitation +3 -2
- package/dist/src/base-command.d.ts +1 -0
- package/dist/src/base-command.d.ts.map +1 -1
- package/dist/src/base-command.js +13 -5
- package/dist/src/base-command.js.map +1 -1
- package/dist/src/commands/agent/invitations.d.ts +1 -0
- package/dist/src/commands/agent/invitations.d.ts.map +1 -1
- package/dist/src/commands/agent/list.d.ts +1 -0
- package/dist/src/commands/agent/list.d.ts.map +1 -1
- package/dist/src/commands/agent/restart.d.ts +1 -0
- package/dist/src/commands/agent/restart.d.ts.map +1 -1
- package/dist/src/commands/agent/start.d.ts +1 -0
- package/dist/src/commands/agent/start.d.ts.map +1 -1
- package/dist/src/commands/{kube/deploy.d.ts → agent/status.d.ts} +4 -6
- package/dist/src/commands/agent/status.d.ts.map +1 -0
- package/dist/src/commands/agent/status.js +41 -0
- package/dist/src/commands/agent/status.js.map +1 -0
- package/dist/src/commands/agent/stop.d.ts +1 -0
- package/dist/src/commands/agent/stop.d.ts.map +1 -1
- package/dist/src/commands/app/create.d.ts +1 -0
- package/dist/src/commands/app/create.d.ts.map +1 -1
- package/dist/src/commands/app/open.d.ts +1 -0
- package/dist/src/commands/app/open.d.ts.map +1 -1
- package/dist/src/commands/app/publish.d.ts +1 -0
- package/dist/src/commands/app/publish.d.ts.map +1 -1
- package/dist/src/commands/debug/diagnostics.d.ts +1 -0
- package/dist/src/commands/debug/diagnostics.d.ts.map +1 -1
- package/dist/src/commands/debug/generate.d.ts +1 -0
- package/dist/src/commands/debug/generate.d.ts.map +1 -1
- package/dist/src/commands/debug/status.d.ts +1 -0
- package/dist/src/commands/debug/status.d.ts.map +1 -1
- package/dist/src/commands/device/list.d.ts +1 -0
- package/dist/src/commands/device/list.d.ts.map +1 -1
- package/dist/src/commands/device/update.d.ts +1 -0
- package/dist/src/commands/device/update.d.ts.map +1 -1
- package/dist/src/commands/function/dev.d.ts +1 -0
- package/dist/src/commands/function/dev.d.ts.map +1 -1
- package/dist/src/commands/halo/create.d.ts +1 -0
- package/dist/src/commands/halo/create.d.ts.map +1 -1
- package/dist/src/commands/halo/credential/list.d.ts +3 -1
- package/dist/src/commands/halo/credential/list.d.ts.map +1 -1
- package/dist/src/commands/halo/credential/list.js +21 -1
- package/dist/src/commands/halo/credential/list.js.map +1 -1
- package/dist/src/commands/halo/join.d.ts +1 -0
- package/dist/src/commands/halo/join.d.ts.map +1 -1
- package/dist/src/commands/halo/share.d.ts +1 -0
- package/dist/src/commands/halo/share.d.ts.map +1 -1
- package/dist/src/commands/halo/update.d.ts +1 -0
- package/dist/src/commands/halo/update.d.ts.map +1 -1
- package/dist/src/commands/reset/index.d.ts +1 -0
- package/dist/src/commands/reset/index.d.ts.map +1 -1
- package/dist/src/commands/space/close.js +1 -1
- package/dist/src/commands/space/close.js.map +1 -1
- package/dist/src/commands/space/join.d.ts +1 -0
- package/dist/src/commands/space/join.d.ts.map +1 -1
- package/dist/src/commands/space/list.d.ts +1 -0
- package/dist/src/commands/space/list.d.ts.map +1 -1
- package/dist/src/commands/space/members.d.ts +1 -0
- package/dist/src/commands/space/members.d.ts.map +1 -1
- package/dist/src/commands/space/open.js +1 -1
- package/dist/src/commands/space/open.js.map +1 -1
- package/dist/src/commands/space/share.d.ts +1 -0
- package/dist/src/commands/space/share.d.ts.map +1 -1
- package/dist/src/commands/tunnel/index.d.ts +1 -0
- package/dist/src/commands/tunnel/index.d.ts.map +1 -1
- package/dist/src/util/credentials.d.ts +0 -2
- package/dist/src/util/credentials.d.ts.map +1 -1
- package/dist/src/util/credentials.js +1 -27
- package/dist/src/util/credentials.js.map +1 -1
- package/oclif.manifest.json +412 -263
- package/package.json +24 -24
- package/dist/src/commands/kube/auth.d.ts +0 -9
- package/dist/src/commands/kube/auth.d.ts.map +0 -1
- package/dist/src/commands/kube/auth.js +0 -77
- package/dist/src/commands/kube/auth.js.map +0 -1
- package/dist/src/commands/kube/deploy.d.ts.map +0 -1
- package/dist/src/commands/kube/deploy.js +0 -52
- package/dist/src/commands/kube/deploy.js.map +0 -1
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.5.1-next.
|
|
2
|
+
"version": "0.5.1-next.7f021b8",
|
|
3
3
|
"commands": {
|
|
4
4
|
"agent:invitations": {
|
|
5
5
|
"id": "agent:invitations",
|
|
@@ -60,7 +60,13 @@
|
|
|
60
60
|
"no-agent": {
|
|
61
61
|
"name": "no-agent",
|
|
62
62
|
"type": "boolean",
|
|
63
|
-
"description": "Run command without using
|
|
63
|
+
"description": "Run command without using an agent.",
|
|
64
|
+
"allowNo": false
|
|
65
|
+
},
|
|
66
|
+
"no-start-agent": {
|
|
67
|
+
"name": "no-start-agent",
|
|
68
|
+
"type": "boolean",
|
|
69
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
64
70
|
"allowNo": false
|
|
65
71
|
},
|
|
66
72
|
"timeout": {
|
|
@@ -159,7 +165,13 @@
|
|
|
159
165
|
"no-agent": {
|
|
160
166
|
"name": "no-agent",
|
|
161
167
|
"type": "boolean",
|
|
162
|
-
"description": "Run command without using
|
|
168
|
+
"description": "Run command without using an agent.",
|
|
169
|
+
"allowNo": false
|
|
170
|
+
},
|
|
171
|
+
"no-start-agent": {
|
|
172
|
+
"name": "no-start-agent",
|
|
173
|
+
"type": "boolean",
|
|
174
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
163
175
|
"allowNo": false
|
|
164
176
|
},
|
|
165
177
|
"timeout": {
|
|
@@ -337,7 +349,13 @@
|
|
|
337
349
|
"no-agent": {
|
|
338
350
|
"name": "no-agent",
|
|
339
351
|
"type": "boolean",
|
|
340
|
-
"description": "Run command without using
|
|
352
|
+
"description": "Run command without using an agent.",
|
|
353
|
+
"allowNo": false
|
|
354
|
+
},
|
|
355
|
+
"no-start-agent": {
|
|
356
|
+
"name": "no-start-agent",
|
|
357
|
+
"type": "boolean",
|
|
358
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
341
359
|
"allowNo": false
|
|
342
360
|
},
|
|
343
361
|
"timeout": {
|
|
@@ -448,7 +466,13 @@
|
|
|
448
466
|
"no-agent": {
|
|
449
467
|
"name": "no-agent",
|
|
450
468
|
"type": "boolean",
|
|
451
|
-
"description": "Run command without using
|
|
469
|
+
"description": "Run command without using an agent.",
|
|
470
|
+
"allowNo": false
|
|
471
|
+
},
|
|
472
|
+
"no-start-agent": {
|
|
473
|
+
"name": "no-start-agent",
|
|
474
|
+
"type": "boolean",
|
|
475
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
452
476
|
"allowNo": false
|
|
453
477
|
},
|
|
454
478
|
"timeout": {
|
|
@@ -519,6 +543,106 @@
|
|
|
519
543
|
},
|
|
520
544
|
"args": {}
|
|
521
545
|
},
|
|
546
|
+
"agent:status": {
|
|
547
|
+
"id": "agent:status",
|
|
548
|
+
"description": "Show agent status",
|
|
549
|
+
"strict": true,
|
|
550
|
+
"pluginName": "@dxos/cli",
|
|
551
|
+
"pluginAlias": "@dxos/cli",
|
|
552
|
+
"pluginType": "core",
|
|
553
|
+
"aliases": [],
|
|
554
|
+
"flags": {
|
|
555
|
+
"json": {
|
|
556
|
+
"name": "json",
|
|
557
|
+
"type": "boolean",
|
|
558
|
+
"description": "Format output as json.",
|
|
559
|
+
"helpGroup": "GLOBAL",
|
|
560
|
+
"allowNo": false
|
|
561
|
+
},
|
|
562
|
+
"dry-run": {
|
|
563
|
+
"name": "dry-run",
|
|
564
|
+
"type": "boolean",
|
|
565
|
+
"description": "Dry run.",
|
|
566
|
+
"allowNo": false
|
|
567
|
+
},
|
|
568
|
+
"verbose": {
|
|
569
|
+
"name": "verbose",
|
|
570
|
+
"type": "boolean",
|
|
571
|
+
"char": "v",
|
|
572
|
+
"description": "Verbose output",
|
|
573
|
+
"allowNo": false
|
|
574
|
+
},
|
|
575
|
+
"profile": {
|
|
576
|
+
"name": "profile",
|
|
577
|
+
"type": "option",
|
|
578
|
+
"description": "User profile.",
|
|
579
|
+
"multiple": false,
|
|
580
|
+
"default": "default"
|
|
581
|
+
},
|
|
582
|
+
"config": {
|
|
583
|
+
"name": "config",
|
|
584
|
+
"type": "option",
|
|
585
|
+
"description": "Config file.",
|
|
586
|
+
"helpValue": "path",
|
|
587
|
+
"multiple": false,
|
|
588
|
+
"dependsOn": [
|
|
589
|
+
"profile"
|
|
590
|
+
],
|
|
591
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
592
|
+
"aliases": [
|
|
593
|
+
"c"
|
|
594
|
+
]
|
|
595
|
+
},
|
|
596
|
+
"target": {
|
|
597
|
+
"name": "target",
|
|
598
|
+
"type": "option",
|
|
599
|
+
"description": "Target websocket server.",
|
|
600
|
+
"multiple": false
|
|
601
|
+
},
|
|
602
|
+
"no-agent": {
|
|
603
|
+
"name": "no-agent",
|
|
604
|
+
"type": "boolean",
|
|
605
|
+
"description": "Run command without using an agent.",
|
|
606
|
+
"allowNo": false
|
|
607
|
+
},
|
|
608
|
+
"no-start-agent": {
|
|
609
|
+
"name": "no-start-agent",
|
|
610
|
+
"type": "boolean",
|
|
611
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
612
|
+
"allowNo": false
|
|
613
|
+
},
|
|
614
|
+
"timeout": {
|
|
615
|
+
"name": "timeout",
|
|
616
|
+
"type": "option",
|
|
617
|
+
"description": "Timeout (ms).",
|
|
618
|
+
"multiple": false,
|
|
619
|
+
"default": 60000,
|
|
620
|
+
"aliases": [
|
|
621
|
+
"t"
|
|
622
|
+
]
|
|
623
|
+
},
|
|
624
|
+
"no-wait": {
|
|
625
|
+
"name": "no-wait",
|
|
626
|
+
"type": "boolean",
|
|
627
|
+
"description": "Do not wait for space to be ready.",
|
|
628
|
+
"allowNo": false
|
|
629
|
+
},
|
|
630
|
+
"json-log": {
|
|
631
|
+
"name": "json-log",
|
|
632
|
+
"type": "boolean",
|
|
633
|
+
"description": "When running in foreground, log JSON format",
|
|
634
|
+
"allowNo": false
|
|
635
|
+
},
|
|
636
|
+
"json-logfile": {
|
|
637
|
+
"name": "json-logfile",
|
|
638
|
+
"type": "option",
|
|
639
|
+
"description": "JSON log file destination, or 'stdout' or 'stderr'",
|
|
640
|
+
"multiple": false,
|
|
641
|
+
"default": "stderr"
|
|
642
|
+
}
|
|
643
|
+
},
|
|
644
|
+
"args": {}
|
|
645
|
+
},
|
|
522
646
|
"agent:stop": {
|
|
523
647
|
"id": "agent:stop",
|
|
524
648
|
"description": "Stop agent daemon.",
|
|
@@ -577,7 +701,13 @@
|
|
|
577
701
|
"no-agent": {
|
|
578
702
|
"name": "no-agent",
|
|
579
703
|
"type": "boolean",
|
|
580
|
-
"description": "Run command without using
|
|
704
|
+
"description": "Run command without using an agent.",
|
|
705
|
+
"allowNo": false
|
|
706
|
+
},
|
|
707
|
+
"no-start-agent": {
|
|
708
|
+
"name": "no-start-agent",
|
|
709
|
+
"type": "boolean",
|
|
710
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
581
711
|
"allowNo": false
|
|
582
712
|
},
|
|
583
713
|
"timeout": {
|
|
@@ -688,7 +818,13 @@
|
|
|
688
818
|
"no-agent": {
|
|
689
819
|
"name": "no-agent",
|
|
690
820
|
"type": "boolean",
|
|
691
|
-
"description": "Run command without using
|
|
821
|
+
"description": "Run command without using an agent.",
|
|
822
|
+
"allowNo": false
|
|
823
|
+
},
|
|
824
|
+
"no-start-agent": {
|
|
825
|
+
"name": "no-start-agent",
|
|
826
|
+
"type": "boolean",
|
|
827
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
692
828
|
"allowNo": false
|
|
693
829
|
},
|
|
694
830
|
"timeout": {
|
|
@@ -814,7 +950,13 @@
|
|
|
814
950
|
"no-agent": {
|
|
815
951
|
"name": "no-agent",
|
|
816
952
|
"type": "boolean",
|
|
817
|
-
"description": "Run command without using
|
|
953
|
+
"description": "Run command without using an agent.",
|
|
954
|
+
"allowNo": false
|
|
955
|
+
},
|
|
956
|
+
"no-start-agent": {
|
|
957
|
+
"name": "no-start-agent",
|
|
958
|
+
"type": "boolean",
|
|
959
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
818
960
|
"allowNo": false
|
|
819
961
|
},
|
|
820
962
|
"timeout": {
|
|
@@ -908,7 +1050,13 @@
|
|
|
908
1050
|
"no-agent": {
|
|
909
1051
|
"name": "no-agent",
|
|
910
1052
|
"type": "boolean",
|
|
911
|
-
"description": "Run command without using
|
|
1053
|
+
"description": "Run command without using an agent.",
|
|
1054
|
+
"allowNo": false
|
|
1055
|
+
},
|
|
1056
|
+
"no-start-agent": {
|
|
1057
|
+
"name": "no-start-agent",
|
|
1058
|
+
"type": "boolean",
|
|
1059
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
912
1060
|
"allowNo": false
|
|
913
1061
|
},
|
|
914
1062
|
"timeout": {
|
|
@@ -1020,7 +1168,13 @@
|
|
|
1020
1168
|
"no-agent": {
|
|
1021
1169
|
"name": "no-agent",
|
|
1022
1170
|
"type": "boolean",
|
|
1023
|
-
"description": "Run command without using
|
|
1171
|
+
"description": "Run command without using an agent.",
|
|
1172
|
+
"allowNo": false
|
|
1173
|
+
},
|
|
1174
|
+
"no-start-agent": {
|
|
1175
|
+
"name": "no-start-agent",
|
|
1176
|
+
"type": "boolean",
|
|
1177
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
1024
1178
|
"allowNo": false
|
|
1025
1179
|
},
|
|
1026
1180
|
"timeout": {
|
|
@@ -1138,7 +1292,13 @@
|
|
|
1138
1292
|
"no-agent": {
|
|
1139
1293
|
"name": "no-agent",
|
|
1140
1294
|
"type": "boolean",
|
|
1141
|
-
"description": "Run command without using
|
|
1295
|
+
"description": "Run command without using an agent.",
|
|
1296
|
+
"allowNo": false
|
|
1297
|
+
},
|
|
1298
|
+
"no-start-agent": {
|
|
1299
|
+
"name": "no-start-agent",
|
|
1300
|
+
"type": "boolean",
|
|
1301
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
1142
1302
|
"allowNo": false
|
|
1143
1303
|
},
|
|
1144
1304
|
"timeout": {
|
|
@@ -1241,7 +1401,13 @@
|
|
|
1241
1401
|
"no-agent": {
|
|
1242
1402
|
"name": "no-agent",
|
|
1243
1403
|
"type": "boolean",
|
|
1244
|
-
"description": "Run command without using
|
|
1404
|
+
"description": "Run command without using an agent.",
|
|
1405
|
+
"allowNo": false
|
|
1406
|
+
},
|
|
1407
|
+
"no-start-agent": {
|
|
1408
|
+
"name": "no-start-agent",
|
|
1409
|
+
"type": "boolean",
|
|
1410
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
1245
1411
|
"allowNo": false
|
|
1246
1412
|
},
|
|
1247
1413
|
"timeout": {
|
|
@@ -1346,7 +1512,13 @@
|
|
|
1346
1512
|
"no-agent": {
|
|
1347
1513
|
"name": "no-agent",
|
|
1348
1514
|
"type": "boolean",
|
|
1349
|
-
"description": "Run command without using
|
|
1515
|
+
"description": "Run command without using an agent.",
|
|
1516
|
+
"allowNo": false
|
|
1517
|
+
},
|
|
1518
|
+
"no-start-agent": {
|
|
1519
|
+
"name": "no-start-agent",
|
|
1520
|
+
"type": "boolean",
|
|
1521
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
1350
1522
|
"allowNo": false
|
|
1351
1523
|
},
|
|
1352
1524
|
"timeout": {
|
|
@@ -1439,7 +1611,13 @@
|
|
|
1439
1611
|
"no-agent": {
|
|
1440
1612
|
"name": "no-agent",
|
|
1441
1613
|
"type": "boolean",
|
|
1442
|
-
"description": "Run command without using
|
|
1614
|
+
"description": "Run command without using an agent.",
|
|
1615
|
+
"allowNo": false
|
|
1616
|
+
},
|
|
1617
|
+
"no-start-agent": {
|
|
1618
|
+
"name": "no-start-agent",
|
|
1619
|
+
"type": "boolean",
|
|
1620
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
1443
1621
|
"allowNo": false
|
|
1444
1622
|
},
|
|
1445
1623
|
"timeout": {
|
|
@@ -1572,7 +1750,13 @@
|
|
|
1572
1750
|
"no-agent": {
|
|
1573
1751
|
"name": "no-agent",
|
|
1574
1752
|
"type": "boolean",
|
|
1575
|
-
"description": "Run command without using
|
|
1753
|
+
"description": "Run command without using an agent.",
|
|
1754
|
+
"allowNo": false
|
|
1755
|
+
},
|
|
1756
|
+
"no-start-agent": {
|
|
1757
|
+
"name": "no-start-agent",
|
|
1758
|
+
"type": "boolean",
|
|
1759
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
1576
1760
|
"allowNo": false
|
|
1577
1761
|
},
|
|
1578
1762
|
"timeout": {
|
|
@@ -1670,7 +1854,13 @@
|
|
|
1670
1854
|
"no-agent": {
|
|
1671
1855
|
"name": "no-agent",
|
|
1672
1856
|
"type": "boolean",
|
|
1673
|
-
"description": "Run command without using
|
|
1857
|
+
"description": "Run command without using an agent.",
|
|
1858
|
+
"allowNo": false
|
|
1859
|
+
},
|
|
1860
|
+
"no-start-agent": {
|
|
1861
|
+
"name": "no-start-agent",
|
|
1862
|
+
"type": "boolean",
|
|
1863
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
1674
1864
|
"allowNo": false
|
|
1675
1865
|
},
|
|
1676
1866
|
"timeout": {
|
|
@@ -1771,7 +1961,13 @@
|
|
|
1771
1961
|
"no-agent": {
|
|
1772
1962
|
"name": "no-agent",
|
|
1773
1963
|
"type": "boolean",
|
|
1774
|
-
"description": "Run command without using
|
|
1964
|
+
"description": "Run command without using an agent.",
|
|
1965
|
+
"allowNo": false
|
|
1966
|
+
},
|
|
1967
|
+
"no-start-agent": {
|
|
1968
|
+
"name": "no-start-agent",
|
|
1969
|
+
"type": "boolean",
|
|
1970
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
1775
1971
|
"allowNo": false
|
|
1776
1972
|
},
|
|
1777
1973
|
"timeout": {
|
|
@@ -1864,7 +2060,13 @@
|
|
|
1864
2060
|
"no-agent": {
|
|
1865
2061
|
"name": "no-agent",
|
|
1866
2062
|
"type": "boolean",
|
|
1867
|
-
"description": "Run command without using
|
|
2063
|
+
"description": "Run command without using an agent.",
|
|
2064
|
+
"allowNo": false
|
|
2065
|
+
},
|
|
2066
|
+
"no-start-agent": {
|
|
2067
|
+
"name": "no-start-agent",
|
|
2068
|
+
"type": "boolean",
|
|
2069
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
1868
2070
|
"allowNo": false
|
|
1869
2071
|
},
|
|
1870
2072
|
"timeout": {
|
|
@@ -2030,7 +2232,13 @@
|
|
|
2030
2232
|
"no-agent": {
|
|
2031
2233
|
"name": "no-agent",
|
|
2032
2234
|
"type": "boolean",
|
|
2033
|
-
"description": "Run command without using
|
|
2235
|
+
"description": "Run command without using an agent.",
|
|
2236
|
+
"allowNo": false
|
|
2237
|
+
},
|
|
2238
|
+
"no-start-agent": {
|
|
2239
|
+
"name": "no-start-agent",
|
|
2240
|
+
"type": "boolean",
|
|
2241
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
2034
2242
|
"allowNo": false
|
|
2035
2243
|
},
|
|
2036
2244
|
"timeout": {
|
|
@@ -2138,7 +2346,13 @@
|
|
|
2138
2346
|
"no-agent": {
|
|
2139
2347
|
"name": "no-agent",
|
|
2140
2348
|
"type": "boolean",
|
|
2141
|
-
"description": "Run command without using
|
|
2349
|
+
"description": "Run command without using an agent.",
|
|
2350
|
+
"allowNo": false
|
|
2351
|
+
},
|
|
2352
|
+
"no-start-agent": {
|
|
2353
|
+
"name": "no-start-agent",
|
|
2354
|
+
"type": "boolean",
|
|
2355
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
2142
2356
|
"allowNo": false
|
|
2143
2357
|
},
|
|
2144
2358
|
"timeout": {
|
|
@@ -2261,7 +2475,13 @@
|
|
|
2261
2475
|
"no-agent": {
|
|
2262
2476
|
"name": "no-agent",
|
|
2263
2477
|
"type": "boolean",
|
|
2264
|
-
"description": "Run command without using
|
|
2478
|
+
"description": "Run command without using an agent.",
|
|
2479
|
+
"allowNo": false
|
|
2480
|
+
},
|
|
2481
|
+
"no-start-agent": {
|
|
2482
|
+
"name": "no-start-agent",
|
|
2483
|
+
"type": "boolean",
|
|
2484
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
2265
2485
|
"allowNo": false
|
|
2266
2486
|
},
|
|
2267
2487
|
"timeout": {
|
|
@@ -2361,7 +2581,13 @@
|
|
|
2361
2581
|
"no-agent": {
|
|
2362
2582
|
"name": "no-agent",
|
|
2363
2583
|
"type": "boolean",
|
|
2364
|
-
"description": "Run command without using
|
|
2584
|
+
"description": "Run command without using an agent.",
|
|
2585
|
+
"allowNo": false
|
|
2586
|
+
},
|
|
2587
|
+
"no-start-agent": {
|
|
2588
|
+
"name": "no-start-agent",
|
|
2589
|
+
"type": "boolean",
|
|
2590
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
2365
2591
|
"allowNo": false
|
|
2366
2592
|
},
|
|
2367
2593
|
"timeout": {
|
|
@@ -2456,7 +2682,13 @@
|
|
|
2456
2682
|
"no-agent": {
|
|
2457
2683
|
"name": "no-agent",
|
|
2458
2684
|
"type": "boolean",
|
|
2459
|
-
"description": "Run command without using
|
|
2685
|
+
"description": "Run command without using an agent.",
|
|
2686
|
+
"allowNo": false
|
|
2687
|
+
},
|
|
2688
|
+
"no-start-agent": {
|
|
2689
|
+
"name": "no-start-agent",
|
|
2690
|
+
"type": "boolean",
|
|
2691
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
2460
2692
|
"allowNo": false
|
|
2461
2693
|
},
|
|
2462
2694
|
"timeout": {
|
|
@@ -2555,7 +2787,13 @@
|
|
|
2555
2787
|
"no-agent": {
|
|
2556
2788
|
"name": "no-agent",
|
|
2557
2789
|
"type": "boolean",
|
|
2558
|
-
"description": "Run command without using
|
|
2790
|
+
"description": "Run command without using an agent.",
|
|
2791
|
+
"allowNo": false
|
|
2792
|
+
},
|
|
2793
|
+
"no-start-agent": {
|
|
2794
|
+
"name": "no-start-agent",
|
|
2795
|
+
"type": "boolean",
|
|
2796
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
2559
2797
|
"allowNo": false
|
|
2560
2798
|
},
|
|
2561
2799
|
"timeout": {
|
|
@@ -2667,7 +2905,13 @@
|
|
|
2667
2905
|
"no-agent": {
|
|
2668
2906
|
"name": "no-agent",
|
|
2669
2907
|
"type": "boolean",
|
|
2670
|
-
"description": "Run command without using
|
|
2908
|
+
"description": "Run command without using an agent.",
|
|
2909
|
+
"allowNo": false
|
|
2910
|
+
},
|
|
2911
|
+
"no-start-agent": {
|
|
2912
|
+
"name": "no-start-agent",
|
|
2913
|
+
"type": "boolean",
|
|
2914
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
2671
2915
|
"allowNo": false
|
|
2672
2916
|
},
|
|
2673
2917
|
"timeout": {
|
|
@@ -2760,7 +3004,13 @@
|
|
|
2760
3004
|
"no-agent": {
|
|
2761
3005
|
"name": "no-agent",
|
|
2762
3006
|
"type": "boolean",
|
|
2763
|
-
"description": "Run command without using
|
|
3007
|
+
"description": "Run command without using an agent.",
|
|
3008
|
+
"allowNo": false
|
|
3009
|
+
},
|
|
3010
|
+
"no-start-agent": {
|
|
3011
|
+
"name": "no-start-agent",
|
|
3012
|
+
"type": "boolean",
|
|
3013
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
2764
3014
|
"allowNo": false
|
|
2765
3015
|
},
|
|
2766
3016
|
"timeout": {
|
|
@@ -2875,7 +3125,13 @@
|
|
|
2875
3125
|
"no-agent": {
|
|
2876
3126
|
"name": "no-agent",
|
|
2877
3127
|
"type": "boolean",
|
|
2878
|
-
"description": "Run command without using
|
|
3128
|
+
"description": "Run command without using an agent.",
|
|
3129
|
+
"allowNo": false
|
|
3130
|
+
},
|
|
3131
|
+
"no-start-agent": {
|
|
3132
|
+
"name": "no-start-agent",
|
|
3133
|
+
"type": "boolean",
|
|
3134
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
2879
3135
|
"allowNo": false
|
|
2880
3136
|
},
|
|
2881
3137
|
"timeout": {
|
|
@@ -2993,200 +3249,13 @@
|
|
|
2993
3249
|
"no-agent": {
|
|
2994
3250
|
"name": "no-agent",
|
|
2995
3251
|
"type": "boolean",
|
|
2996
|
-
"description": "Run command without using
|
|
2997
|
-
"allowNo": false
|
|
2998
|
-
},
|
|
2999
|
-
"timeout": {
|
|
3000
|
-
"name": "timeout",
|
|
3001
|
-
"type": "option",
|
|
3002
|
-
"description": "Timeout (ms).",
|
|
3003
|
-
"multiple": false,
|
|
3004
|
-
"default": 60000,
|
|
3005
|
-
"aliases": [
|
|
3006
|
-
"t"
|
|
3007
|
-
]
|
|
3008
|
-
},
|
|
3009
|
-
"no-wait": {
|
|
3010
|
-
"name": "no-wait",
|
|
3011
|
-
"type": "boolean",
|
|
3012
|
-
"description": "Do not wait for space to be ready.",
|
|
3013
|
-
"allowNo": false
|
|
3014
|
-
},
|
|
3015
|
-
"json-log": {
|
|
3016
|
-
"name": "json-log",
|
|
3017
|
-
"type": "boolean",
|
|
3018
|
-
"description": "When running in foreground, log JSON format",
|
|
3019
|
-
"allowNo": false
|
|
3020
|
-
},
|
|
3021
|
-
"json-logfile": {
|
|
3022
|
-
"name": "json-logfile",
|
|
3023
|
-
"type": "option",
|
|
3024
|
-
"description": "JSON log file destination, or 'stdout' or 'stderr'",
|
|
3025
|
-
"multiple": false,
|
|
3026
|
-
"default": "stderr"
|
|
3027
|
-
},
|
|
3028
|
-
"displayName": {
|
|
3029
|
-
"name": "displayName",
|
|
3030
|
-
"type": "option",
|
|
3031
|
-
"description": "Set display name",
|
|
3032
|
-
"multiple": false
|
|
3033
|
-
}
|
|
3034
|
-
},
|
|
3035
|
-
"args": {}
|
|
3036
|
-
},
|
|
3037
|
-
"kube:auth": {
|
|
3038
|
-
"id": "kube:auth",
|
|
3039
|
-
"description": "Authenticate with KUBE.",
|
|
3040
|
-
"strict": true,
|
|
3041
|
-
"pluginName": "@dxos/cli",
|
|
3042
|
-
"pluginAlias": "@dxos/cli",
|
|
3043
|
-
"pluginType": "core",
|
|
3044
|
-
"aliases": [],
|
|
3045
|
-
"flags": {
|
|
3046
|
-
"json": {
|
|
3047
|
-
"name": "json",
|
|
3048
|
-
"type": "boolean",
|
|
3049
|
-
"description": "Format output as json.",
|
|
3050
|
-
"helpGroup": "GLOBAL",
|
|
3051
|
-
"allowNo": false
|
|
3052
|
-
},
|
|
3053
|
-
"dry-run": {
|
|
3054
|
-
"name": "dry-run",
|
|
3055
|
-
"type": "boolean",
|
|
3056
|
-
"description": "Dry run.",
|
|
3057
|
-
"allowNo": false
|
|
3058
|
-
},
|
|
3059
|
-
"verbose": {
|
|
3060
|
-
"name": "verbose",
|
|
3061
|
-
"type": "boolean",
|
|
3062
|
-
"char": "v",
|
|
3063
|
-
"description": "Verbose output",
|
|
3064
|
-
"allowNo": false
|
|
3065
|
-
},
|
|
3066
|
-
"profile": {
|
|
3067
|
-
"name": "profile",
|
|
3068
|
-
"type": "option",
|
|
3069
|
-
"description": "User profile.",
|
|
3070
|
-
"multiple": false,
|
|
3071
|
-
"default": "default"
|
|
3072
|
-
},
|
|
3073
|
-
"config": {
|
|
3074
|
-
"name": "config",
|
|
3075
|
-
"type": "option",
|
|
3076
|
-
"description": "Config file.",
|
|
3077
|
-
"helpValue": "path",
|
|
3078
|
-
"multiple": false,
|
|
3079
|
-
"dependsOn": [
|
|
3080
|
-
"profile"
|
|
3081
|
-
],
|
|
3082
|
-
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
3083
|
-
"aliases": [
|
|
3084
|
-
"c"
|
|
3085
|
-
]
|
|
3086
|
-
},
|
|
3087
|
-
"target": {
|
|
3088
|
-
"name": "target",
|
|
3089
|
-
"type": "option",
|
|
3090
|
-
"description": "Target websocket server.",
|
|
3091
|
-
"multiple": false
|
|
3092
|
-
},
|
|
3093
|
-
"no-agent": {
|
|
3094
|
-
"name": "no-agent",
|
|
3095
|
-
"type": "boolean",
|
|
3096
|
-
"description": "Run command without using or starting agent.",
|
|
3097
|
-
"allowNo": false
|
|
3098
|
-
},
|
|
3099
|
-
"timeout": {
|
|
3100
|
-
"name": "timeout",
|
|
3101
|
-
"type": "option",
|
|
3102
|
-
"description": "Timeout (ms).",
|
|
3103
|
-
"multiple": false,
|
|
3104
|
-
"default": 60000,
|
|
3105
|
-
"aliases": [
|
|
3106
|
-
"t"
|
|
3107
|
-
]
|
|
3108
|
-
},
|
|
3109
|
-
"no-wait": {
|
|
3110
|
-
"name": "no-wait",
|
|
3111
|
-
"type": "boolean",
|
|
3112
|
-
"description": "Do not wait for space to be ready.",
|
|
3113
|
-
"allowNo": false
|
|
3114
|
-
},
|
|
3115
|
-
"json-log": {
|
|
3116
|
-
"name": "json-log",
|
|
3117
|
-
"type": "boolean",
|
|
3118
|
-
"description": "When running in foreground, log JSON format",
|
|
3119
|
-
"allowNo": false
|
|
3120
|
-
},
|
|
3121
|
-
"json-logfile": {
|
|
3122
|
-
"name": "json-logfile",
|
|
3123
|
-
"type": "option",
|
|
3124
|
-
"description": "JSON log file destination, or 'stdout' or 'stderr'",
|
|
3125
|
-
"multiple": false,
|
|
3126
|
-
"default": "stderr"
|
|
3127
|
-
}
|
|
3128
|
-
},
|
|
3129
|
-
"args": {}
|
|
3130
|
-
},
|
|
3131
|
-
"kube:deploy": {
|
|
3132
|
-
"id": "kube:deploy",
|
|
3133
|
-
"description": "Deploy KUBE.",
|
|
3134
|
-
"strict": true,
|
|
3135
|
-
"pluginName": "@dxos/cli",
|
|
3136
|
-
"pluginAlias": "@dxos/cli",
|
|
3137
|
-
"pluginType": "core",
|
|
3138
|
-
"aliases": [],
|
|
3139
|
-
"flags": {
|
|
3140
|
-
"json": {
|
|
3141
|
-
"name": "json",
|
|
3142
|
-
"type": "boolean",
|
|
3143
|
-
"description": "Output as JSON.",
|
|
3144
|
-
"allowNo": false
|
|
3145
|
-
},
|
|
3146
|
-
"dry-run": {
|
|
3147
|
-
"name": "dry-run",
|
|
3148
|
-
"type": "boolean",
|
|
3149
|
-
"description": "Dry run.",
|
|
3150
|
-
"allowNo": false
|
|
3151
|
-
},
|
|
3152
|
-
"verbose": {
|
|
3153
|
-
"name": "verbose",
|
|
3154
|
-
"type": "boolean",
|
|
3155
|
-
"char": "v",
|
|
3156
|
-
"description": "Verbose output",
|
|
3252
|
+
"description": "Run command without using an agent.",
|
|
3157
3253
|
"allowNo": false
|
|
3158
3254
|
},
|
|
3159
|
-
"
|
|
3160
|
-
"name": "
|
|
3161
|
-
"type": "option",
|
|
3162
|
-
"description": "User profile.",
|
|
3163
|
-
"multiple": false,
|
|
3164
|
-
"default": "default"
|
|
3165
|
-
},
|
|
3166
|
-
"config": {
|
|
3167
|
-
"name": "config",
|
|
3168
|
-
"type": "option",
|
|
3169
|
-
"description": "Config file.",
|
|
3170
|
-
"helpValue": "path",
|
|
3171
|
-
"multiple": false,
|
|
3172
|
-
"dependsOn": [
|
|
3173
|
-
"profile"
|
|
3174
|
-
],
|
|
3175
|
-
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
3176
|
-
"aliases": [
|
|
3177
|
-
"c"
|
|
3178
|
-
]
|
|
3179
|
-
},
|
|
3180
|
-
"target": {
|
|
3181
|
-
"name": "target",
|
|
3182
|
-
"type": "option",
|
|
3183
|
-
"description": "Target websocket server.",
|
|
3184
|
-
"multiple": false
|
|
3185
|
-
},
|
|
3186
|
-
"no-agent": {
|
|
3187
|
-
"name": "no-agent",
|
|
3255
|
+
"no-start-agent": {
|
|
3256
|
+
"name": "no-start-agent",
|
|
3188
3257
|
"type": "boolean",
|
|
3189
|
-
"description": "
|
|
3258
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
3190
3259
|
"allowNo": false
|
|
3191
3260
|
},
|
|
3192
3261
|
"timeout": {
|
|
@@ -3218,31 +3287,11 @@
|
|
|
3218
3287
|
"multiple": false,
|
|
3219
3288
|
"default": "stderr"
|
|
3220
3289
|
},
|
|
3221
|
-
"
|
|
3222
|
-
"name": "
|
|
3223
|
-
"type": "option",
|
|
3224
|
-
"description": "Hostname",
|
|
3225
|
-
"required": true,
|
|
3226
|
-
"multiple": false
|
|
3227
|
-
},
|
|
3228
|
-
"provider": {
|
|
3229
|
-
"name": "provider",
|
|
3230
|
-
"type": "option",
|
|
3231
|
-
"description": "Cloud Provider",
|
|
3232
|
-
"multiple": false,
|
|
3233
|
-
"default": "digitalocean"
|
|
3234
|
-
},
|
|
3235
|
-
"accessToken": {
|
|
3236
|
-
"name": "accessToken",
|
|
3290
|
+
"displayName": {
|
|
3291
|
+
"name": "displayName",
|
|
3237
3292
|
"type": "option",
|
|
3238
|
-
"description": "
|
|
3293
|
+
"description": "Set display name",
|
|
3239
3294
|
"multiple": false
|
|
3240
|
-
},
|
|
3241
|
-
"dev": {
|
|
3242
|
-
"name": "dev",
|
|
3243
|
-
"type": "boolean",
|
|
3244
|
-
"description": "Deploy latest version from dev channel",
|
|
3245
|
-
"allowNo": false
|
|
3246
3295
|
}
|
|
3247
3296
|
},
|
|
3248
3297
|
"args": {}
|
|
@@ -3305,7 +3354,13 @@
|
|
|
3305
3354
|
"no-agent": {
|
|
3306
3355
|
"name": "no-agent",
|
|
3307
3356
|
"type": "boolean",
|
|
3308
|
-
"description": "Run command without using
|
|
3357
|
+
"description": "Run command without using an agent.",
|
|
3358
|
+
"allowNo": false
|
|
3359
|
+
},
|
|
3360
|
+
"no-start-agent": {
|
|
3361
|
+
"name": "no-start-agent",
|
|
3362
|
+
"type": "boolean",
|
|
3363
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
3309
3364
|
"allowNo": false
|
|
3310
3365
|
},
|
|
3311
3366
|
"timeout": {
|
|
@@ -3410,7 +3465,13 @@
|
|
|
3410
3465
|
"no-agent": {
|
|
3411
3466
|
"name": "no-agent",
|
|
3412
3467
|
"type": "boolean",
|
|
3413
|
-
"description": "Run command without using
|
|
3468
|
+
"description": "Run command without using an agent.",
|
|
3469
|
+
"allowNo": false
|
|
3470
|
+
},
|
|
3471
|
+
"no-start-agent": {
|
|
3472
|
+
"name": "no-start-agent",
|
|
3473
|
+
"type": "boolean",
|
|
3474
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
3414
3475
|
"allowNo": false
|
|
3415
3476
|
},
|
|
3416
3477
|
"timeout": {
|
|
@@ -3503,7 +3564,13 @@
|
|
|
3503
3564
|
"no-agent": {
|
|
3504
3565
|
"name": "no-agent",
|
|
3505
3566
|
"type": "boolean",
|
|
3506
|
-
"description": "Run command without using
|
|
3567
|
+
"description": "Run command without using an agent.",
|
|
3568
|
+
"allowNo": false
|
|
3569
|
+
},
|
|
3570
|
+
"no-start-agent": {
|
|
3571
|
+
"name": "no-start-agent",
|
|
3572
|
+
"type": "boolean",
|
|
3573
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
3507
3574
|
"allowNo": false
|
|
3508
3575
|
},
|
|
3509
3576
|
"timeout": {
|
|
@@ -3601,7 +3668,13 @@
|
|
|
3601
3668
|
"no-agent": {
|
|
3602
3669
|
"name": "no-agent",
|
|
3603
3670
|
"type": "boolean",
|
|
3604
|
-
"description": "Run command without using
|
|
3671
|
+
"description": "Run command without using an agent.",
|
|
3672
|
+
"allowNo": false
|
|
3673
|
+
},
|
|
3674
|
+
"no-start-agent": {
|
|
3675
|
+
"name": "no-start-agent",
|
|
3676
|
+
"type": "boolean",
|
|
3677
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
3605
3678
|
"allowNo": false
|
|
3606
3679
|
},
|
|
3607
3680
|
"timeout": {
|
|
@@ -3699,7 +3772,13 @@
|
|
|
3699
3772
|
"no-agent": {
|
|
3700
3773
|
"name": "no-agent",
|
|
3701
3774
|
"type": "boolean",
|
|
3702
|
-
"description": "Run command without using
|
|
3775
|
+
"description": "Run command without using an agent.",
|
|
3776
|
+
"allowNo": false
|
|
3777
|
+
},
|
|
3778
|
+
"no-start-agent": {
|
|
3779
|
+
"name": "no-start-agent",
|
|
3780
|
+
"type": "boolean",
|
|
3781
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
3703
3782
|
"allowNo": false
|
|
3704
3783
|
},
|
|
3705
3784
|
"timeout": {
|
|
@@ -3798,7 +3877,13 @@
|
|
|
3798
3877
|
"no-agent": {
|
|
3799
3878
|
"name": "no-agent",
|
|
3800
3879
|
"type": "boolean",
|
|
3801
|
-
"description": "Run command without using
|
|
3880
|
+
"description": "Run command without using an agent.",
|
|
3881
|
+
"allowNo": false
|
|
3882
|
+
},
|
|
3883
|
+
"no-start-agent": {
|
|
3884
|
+
"name": "no-start-agent",
|
|
3885
|
+
"type": "boolean",
|
|
3886
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
3802
3887
|
"allowNo": false
|
|
3803
3888
|
},
|
|
3804
3889
|
"timeout": {
|
|
@@ -3895,7 +3980,13 @@
|
|
|
3895
3980
|
"no-agent": {
|
|
3896
3981
|
"name": "no-agent",
|
|
3897
3982
|
"type": "boolean",
|
|
3898
|
-
"description": "Run command without using
|
|
3983
|
+
"description": "Run command without using an agent.",
|
|
3984
|
+
"allowNo": false
|
|
3985
|
+
},
|
|
3986
|
+
"no-start-agent": {
|
|
3987
|
+
"name": "no-start-agent",
|
|
3988
|
+
"type": "boolean",
|
|
3989
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
3899
3990
|
"allowNo": false
|
|
3900
3991
|
},
|
|
3901
3992
|
"timeout": {
|
|
@@ -4000,7 +4091,13 @@
|
|
|
4000
4091
|
"no-agent": {
|
|
4001
4092
|
"name": "no-agent",
|
|
4002
4093
|
"type": "boolean",
|
|
4003
|
-
"description": "Run command without using
|
|
4094
|
+
"description": "Run command without using an agent.",
|
|
4095
|
+
"allowNo": false
|
|
4096
|
+
},
|
|
4097
|
+
"no-start-agent": {
|
|
4098
|
+
"name": "no-start-agent",
|
|
4099
|
+
"type": "boolean",
|
|
4100
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
4004
4101
|
"allowNo": false
|
|
4005
4102
|
},
|
|
4006
4103
|
"timeout": {
|
|
@@ -4172,7 +4269,13 @@
|
|
|
4172
4269
|
"no-agent": {
|
|
4173
4270
|
"name": "no-agent",
|
|
4174
4271
|
"type": "boolean",
|
|
4175
|
-
"description": "Run command without using
|
|
4272
|
+
"description": "Run command without using an agent.",
|
|
4273
|
+
"allowNo": false
|
|
4274
|
+
},
|
|
4275
|
+
"no-start-agent": {
|
|
4276
|
+
"name": "no-start-agent",
|
|
4277
|
+
"type": "boolean",
|
|
4278
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
4176
4279
|
"allowNo": false
|
|
4177
4280
|
},
|
|
4178
4281
|
"timeout": {
|
|
@@ -4343,7 +4446,13 @@
|
|
|
4343
4446
|
"no-agent": {
|
|
4344
4447
|
"name": "no-agent",
|
|
4345
4448
|
"type": "boolean",
|
|
4346
|
-
"description": "Run command without using
|
|
4449
|
+
"description": "Run command without using an agent.",
|
|
4450
|
+
"allowNo": false
|
|
4451
|
+
},
|
|
4452
|
+
"no-start-agent": {
|
|
4453
|
+
"name": "no-start-agent",
|
|
4454
|
+
"type": "boolean",
|
|
4455
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
4347
4456
|
"allowNo": false
|
|
4348
4457
|
},
|
|
4349
4458
|
"timeout": {
|
|
@@ -4441,7 +4550,13 @@
|
|
|
4441
4550
|
"no-agent": {
|
|
4442
4551
|
"name": "no-agent",
|
|
4443
4552
|
"type": "boolean",
|
|
4444
|
-
"description": "Run command without using
|
|
4553
|
+
"description": "Run command without using an agent.",
|
|
4554
|
+
"allowNo": false
|
|
4555
|
+
},
|
|
4556
|
+
"no-start-agent": {
|
|
4557
|
+
"name": "no-start-agent",
|
|
4558
|
+
"type": "boolean",
|
|
4559
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
4445
4560
|
"allowNo": false
|
|
4446
4561
|
},
|
|
4447
4562
|
"timeout": {
|
|
@@ -4539,7 +4654,13 @@
|
|
|
4539
4654
|
"no-agent": {
|
|
4540
4655
|
"name": "no-agent",
|
|
4541
4656
|
"type": "boolean",
|
|
4542
|
-
"description": "Run command without using
|
|
4657
|
+
"description": "Run command without using an agent.",
|
|
4658
|
+
"allowNo": false
|
|
4659
|
+
},
|
|
4660
|
+
"no-start-agent": {
|
|
4661
|
+
"name": "no-start-agent",
|
|
4662
|
+
"type": "boolean",
|
|
4663
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
4543
4664
|
"allowNo": false
|
|
4544
4665
|
},
|
|
4545
4666
|
"timeout": {
|
|
@@ -4671,7 +4792,13 @@
|
|
|
4671
4792
|
"no-agent": {
|
|
4672
4793
|
"name": "no-agent",
|
|
4673
4794
|
"type": "boolean",
|
|
4674
|
-
"description": "Run command without using
|
|
4795
|
+
"description": "Run command without using an agent.",
|
|
4796
|
+
"allowNo": false
|
|
4797
|
+
},
|
|
4798
|
+
"no-start-agent": {
|
|
4799
|
+
"name": "no-start-agent",
|
|
4800
|
+
"type": "boolean",
|
|
4801
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
4675
4802
|
"allowNo": false
|
|
4676
4803
|
},
|
|
4677
4804
|
"timeout": {
|
|
@@ -4708,7 +4835,7 @@
|
|
|
4708
4835
|
"type": "option",
|
|
4709
4836
|
"description": "Tunnel name",
|
|
4710
4837
|
"multiple": false,
|
|
4711
|
-
"default": "
|
|
4838
|
+
"default": "mike-winter-don-lion"
|
|
4712
4839
|
}
|
|
4713
4840
|
},
|
|
4714
4841
|
"args": {
|
|
@@ -4778,7 +4905,13 @@
|
|
|
4778
4905
|
"no-agent": {
|
|
4779
4906
|
"name": "no-agent",
|
|
4780
4907
|
"type": "boolean",
|
|
4781
|
-
"description": "Run command without using
|
|
4908
|
+
"description": "Run command without using an agent.",
|
|
4909
|
+
"allowNo": false
|
|
4910
|
+
},
|
|
4911
|
+
"no-start-agent": {
|
|
4912
|
+
"name": "no-start-agent",
|
|
4913
|
+
"type": "boolean",
|
|
4914
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
4782
4915
|
"allowNo": false
|
|
4783
4916
|
},
|
|
4784
4917
|
"timeout": {
|
|
@@ -4871,7 +5004,13 @@
|
|
|
4871
5004
|
"no-agent": {
|
|
4872
5005
|
"name": "no-agent",
|
|
4873
5006
|
"type": "boolean",
|
|
4874
|
-
"description": "Run command without using
|
|
5007
|
+
"description": "Run command without using an agent.",
|
|
5008
|
+
"allowNo": false
|
|
5009
|
+
},
|
|
5010
|
+
"no-start-agent": {
|
|
5011
|
+
"name": "no-start-agent",
|
|
5012
|
+
"type": "boolean",
|
|
5013
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
4875
5014
|
"allowNo": false
|
|
4876
5015
|
},
|
|
4877
5016
|
"timeout": {
|
|
@@ -4970,18 +5109,21 @@
|
|
|
4970
5109
|
"no-agent": {
|
|
4971
5110
|
"name": "no-agent",
|
|
4972
5111
|
"type": "boolean",
|
|
4973
|
-
"description": "Run command without using
|
|
5112
|
+
"description": "Run command without using an agent.",
|
|
5113
|
+
"allowNo": false
|
|
5114
|
+
},
|
|
5115
|
+
"no-start-agent": {
|
|
5116
|
+
"name": "no-start-agent",
|
|
5117
|
+
"type": "boolean",
|
|
5118
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
4974
5119
|
"allowNo": false
|
|
4975
5120
|
},
|
|
4976
5121
|
"timeout": {
|
|
4977
5122
|
"name": "timeout",
|
|
4978
5123
|
"type": "option",
|
|
4979
|
-
"description": "
|
|
5124
|
+
"description": "Time in milliseconds to wait for at least one credential before listing.",
|
|
4980
5125
|
"multiple": false,
|
|
4981
|
-
"default":
|
|
4982
|
-
"aliases": [
|
|
4983
|
-
"t"
|
|
4984
|
-
]
|
|
5126
|
+
"default": 500
|
|
4985
5127
|
},
|
|
4986
5128
|
"no-wait": {
|
|
4987
5129
|
"name": "no-wait",
|
|
@@ -5080,6 +5222,13 @@
|
|
|
5080
5222
|
"type": "option",
|
|
5081
5223
|
"description": "Type",
|
|
5082
5224
|
"multiple": false
|
|
5225
|
+
},
|
|
5226
|
+
"delay": {
|
|
5227
|
+
"name": "delay",
|
|
5228
|
+
"type": "option",
|
|
5229
|
+
"description": "Delay in milliseconds before listing.",
|
|
5230
|
+
"multiple": false,
|
|
5231
|
+
"default": 250
|
|
5083
5232
|
}
|
|
5084
5233
|
},
|
|
5085
5234
|
"args": {}
|