heroku 8.0.2-beta.0 → 8.0.2-beta.1
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 +11 -0
- package/oclif.manifest.json +1 -1
- package/package.json +28 -27
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)
|
package/oclif.manifest.json
CHANGED
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.
|
|
4
|
+
"version": "8.0.2-beta.1",
|
|
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.
|
|
12
|
-
"@heroku-cli/plugin-apps": "^8.0.2-beta.
|
|
13
|
-
"@heroku-cli/plugin-apps-v5": "^8.0.2-beta.
|
|
14
|
-
"@heroku-cli/plugin-auth": "^8.0.2-beta.
|
|
15
|
-
"@heroku-cli/plugin-autocomplete": "^8.0.2-beta.
|
|
16
|
-
"@heroku-cli/plugin-buildpacks": "^8.0.2-beta.
|
|
17
|
-
"@heroku-cli/plugin-certs": "^8.0.2-beta.
|
|
18
|
-
"@heroku-cli/plugin-certs-v5": "^8.0.2-beta.
|
|
19
|
-
"@heroku-cli/plugin-ci": "^8.0.2-beta.
|
|
20
|
-
"@heroku-cli/plugin-ci-v5": "^8.0.2-beta.
|
|
21
|
-
"@heroku-cli/plugin-config": "^8.0.2-beta.
|
|
22
|
-
"@heroku-cli/plugin-container-registry-v5": "^8.0.2-beta.
|
|
23
|
-
"@heroku-cli/plugin-git": "^8.0.2-beta.
|
|
24
|
-
"@heroku-cli/plugin-local": "^8.0.2-beta.
|
|
25
|
-
"@heroku-cli/plugin-oauth-v5": "^8.0.2-beta.
|
|
26
|
-
"@heroku-cli/plugin-orgs-v5": "^8.0.2-beta.
|
|
27
|
-
"@heroku-cli/plugin-pg-v5": "^8.0.2-beta.
|
|
28
|
-
"@heroku-cli/plugin-pipelines": "^8.0.2-beta.
|
|
29
|
-
"@heroku-cli/plugin-ps": "^8.0.2-beta.
|
|
11
|
+
"@heroku-cli/plugin-addons-v5": "^8.0.2-beta.1",
|
|
12
|
+
"@heroku-cli/plugin-apps": "^8.0.2-beta.1",
|
|
13
|
+
"@heroku-cli/plugin-apps-v5": "^8.0.2-beta.1",
|
|
14
|
+
"@heroku-cli/plugin-auth": "^8.0.2-beta.1",
|
|
15
|
+
"@heroku-cli/plugin-autocomplete": "^8.0.2-beta.1",
|
|
16
|
+
"@heroku-cli/plugin-buildpacks": "^8.0.2-beta.1",
|
|
17
|
+
"@heroku-cli/plugin-certs": "^8.0.2-beta.1",
|
|
18
|
+
"@heroku-cli/plugin-certs-v5": "^8.0.2-beta.1",
|
|
19
|
+
"@heroku-cli/plugin-ci": "^8.0.2-beta.1",
|
|
20
|
+
"@heroku-cli/plugin-ci-v5": "^8.0.2-beta.1",
|
|
21
|
+
"@heroku-cli/plugin-config": "^8.0.2-beta.1",
|
|
22
|
+
"@heroku-cli/plugin-container-registry-v5": "^8.0.2-beta.1",
|
|
23
|
+
"@heroku-cli/plugin-git": "^8.0.2-beta.1",
|
|
24
|
+
"@heroku-cli/plugin-local": "^8.0.2-beta.1",
|
|
25
|
+
"@heroku-cli/plugin-oauth-v5": "^8.0.2-beta.1",
|
|
26
|
+
"@heroku-cli/plugin-orgs-v5": "^8.0.2-beta.1",
|
|
27
|
+
"@heroku-cli/plugin-pg-v5": "^8.0.2-beta.1",
|
|
28
|
+
"@heroku-cli/plugin-pipelines": "^8.0.2-beta.1",
|
|
29
|
+
"@heroku-cli/plugin-ps": "^8.0.2-beta.1",
|
|
30
30
|
"@heroku-cli/plugin-ps-exec": "^2.4.0",
|
|
31
|
-
"@heroku-cli/plugin-redis-v5": "^8.0.2-beta.
|
|
32
|
-
"@heroku-cli/plugin-run": "^8.0.2-beta.
|
|
33
|
-
"@heroku-cli/plugin-spaces": "^8.0.2-beta.
|
|
34
|
-
"@heroku-cli/plugin-status": "^8.0.2-beta.
|
|
35
|
-
"@heroku-cli/plugin-webhooks": "^8.0.2-beta.
|
|
31
|
+
"@heroku-cli/plugin-redis-v5": "^8.0.2-beta.1",
|
|
32
|
+
"@heroku-cli/plugin-run": "^8.0.2-beta.1",
|
|
33
|
+
"@heroku-cli/plugin-spaces": "^8.0.2-beta.1",
|
|
34
|
+
"@heroku-cli/plugin-status": "^8.0.2-beta.1",
|
|
35
|
+
"@heroku-cli/plugin-webhooks": "^8.0.2-beta.1",
|
|
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": "
|
|
290
|
+
"gitHead": "a717d575f00e8079065cb37478e9b50507b912bd"
|
|
290
291
|
}
|