arthuralvim / dotfiles

My dotfiles.
3 stars 0 forks source link

Adicionar alias de mais comandos. #38

Open arthuralvim opened 1 year ago

arthuralvim commented 1 year ago
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