$ heroku addons:create heroku-postgresql:hobby-dev » Error: Missing required flag: » -a, --app APP app to run command against » See more help with --help code example
Example: › Error: Missing required flag: › -a, --app APP parent app used by review apps
heroku run scrapy crawl --app <heroku_app_name>
#it will happend because of forgot the "--app".