#!/usr/bin/env node process.env.HEROKU_UPDATE_INSTRUCTIONS = process.env.HEROKU_UPDATE_INSTRUCTIONS || 'update with: "npm update -g heroku"' require('@oclif/command').run() .then(require('@oclif/command/flush')) .catch(require('@oclif/errors/handle'))