heroku 11.0.0-alpha.4 → 11.0.0-alpha.6
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 +3 -0
- package/oclif.manifest.json +1 -1
- package/package.json +2 -3
package/README.md
CHANGED
|
@@ -53,10 +53,13 @@ For other issues, [submit a support ticket](https://help.heroku.com/).
|
|
|
53
53
|
* [`heroku help`](docs/help.md) - Display help for heroku.
|
|
54
54
|
* [`heroku keys`](docs/keys.md) - add/remove account ssh keys
|
|
55
55
|
* [`heroku labs`](docs/labs.md) - add/remove experimental features
|
|
56
|
+
* [`heroku local`](docs/local.md) - run Heroku app locally
|
|
56
57
|
* [`heroku logs`](docs/logs.md) - display recent log output
|
|
57
58
|
* [`heroku maintenance`](docs/maintenance.md) - enable/disable access to app
|
|
59
|
+
* [`heroku members`](docs/members.md) - manage organization members
|
|
58
60
|
* [`heroku notifications`](docs/notifications.md) - display notifications
|
|
59
61
|
* [`heroku orgs`](docs/orgs.md) - manage organizations
|
|
62
|
+
* [`heroku pipelines`](docs/pipelines.md) - manage pipelines
|
|
60
63
|
* [`heroku plugins`](docs/plugins.md) - List installed plugins.
|
|
61
64
|
* [`heroku ps`](docs/ps.md) - Client tools for Heroku Exec
|
|
62
65
|
* [`heroku regions`](docs/regions.md) - list available regions for deployment
|
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": "11.0.0-alpha.
|
|
4
|
+
"version": "11.0.0-alpha.6",
|
|
5
5
|
"author": "Heroku",
|
|
6
6
|
"bin": "./bin/run",
|
|
7
7
|
"bugs": "https://github.com/heroku/cli/issues",
|
|
@@ -140,7 +140,6 @@
|
|
|
140
140
|
"/autocomplete-scripts",
|
|
141
141
|
"/bin",
|
|
142
142
|
"/lib",
|
|
143
|
-
"/npm-shrinkwrap.json",
|
|
144
143
|
"/package-lock.json",
|
|
145
144
|
"/oclif.manifest.json"
|
|
146
145
|
],
|
|
@@ -385,5 +384,5 @@
|
|
|
385
384
|
},
|
|
386
385
|
"type": "module",
|
|
387
386
|
"types": "lib/index.d.ts",
|
|
388
|
-
"gitHead": "
|
|
387
|
+
"gitHead": "7b33023e6263f78ab23b8b211a060e0baf2a187d"
|
|
389
388
|
}
|