Enterprise Accounts CLI Plugin
Last updated January 27, 2022
The Heroku Command Line Interface (CLI) makes it easy to create and manage your Heroku apps, teams, and accounts directly from the terminal. The Heroku CLI is an essential part of using Heroku. There are also CLI plugins that enable you to extend the standard CLI installation. One of these useful plugins is the Enterprise plugin, which makes it possible to manage Enterprise Accounts from the CLI.
Before you can use the Enterprise plugin, you need to have the Heroku CLI installed. Please visit and follow the instructions in the main Heroku CLI Dev Center article to download and install the Heroku CLI.
After you install the Heroku CLI, run the following command to install the Heroku Enterprise plugin:
$ heroku plugins:install @heroku-cli/plugin-enterprise
To update the Enterprise plugin, run the following command:
$ heroku plugins:update
You can find more details, command documentation, and examples on npm: Heroku Enterprise Plugin.