Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

190 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heroku-copy

Heroku CLI plugin to copy an existing app configuration and slug to another existing app.

This is basically heroku-fork with the following differences:

  • A destination (--to) app will not be created - do that first.
  • Addons are completely ignored - do that yourself.
  • Config variables are deleted from the destination app if they are not present in the source app.

example usage

  $ heroku copy --from my-production-app --to my-development-app

setup

  1. Clone this repository.
  2. Run npm install.
  3. Run heroku plugins:link.
  4. Profit?

About

Heroku CLI plugin to copy an existing app configuration and slug to another existing app.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages