Queries in Heroku
The heroku plugin includes 30 queries:
| Name | Description | Queries | 
|---|---|---|
| An account represents an individual signed up to use the Heroku platform. | ||
| Add-ons are components, services, or pieces of infrastructure that are fully maintained for you, either by a third-party provider or by Heroku. | ||
| An app represents the program that you would like to deploy and run on Heroku. | ||
| A release represents a combination of code, config vars and add-ons for an app on Heroku. | ||
| Webhooks define what web routes should be routed to an app on Heroku. | ||
| Domains define what web routes should be routed to an app on Heroku. | ||
| Dynos encapsulate running processes of an app on Heroku. | ||
| Keys represent public SSH keys associated with an account and are used to authorize accounts as they are performing git operations. | ||
| A pipeline allows grouping of apps into different stages. | ||
| A region represents a geographic location in which your application may run. | ||
| Teams allow you to manage access to a shared group of applications and other resources. | ||
| A team member is an individual with access to a team. |