heroku 10.13.1 → 10.13.2

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.
@@ -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',
@@ -15007,5 +15007,5 @@
15007
15007
  ]
15008
15008
  }
15009
15009
  },
15010
- "version": "10.13.1"
15010
+ "version": "10.13.2"
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.1",
4
+ "version": "10.13.2",
5
5
  "author": "Heroku",
6
6
  "bin": "./bin/run",
7
7
  "bugs": "https://github.com/heroku/cli/issues",
@@ -344,7 +344,7 @@
344
344
  },
345
345
  "update": {
346
346
  "node": {
347
- "version": "20.19.4"
347
+ "version": "20.19.5"
348
348
  },
349
349
  "s3": {
350
350
  "xz": true,
@@ -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": "cf943a6a43635953d8baedd03f95bc41e8fc6753"
403
+ "gitHead": "82c0564fc0683341fc4591d60135b3772ecc3526"
404
404
  }