heroku 10.13.1 → 10.13.2-beta.0
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/lib/commands/pg/upgrade/dryrun.js +0 -1
- package/lib/commands/redis/cli.js +1 -1
- package/oclif.manifest.json +157 -157
- package/package.json +2 -2
|
@@ -24,7 +24,6 @@ class Upgrade extends command_1.Command {
|
|
|
24
24
|
if (replica.following)
|
|
25
25
|
core_1.ux.error(`You can't use ${color_1.default.cmd('pg:upgrade:dryrun')} on follower databases. You can only use this command on Standard-tier and higher leader databases.`);
|
|
26
26
|
await (0, confirmCommand_1.default)(app, confirm, (0, tsheredoc_1.default)(`
|
|
27
|
-
Destructive action
|
|
28
27
|
This command starts a test upgrade for ${color_1.default.addon(db.name)} to ${versionPhrase}.
|
|
29
28
|
`));
|
|
30
29
|
try {
|
|
@@ -187,7 +187,7 @@ Cli.flags = {
|
|
|
187
187
|
remote: command_1.flags.remote(),
|
|
188
188
|
};
|
|
189
189
|
Cli.args = {
|
|
190
|
-
database: core_1.Args.string({ description: 'name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.' }),
|
|
190
|
+
database: core_1.Args.string({ description: 'name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.', ignoreStdin: true }),
|
|
191
191
|
};
|
|
192
192
|
Cli.examples = [
|
|
193
193
|
'$ heroku redis:cli --app=my-app my-database',
|
package/oclif.manifest.json
CHANGED
|
@@ -580,6 +580,134 @@
|
|
|
580
580
|
"update.js"
|
|
581
581
|
]
|
|
582
582
|
},
|
|
583
|
+
"accounts:add": {
|
|
584
|
+
"aliases": [],
|
|
585
|
+
"args": {
|
|
586
|
+
"name": {
|
|
587
|
+
"description": "name of Heroku account to add",
|
|
588
|
+
"name": "name",
|
|
589
|
+
"required": true
|
|
590
|
+
}
|
|
591
|
+
},
|
|
592
|
+
"description": "add a Heroku account to your cache",
|
|
593
|
+
"examples": "heroku accounts:add my-account",
|
|
594
|
+
"flags": {},
|
|
595
|
+
"hasDynamicHelp": false,
|
|
596
|
+
"hiddenAliases": [],
|
|
597
|
+
"id": "accounts:add",
|
|
598
|
+
"pluginAlias": "heroku",
|
|
599
|
+
"pluginName": "heroku",
|
|
600
|
+
"pluginType": "core",
|
|
601
|
+
"strict": true,
|
|
602
|
+
"example": "heroku accounts:add my-account",
|
|
603
|
+
"isESM": false,
|
|
604
|
+
"relativePath": [
|
|
605
|
+
"lib",
|
|
606
|
+
"commands",
|
|
607
|
+
"accounts",
|
|
608
|
+
"add.js"
|
|
609
|
+
]
|
|
610
|
+
},
|
|
611
|
+
"accounts:current": {
|
|
612
|
+
"aliases": [],
|
|
613
|
+
"args": {},
|
|
614
|
+
"description": "display the current Heroku account",
|
|
615
|
+
"examples": "heroku accounts:current",
|
|
616
|
+
"flags": {},
|
|
617
|
+
"hasDynamicHelp": false,
|
|
618
|
+
"hiddenAliases": [],
|
|
619
|
+
"id": "accounts:current",
|
|
620
|
+
"pluginAlias": "heroku",
|
|
621
|
+
"pluginName": "heroku",
|
|
622
|
+
"pluginType": "core",
|
|
623
|
+
"strict": true,
|
|
624
|
+
"example": "heroku accounts:current",
|
|
625
|
+
"isESM": false,
|
|
626
|
+
"relativePath": [
|
|
627
|
+
"lib",
|
|
628
|
+
"commands",
|
|
629
|
+
"accounts",
|
|
630
|
+
"current.js"
|
|
631
|
+
]
|
|
632
|
+
},
|
|
633
|
+
"accounts": {
|
|
634
|
+
"aliases": [],
|
|
635
|
+
"args": {},
|
|
636
|
+
"description": "list the Heroku accounts in your cache",
|
|
637
|
+
"examples": "heroku accounts",
|
|
638
|
+
"flags": {},
|
|
639
|
+
"hasDynamicHelp": false,
|
|
640
|
+
"hiddenAliases": [],
|
|
641
|
+
"id": "accounts",
|
|
642
|
+
"pluginAlias": "heroku",
|
|
643
|
+
"pluginName": "heroku",
|
|
644
|
+
"pluginType": "core",
|
|
645
|
+
"strict": true,
|
|
646
|
+
"example": "heroku accounts",
|
|
647
|
+
"isESM": false,
|
|
648
|
+
"relativePath": [
|
|
649
|
+
"lib",
|
|
650
|
+
"commands",
|
|
651
|
+
"accounts",
|
|
652
|
+
"index.js"
|
|
653
|
+
]
|
|
654
|
+
},
|
|
655
|
+
"accounts:remove": {
|
|
656
|
+
"aliases": [],
|
|
657
|
+
"args": {
|
|
658
|
+
"name": {
|
|
659
|
+
"description": "name of Heroku account to remove",
|
|
660
|
+
"name": "name",
|
|
661
|
+
"required": true
|
|
662
|
+
}
|
|
663
|
+
},
|
|
664
|
+
"description": "remove a Heroku account from your cache",
|
|
665
|
+
"examples": "heroku accounts:remove my-account",
|
|
666
|
+
"flags": {},
|
|
667
|
+
"hasDynamicHelp": false,
|
|
668
|
+
"hiddenAliases": [],
|
|
669
|
+
"id": "accounts:remove",
|
|
670
|
+
"pluginAlias": "heroku",
|
|
671
|
+
"pluginName": "heroku",
|
|
672
|
+
"pluginType": "core",
|
|
673
|
+
"strict": true,
|
|
674
|
+
"example": "heroku accounts:remove my-account",
|
|
675
|
+
"isESM": false,
|
|
676
|
+
"relativePath": [
|
|
677
|
+
"lib",
|
|
678
|
+
"commands",
|
|
679
|
+
"accounts",
|
|
680
|
+
"remove.js"
|
|
681
|
+
]
|
|
682
|
+
},
|
|
683
|
+
"accounts:set": {
|
|
684
|
+
"aliases": [],
|
|
685
|
+
"args": {
|
|
686
|
+
"name": {
|
|
687
|
+
"description": "name of account to set",
|
|
688
|
+
"name": "name",
|
|
689
|
+
"required": true
|
|
690
|
+
}
|
|
691
|
+
},
|
|
692
|
+
"description": "set the current Heroku account from your cache",
|
|
693
|
+
"examples": "heroku accounts:set my-account",
|
|
694
|
+
"flags": {},
|
|
695
|
+
"hasDynamicHelp": false,
|
|
696
|
+
"hiddenAliases": [],
|
|
697
|
+
"id": "accounts:set",
|
|
698
|
+
"pluginAlias": "heroku",
|
|
699
|
+
"pluginName": "heroku",
|
|
700
|
+
"pluginType": "core",
|
|
701
|
+
"strict": true,
|
|
702
|
+
"example": "heroku accounts:set my-account",
|
|
703
|
+
"isESM": false,
|
|
704
|
+
"relativePath": [
|
|
705
|
+
"lib",
|
|
706
|
+
"commands",
|
|
707
|
+
"accounts",
|
|
708
|
+
"set.js"
|
|
709
|
+
]
|
|
710
|
+
},
|
|
583
711
|
"addons:attach": {
|
|
584
712
|
"aliases": [],
|
|
585
713
|
"args": {
|
|
@@ -1234,134 +1362,6 @@
|
|
|
1234
1362
|
"wait.js"
|
|
1235
1363
|
]
|
|
1236
1364
|
},
|
|
1237
|
-
"accounts:add": {
|
|
1238
|
-
"aliases": [],
|
|
1239
|
-
"args": {
|
|
1240
|
-
"name": {
|
|
1241
|
-
"description": "name of Heroku account to add",
|
|
1242
|
-
"name": "name",
|
|
1243
|
-
"required": true
|
|
1244
|
-
}
|
|
1245
|
-
},
|
|
1246
|
-
"description": "add a Heroku account to your cache",
|
|
1247
|
-
"examples": "heroku accounts:add my-account",
|
|
1248
|
-
"flags": {},
|
|
1249
|
-
"hasDynamicHelp": false,
|
|
1250
|
-
"hiddenAliases": [],
|
|
1251
|
-
"id": "accounts:add",
|
|
1252
|
-
"pluginAlias": "heroku",
|
|
1253
|
-
"pluginName": "heroku",
|
|
1254
|
-
"pluginType": "core",
|
|
1255
|
-
"strict": true,
|
|
1256
|
-
"example": "heroku accounts:add my-account",
|
|
1257
|
-
"isESM": false,
|
|
1258
|
-
"relativePath": [
|
|
1259
|
-
"lib",
|
|
1260
|
-
"commands",
|
|
1261
|
-
"accounts",
|
|
1262
|
-
"add.js"
|
|
1263
|
-
]
|
|
1264
|
-
},
|
|
1265
|
-
"accounts:current": {
|
|
1266
|
-
"aliases": [],
|
|
1267
|
-
"args": {},
|
|
1268
|
-
"description": "display the current Heroku account",
|
|
1269
|
-
"examples": "heroku accounts:current",
|
|
1270
|
-
"flags": {},
|
|
1271
|
-
"hasDynamicHelp": false,
|
|
1272
|
-
"hiddenAliases": [],
|
|
1273
|
-
"id": "accounts:current",
|
|
1274
|
-
"pluginAlias": "heroku",
|
|
1275
|
-
"pluginName": "heroku",
|
|
1276
|
-
"pluginType": "core",
|
|
1277
|
-
"strict": true,
|
|
1278
|
-
"example": "heroku accounts:current",
|
|
1279
|
-
"isESM": false,
|
|
1280
|
-
"relativePath": [
|
|
1281
|
-
"lib",
|
|
1282
|
-
"commands",
|
|
1283
|
-
"accounts",
|
|
1284
|
-
"current.js"
|
|
1285
|
-
]
|
|
1286
|
-
},
|
|
1287
|
-
"accounts": {
|
|
1288
|
-
"aliases": [],
|
|
1289
|
-
"args": {},
|
|
1290
|
-
"description": "list the Heroku accounts in your cache",
|
|
1291
|
-
"examples": "heroku accounts",
|
|
1292
|
-
"flags": {},
|
|
1293
|
-
"hasDynamicHelp": false,
|
|
1294
|
-
"hiddenAliases": [],
|
|
1295
|
-
"id": "accounts",
|
|
1296
|
-
"pluginAlias": "heroku",
|
|
1297
|
-
"pluginName": "heroku",
|
|
1298
|
-
"pluginType": "core",
|
|
1299
|
-
"strict": true,
|
|
1300
|
-
"example": "heroku accounts",
|
|
1301
|
-
"isESM": false,
|
|
1302
|
-
"relativePath": [
|
|
1303
|
-
"lib",
|
|
1304
|
-
"commands",
|
|
1305
|
-
"accounts",
|
|
1306
|
-
"index.js"
|
|
1307
|
-
]
|
|
1308
|
-
},
|
|
1309
|
-
"accounts:remove": {
|
|
1310
|
-
"aliases": [],
|
|
1311
|
-
"args": {
|
|
1312
|
-
"name": {
|
|
1313
|
-
"description": "name of Heroku account to remove",
|
|
1314
|
-
"name": "name",
|
|
1315
|
-
"required": true
|
|
1316
|
-
}
|
|
1317
|
-
},
|
|
1318
|
-
"description": "remove a Heroku account from your cache",
|
|
1319
|
-
"examples": "heroku accounts:remove my-account",
|
|
1320
|
-
"flags": {},
|
|
1321
|
-
"hasDynamicHelp": false,
|
|
1322
|
-
"hiddenAliases": [],
|
|
1323
|
-
"id": "accounts:remove",
|
|
1324
|
-
"pluginAlias": "heroku",
|
|
1325
|
-
"pluginName": "heroku",
|
|
1326
|
-
"pluginType": "core",
|
|
1327
|
-
"strict": true,
|
|
1328
|
-
"example": "heroku accounts:remove my-account",
|
|
1329
|
-
"isESM": false,
|
|
1330
|
-
"relativePath": [
|
|
1331
|
-
"lib",
|
|
1332
|
-
"commands",
|
|
1333
|
-
"accounts",
|
|
1334
|
-
"remove.js"
|
|
1335
|
-
]
|
|
1336
|
-
},
|
|
1337
|
-
"accounts:set": {
|
|
1338
|
-
"aliases": [],
|
|
1339
|
-
"args": {
|
|
1340
|
-
"name": {
|
|
1341
|
-
"description": "name of account to set",
|
|
1342
|
-
"name": "name",
|
|
1343
|
-
"required": true
|
|
1344
|
-
}
|
|
1345
|
-
},
|
|
1346
|
-
"description": "set the current Heroku account from your cache",
|
|
1347
|
-
"examples": "heroku accounts:set my-account",
|
|
1348
|
-
"flags": {},
|
|
1349
|
-
"hasDynamicHelp": false,
|
|
1350
|
-
"hiddenAliases": [],
|
|
1351
|
-
"id": "accounts:set",
|
|
1352
|
-
"pluginAlias": "heroku",
|
|
1353
|
-
"pluginName": "heroku",
|
|
1354
|
-
"pluginType": "core",
|
|
1355
|
-
"strict": true,
|
|
1356
|
-
"example": "heroku accounts:set my-account",
|
|
1357
|
-
"isESM": false,
|
|
1358
|
-
"relativePath": [
|
|
1359
|
-
"lib",
|
|
1360
|
-
"commands",
|
|
1361
|
-
"accounts",
|
|
1362
|
-
"set.js"
|
|
1363
|
-
]
|
|
1364
|
-
},
|
|
1365
1365
|
"apps:create": {
|
|
1366
1366
|
"aliases": [],
|
|
1367
1367
|
"args": {
|
|
@@ -9635,6 +9635,34 @@
|
|
|
9635
9635
|
"index.js"
|
|
9636
9636
|
]
|
|
9637
9637
|
},
|
|
9638
|
+
"teams": {
|
|
9639
|
+
"aliases": [],
|
|
9640
|
+
"args": {},
|
|
9641
|
+
"description": "list the teams that you are a member of\n\nUse heroku members:* to manage team members.",
|
|
9642
|
+
"flags": {
|
|
9643
|
+
"json": {
|
|
9644
|
+
"description": "output in json format",
|
|
9645
|
+
"name": "json",
|
|
9646
|
+
"allowNo": false,
|
|
9647
|
+
"type": "boolean"
|
|
9648
|
+
}
|
|
9649
|
+
},
|
|
9650
|
+
"hasDynamicHelp": false,
|
|
9651
|
+
"hiddenAliases": [],
|
|
9652
|
+
"id": "teams",
|
|
9653
|
+
"pluginAlias": "heroku",
|
|
9654
|
+
"pluginName": "heroku",
|
|
9655
|
+
"pluginType": "core",
|
|
9656
|
+
"strict": true,
|
|
9657
|
+
"topic": "teams",
|
|
9658
|
+
"isESM": false,
|
|
9659
|
+
"relativePath": [
|
|
9660
|
+
"lib",
|
|
9661
|
+
"commands",
|
|
9662
|
+
"teams",
|
|
9663
|
+
"index.js"
|
|
9664
|
+
]
|
|
9665
|
+
},
|
|
9638
9666
|
"spaces:create": {
|
|
9639
9667
|
"aliases": [],
|
|
9640
9668
|
"args": {
|
|
@@ -10143,34 +10171,6 @@
|
|
|
10143
10171
|
"wait.js"
|
|
10144
10172
|
]
|
|
10145
10173
|
},
|
|
10146
|
-
"teams": {
|
|
10147
|
-
"aliases": [],
|
|
10148
|
-
"args": {},
|
|
10149
|
-
"description": "list the teams that you are a member of\n\nUse heroku members:* to manage team members.",
|
|
10150
|
-
"flags": {
|
|
10151
|
-
"json": {
|
|
10152
|
-
"description": "output in json format",
|
|
10153
|
-
"name": "json",
|
|
10154
|
-
"allowNo": false,
|
|
10155
|
-
"type": "boolean"
|
|
10156
|
-
}
|
|
10157
|
-
},
|
|
10158
|
-
"hasDynamicHelp": false,
|
|
10159
|
-
"hiddenAliases": [],
|
|
10160
|
-
"id": "teams",
|
|
10161
|
-
"pluginAlias": "heroku",
|
|
10162
|
-
"pluginName": "heroku",
|
|
10163
|
-
"pluginType": "core",
|
|
10164
|
-
"strict": true,
|
|
10165
|
-
"topic": "teams",
|
|
10166
|
-
"isESM": false,
|
|
10167
|
-
"relativePath": [
|
|
10168
|
-
"lib",
|
|
10169
|
-
"commands",
|
|
10170
|
-
"teams",
|
|
10171
|
-
"index.js"
|
|
10172
|
-
]
|
|
10173
|
-
},
|
|
10174
10174
|
"telemetry:add": {
|
|
10175
10175
|
"aliases": [],
|
|
10176
10176
|
"args": {
|
|
@@ -15007,5 +15007,5 @@
|
|
|
15007
15007
|
]
|
|
15008
15008
|
}
|
|
15009
15009
|
},
|
|
15010
|
-
"version": "10.13.
|
|
15010
|
+
"version": "10.13.2-beta.0"
|
|
15011
15011
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "heroku",
|
|
3
3
|
"description": "CLI to interact with Heroku",
|
|
4
|
-
"version": "10.13.
|
|
4
|
+
"version": "10.13.2-beta.0",
|
|
5
5
|
"author": "Heroku",
|
|
6
6
|
"bin": "./bin/run",
|
|
7
7
|
"bugs": "https://github.com/heroku/cli/issues",
|
|
@@ -400,5 +400,5 @@
|
|
|
400
400
|
"version": "oclif readme --multi && git add README.md ../../docs"
|
|
401
401
|
},
|
|
402
402
|
"types": "lib/index.d.ts",
|
|
403
|
-
"gitHead": "
|
|
403
|
+
"gitHead": "9b0be97ff1e81738dd9b1d68c23634d85bd8a764"
|
|
404
404
|
}
|