heroku 11.0.0-alpha.13 → 11.0.0-alpha.14

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
@@ -86,6 +86,7 @@ For other issues, [submit a support ticket](https://help.heroku.com/).
86
86
  * [`heroku update`](docs/update.md) - update the Heroku CLI
87
87
  * [`heroku usage`](docs/usage.md) - list usage for metered add-ons attached to an app or apps within a team
88
88
  * [`heroku version`](docs/version.md)
89
+ * [`heroku webhooks`](docs/webhooks.md) - list webhooks on an app
89
90
 
90
91
  <!-- commandsstop -->
91
92
 
@@ -20856,7 +20856,7 @@
20856
20856
  },
20857
20857
  "packages/cli": {
20858
20858
  "name": "heroku",
20859
- "version": "11.0.0-alpha.13",
20859
+ "version": "11.0.0-alpha.14",
20860
20860
  "license": "ISC",
20861
20861
  "dependencies": {
20862
20862
  "@heroku-cli/command": "^12.1.1",