🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

heroku-releases-retry

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

heroku-releases-retry

Retry failed release-phase commands

latest
Source
npmnpm
Version
1.1.0
Version published
Weekly downloads
56
60%
Maintainers
4
Weekly downloads
 
Created
Source

Releases Retry Build Status

NOTE: This plugin has been archived and is no longer maintained.

[!CAUTION] This plugin is not supported for Heroku Fir applications. See this devcenter article for more information regarding the new Fir platform.

This plugin is meant to be used with apps using Release Phase.
It will take the latest release in an app, and create a new one identical to it. That will trigger a new release-phase command, allowing for retrying them.

Installation

Run the following command:

heroku plugins:install heroku-releases-retry

Usage

Retry the latest release:

heroku releases:retry --app happy-samurai-42

Usage with container apps

The plugin doesn't support container apps. You will get the following error:

Cannot read property 'id' of null

You need to push a new image instead of using this plugin.

Keywords

heroku-plugin

FAQs

Package last updated on 07 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts