heroku 8.0.2-beta.0 → 8.0.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.
package/README.md CHANGED
@@ -36,27 +36,38 @@ For other issues, [submit a support ticket](https://help.heroku.com/).
36
36
  * [`heroku access`](docs/access.md) - manage user access to apps
37
37
  * [`heroku addons`](docs/addons.md) - tools and services for developing, extending, and operating your app
38
38
  * [`heroku apps`](docs/apps.md) - manage apps on Heroku
39
+ * [`heroku auth`](docs/auth.md) - check 2fa status
39
40
  * [`heroku authorizations`](docs/authorizations.md) - OAuth authorizations
41
+ * [`heroku autocomplete`](docs/autocomplete.md) - display autocomplete installation instructions
42
+ * [`heroku buildpacks`](docs/buildpacks.md) - scripts used to compile apps
40
43
  * [`heroku certs`](docs/certs.md) - a topic for the ssl plugin
41
44
  * [`heroku ci`](docs/ci.md) - run an application test suite on Heroku
42
45
  * [`heroku clients`](docs/clients.md) - OAuth clients on the platform
43
46
  * [`heroku config`](docs/config.md) - environment variables of apps
44
47
  * [`heroku container`](docs/container.md) - Use containers to build and deploy Heroku apps
48
+ * [`heroku domains`](docs/domains.md) - custom domains for apps
45
49
  * [`heroku drains`](docs/drains.md) - forward logs to syslog or HTTPS
46
50
  * [`heroku features`](docs/features.md) - add/remove app features
51
+ * [`heroku git`](docs/git.md) - manage local git repository for app
47
52
  * [`heroku help`](docs/help.md) - Display help for heroku.
48
53
  * [`heroku keys`](docs/keys.md) - add/remove account ssh keys
49
54
  * [`heroku labs`](docs/labs.md) - add/remove experimental features
50
55
  * [`heroku local`](docs/local.md) - run Heroku app locally
56
+ * [`heroku logs`](docs/logs.md) - display recent log output
51
57
  * [`heroku maintenance`](docs/maintenance.md) - enable/disable access to app
52
58
  * [`heroku members`](docs/members.md) - manage organization members
53
59
  * [`heroku orgs`](docs/orgs.md) - manage organizations
54
60
  * [`heroku pg`](docs/pg.md) - manage postgresql databases
61
+ * [`heroku pipelines`](docs/pipelines.md) - manage pipelines
55
62
  * [`heroku plugins`](docs/plugins.md) - List installed plugins.
56
63
  * [`heroku ps`](docs/ps.md) - Client tools for Heroku Exec
57
64
  * [`heroku redis`](docs/redis.md) - manage heroku redis instances
65
+ * [`heroku regions`](docs/regions.md) - list available regions for deployment
66
+ * [`heroku reviewapps`](docs/reviewapps.md) - manage reviewapps in pipelines
67
+ * [`heroku run`](docs/run.md) - run a one-off process inside a Heroku dyno
58
68
  * [`heroku sessions`](docs/sessions.md) - OAuth sessions
59
69
  * [`heroku spaces`](docs/spaces.md) - manage heroku private spaces
70
+ * [`heroku status`](docs/status.md) - display current status of the Heroku platform
60
71
  * [`heroku teams`](docs/teams.md) - manage teams
61
72
  * [`heroku update`](docs/update.md) - update the Heroku CLI
62
73
  * [`heroku version`](docs/version.md)
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "8.0.2-beta.0",
2
+ "version": "8.0.2",
3
3
  "commands": {}
4
4
  }
package/package.json CHANGED
@@ -1,38 +1,38 @@
1
1
  {
2
2
  "name": "heroku",
3
3
  "description": "CLI to interact with Heroku",
4
- "version": "8.0.2-beta.0",
4
+ "version": "8.0.2",
5
5
  "author": "Jeff Dickey @jdxcode",
6
6
  "bin": "./bin/run",
7
7
  "bugs": "https://github.com/heroku/cli/issues",
8
8
  "dependencies": {
9
9
  "@heroku-cli/color": "1.1.14",
10
10
  "@heroku-cli/command": "^9.0.2",
11
- "@heroku-cli/plugin-addons-v5": "^8.0.2-beta.0",
12
- "@heroku-cli/plugin-apps": "^8.0.2-beta.0",
13
- "@heroku-cli/plugin-apps-v5": "^8.0.2-beta.0",
14
- "@heroku-cli/plugin-auth": "^8.0.2-beta.0",
15
- "@heroku-cli/plugin-autocomplete": "^8.0.2-beta.0",
16
- "@heroku-cli/plugin-buildpacks": "^8.0.2-beta.0",
17
- "@heroku-cli/plugin-certs": "^8.0.2-beta.0",
18
- "@heroku-cli/plugin-certs-v5": "^8.0.2-beta.0",
19
- "@heroku-cli/plugin-ci": "^8.0.2-beta.0",
20
- "@heroku-cli/plugin-ci-v5": "^8.0.2-beta.0",
21
- "@heroku-cli/plugin-config": "^8.0.2-beta.0",
22
- "@heroku-cli/plugin-container-registry-v5": "^8.0.2-beta.0",
23
- "@heroku-cli/plugin-git": "^8.0.2-beta.0",
24
- "@heroku-cli/plugin-local": "^8.0.2-beta.0",
25
- "@heroku-cli/plugin-oauth-v5": "^8.0.2-beta.0",
26
- "@heroku-cli/plugin-orgs-v5": "^8.0.2-beta.0",
27
- "@heroku-cli/plugin-pg-v5": "^8.0.2-beta.0",
28
- "@heroku-cli/plugin-pipelines": "^8.0.2-beta.0",
29
- "@heroku-cli/plugin-ps": "^8.0.2-beta.0",
11
+ "@heroku-cli/plugin-addons-v5": "^8.0.2",
12
+ "@heroku-cli/plugin-apps": "^8.0.2",
13
+ "@heroku-cli/plugin-apps-v5": "^8.0.2",
14
+ "@heroku-cli/plugin-auth": "^8.0.2",
15
+ "@heroku-cli/plugin-autocomplete": "^8.0.2",
16
+ "@heroku-cli/plugin-buildpacks": "^8.0.2",
17
+ "@heroku-cli/plugin-certs": "^8.0.2",
18
+ "@heroku-cli/plugin-certs-v5": "^8.0.2",
19
+ "@heroku-cli/plugin-ci": "^8.0.2",
20
+ "@heroku-cli/plugin-ci-v5": "^8.0.2",
21
+ "@heroku-cli/plugin-config": "^8.0.2",
22
+ "@heroku-cli/plugin-container-registry-v5": "^8.0.2",
23
+ "@heroku-cli/plugin-git": "^8.0.2",
24
+ "@heroku-cli/plugin-local": "^8.0.2",
25
+ "@heroku-cli/plugin-oauth-v5": "^8.0.2",
26
+ "@heroku-cli/plugin-orgs-v5": "^8.0.2",
27
+ "@heroku-cli/plugin-pg-v5": "^8.0.2",
28
+ "@heroku-cli/plugin-pipelines": "^8.0.2",
29
+ "@heroku-cli/plugin-ps": "^8.0.2",
30
30
  "@heroku-cli/plugin-ps-exec": "^2.4.0",
31
- "@heroku-cli/plugin-redis-v5": "^8.0.2-beta.0",
32
- "@heroku-cli/plugin-run": "^8.0.2-beta.0",
33
- "@heroku-cli/plugin-spaces": "^8.0.2-beta.0",
34
- "@heroku-cli/plugin-status": "^8.0.2-beta.0",
35
- "@heroku-cli/plugin-webhooks": "^8.0.2-beta.0",
31
+ "@heroku-cli/plugin-redis-v5": "^8.0.2",
32
+ "@heroku-cli/plugin-run": "^8.0.2",
33
+ "@heroku-cli/plugin-spaces": "^8.0.2",
34
+ "@heroku-cli/plugin-status": "^8.0.2",
35
+ "@heroku-cli/plugin-webhooks": "^8.0.2",
36
36
  "@oclif/core": "^1.26.2",
37
37
  "@oclif/plugin-commands": "2.2.2",
38
38
  "@oclif/plugin-help": "^5",
@@ -103,7 +103,8 @@
103
103
  "-h"
104
104
  ],
105
105
  "additionalVersionFlags": [
106
- "-v"
106
+ "-v",
107
+ "version"
107
108
  ],
108
109
  "commands": "./lib/commands",
109
110
  "plugins": [
@@ -286,5 +287,5 @@
286
287
  "version": "oclif readme --multi && git add README.md ../../docs"
287
288
  },
288
289
  "types": "lib/index.d.ts",
289
- "gitHead": "be6dc888eb3f6a118cf34e44d0b393b981734aef"
290
+ "gitHead": "25b54faf6670c8e5176bb5ba0021fffde240a854"
290
291
  }