heroku 8.7.2-beta.4 → 8.9.0-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/README.md +0 -1
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -61,7 +61,6 @@ For other issues, [submit a support ticket](https://help.heroku.com/).
|
|
|
61
61
|
* [`heroku pipelines`](docs/pipelines.md) - manage pipelines
|
|
62
62
|
* [`heroku plugins`](docs/plugins.md) - List installed plugins.
|
|
63
63
|
* [`heroku ps`](docs/ps.md) - Client tools for Heroku Exec
|
|
64
|
-
* [`heroku psql`](docs/psql.md) - open a psql shell to the database
|
|
65
64
|
* [`heroku redis`](docs/redis.md) - manage heroku redis instances
|
|
66
65
|
* [`heroku regions`](docs/regions.md) - list available regions for deployment
|
|
67
66
|
* [`heroku reviewapps`](docs/reviewapps.md) - manage reviewapps in pipelines
|
package/oclif.manifest.json
CHANGED
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
|
+
"version": "8.9.0-beta.0",
|
|
5
5
|
"author": "Jeff Dickey @jdxcode",
|
|
6
6
|
"bin": "./bin/run",
|
|
7
7
|
"bugs": "https://github.com/heroku/cli/issues",
|
|
@@ -11,15 +11,15 @@
|
|
|
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.6.0",
|
|
14
|
-
"@heroku-cli/plugin-apps-v5": "^8.
|
|
14
|
+
"@heroku-cli/plugin-apps-v5": "^8.9.0-beta.0",
|
|
15
15
|
"@heroku-cli/plugin-certs-v5": "^8.6.0",
|
|
16
|
-
"@heroku-cli/plugin-ci-v5": "^8.
|
|
16
|
+
"@heroku-cli/plugin-ci-v5": "^8.8.0",
|
|
17
17
|
"@heroku-cli/plugin-container-registry-v5": "^8.6.0",
|
|
18
|
-
"@heroku-cli/plugin-orgs-v5": "^8.
|
|
19
|
-
"@heroku-cli/plugin-pg-v5": "^8.
|
|
18
|
+
"@heroku-cli/plugin-orgs-v5": "^8.8.0",
|
|
19
|
+
"@heroku-cli/plugin-pg-v5": "^8.9.0-beta.0",
|
|
20
20
|
"@heroku-cli/plugin-ps": "^8.1.7",
|
|
21
21
|
"@heroku-cli/plugin-ps-exec": "^2.4.0",
|
|
22
|
-
"@heroku-cli/plugin-redis-v5": "^8.
|
|
22
|
+
"@heroku-cli/plugin-redis-v5": "^8.9.0-beta.0",
|
|
23
23
|
"@heroku-cli/plugin-run": "8.1.4",
|
|
24
24
|
"@heroku-cli/plugin-spaces": "^8.7.1",
|
|
25
25
|
"@heroku-cli/schema": "^1.0.25",
|
|
@@ -345,5 +345,5 @@
|
|
|
345
345
|
"version": "oclif readme --multi && git add README.md ../../docs"
|
|
346
346
|
},
|
|
347
347
|
"types": "lib/index.d.ts",
|
|
348
|
-
"gitHead": "
|
|
348
|
+
"gitHead": "9ca8b5fd8ca8d3f80723ba77a920e7dd204ee3ef"
|
|
349
349
|
}
|