heroku 8.4.4-beta.3 → 8.5.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.
@@ -65,7 +65,7 @@ Create.description = `create a new pipeline
65
65
  An existing app must be specified as the first app in the pipeline.
66
66
  The pipeline name will be inferred from the app name if not specified.
67
67
  The stage of the app will be guessed based on its name if not specified.
68
- The pipeline owner will be the user creating the pipeline if not specified with -t for teams or -o for orgs. `;
68
+ The pipeline owner will be the user creating the pipeline if not specified with -t for teams or -o for orgs.`;
69
69
  Create.examples = [
70
70
  '$ heroku pipelines:create -a my-app-staging',
71
71
  '$ heroku pipelines:create my-pipeline -a my-app-staging',
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "8.4.4-beta.3",
2
+ "version": "8.5.0",
3
3
  "commands": {
4
4
  "console": {
5
5
  "id": "console",
@@ -2016,7 +2016,7 @@
2016
2016
  },
2017
2017
  "pipelines:create": {
2018
2018
  "id": "pipelines:create",
2019
- "description": "create a new pipeline\n An existing app must be specified as the first app in the pipeline.\n The pipeline name will be inferred from the app name if not specified.\n The stage of the app will be guessed based on its name if not specified.\n The pipeline owner will be the user creating the pipeline if not specified with -t for teams or -o for orgs. ",
2019
+ "description": "create a new pipeline\n An existing app must be specified as the first app in the pipeline.\n The pipeline name will be inferred from the app name if not specified.\n The stage of the app will be guessed based on its name if not specified.\n The pipeline owner will be the user creating the pipeline if not specified with -t for teams or -o for orgs.",
2020
2020
  "strict": true,
2021
2021
  "pluginName": "heroku",
2022
2022
  "pluginAlias": "heroku",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "heroku",
3
3
  "description": "CLI to interact with Heroku",
4
- "version": "8.4.4-beta.3",
4
+ "version": "8.5.0",
5
5
  "author": "Jeff Dickey @jdxcode",
6
6
  "bin": "./bin/run",
7
7
  "bugs": "https://github.com/heroku/cli/issues",
@@ -11,12 +11,12 @@
11
11
  "@heroku-cli/command-v9": "npm:@heroku-cli/command@^9.0.2",
12
12
  "@heroku-cli/notifications": "^1.2.2",
13
13
  "@heroku-cli/plugin-addons-v5": "^8.4.0",
14
- "@heroku-cli/plugin-apps-v5": "^8.4.4-beta.3",
14
+ "@heroku-cli/plugin-apps-v5": "^8.5.0",
15
15
  "@heroku-cli/plugin-certs-v5": "^8.2.0",
16
16
  "@heroku-cli/plugin-ci-v5": "^8.2.0",
17
17
  "@heroku-cli/plugin-container-registry-v5": "^8.2.0",
18
18
  "@heroku-cli/plugin-orgs-v5": "^8.2.0",
19
- "@heroku-cli/plugin-pg-v5": "^8.4.4-beta.3",
19
+ "@heroku-cli/plugin-pg-v5": "^8.5.0",
20
20
  "@heroku-cli/plugin-ps": "^8.1.7",
21
21
  "@heroku-cli/plugin-ps-exec": "^2.4.0",
22
22
  "@heroku-cli/plugin-redis-v5": "^8.2.0",
@@ -341,5 +341,5 @@
341
341
  "version": "oclif readme --multi && git add README.md ../../docs"
342
342
  },
343
343
  "types": "lib/index.d.ts",
344
- "gitHead": "e1b6d6f2825368716bc0cfeec3c3f36ab1893870"
344
+ "gitHead": "350fe16370060bed7295c72c5aa77461d7743822"
345
345
  }