Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
add deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jun 1, 2017
1 parent 7582e49 commit dd0c13d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/fork.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ function getToApp(context) {
}

function* fork (context, heroku) {
cli.warn('heroku fork is deprecated and will be sunset 2017-12-01');
let apps = new Apps(heroku);
let postgres = new Postgres(heroku);
let addons = new Addons(heroku, postgres);
Expand Down

0 comments on commit dd0c13d

Please sign in to comment.