2021-12-04 17:12:04 +00:00
|
|
|
#/usr/bin/env bash
|
|
|
|
# for zsh, run:
|
|
|
|
# autoload bashcompinit
|
|
|
|
# bashcompinit
|
2021-12-04 17:15:23 +00:00
|
|
|
complete -W "up
|
|
|
|
service_ports_web
|
|
|
|
initdb
|
|
|
|
resetdb
|
|
|
|
makemigrations
|
|
|
|
migrate
|
|
|
|
bash
|
|
|
|
shell
|
|
|
|
dbshell
|
|
|
|
restart_celery
|
|
|
|
pytest
|
|
|
|
collectstatic
|
|
|
|
makemessages
|
|
|
|
compilemessages
|
|
|
|
update_locales
|
|
|
|
build
|
|
|
|
clean
|
|
|
|
black
|
2021-12-16 18:43:24 +00:00
|
|
|
prettier
|
2021-12-04 17:15:23 +00:00
|
|
|
populate_streams
|
2022-01-04 21:46:21 +00:00
|
|
|
populate_lists_streams
|
2021-12-04 17:15:23 +00:00
|
|
|
populate_suggestions
|
|
|
|
generate_thumbnails
|
|
|
|
generate_preview_images
|
|
|
|
copy_media_to_s3
|
|
|
|
set_cors_to_s3
|
|
|
|
runweb" -o bashdefault -o default bw-dev
|