Docker Mastery

Build Apps That Deploy Anywhere

Action Required: Set up the Heroku CLI (Windows)

Installation Steps

  • Download the installer:

  • Run the installer:

    • Once downloaded, run the installer file (e.g., heroku-x64.exe)
    • Follow the installation wizard, accepting the default options
    • The installer will automatically add the Heroku CLI to your PATH
  • Open Command Prompt:

    • After installation, open the Command Prompt
    • If it was already open, close and re-open it
  • Verify the installation:

    heroku --version
    

This should display the version number of the Heroku CLI.

You are now set up with the Heroku CLI on your Windows machine and can start using Heroku commands to manage your applications.