Skip to content

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

License

Notifications You must be signed in to change notification settings

keyme/heroku-copy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%