heroku 11.0.0-alpha.4 → 11.0.0-alpha.8
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/npm-shrinkwrap.json +31675 -0
- package/oclif.manifest.json +1 -1
- package/package.json +5 -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
|