Skip to content

CLI plugin to allow retrying the latest release-phase command

Notifications You must be signed in to change notification settings

heroku/heroku-releases-retry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Releases Retry Build Status

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.

About

CLI plugin to allow retrying the latest release-phase command

Resources

Stars

Watchers

Forks

Packages

No packages published