git show <commit> --stat
git show <commit> -- <filepath>
terraform init
terraform validate
terraform plan
terraform destroy
terraform apply
heroku whoami
heroku login
heroku git:remote -a <app-name>
heroku buildpacks:set heroku/python
heroku stack:set container
heroku container:push <dyno-name> -a <app-name>
heroku logs --tail
heroku pg:psql
heroku pg:info -a <app-name>
heroku pg:credentials:url -a <app-name>
heroku run python manage.py createsuperuser