mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-10-31 22:19:00 +00:00
31 lines
450 B
Bash
31 lines
450 B
Bash
#/usr/bin/env bash
|
|
# for zsh, run:
|
|
# autoload bashcompinit
|
|
# bashcompinit
|
|
complete -W "up
|
|
service_ports_web
|
|
initdb
|
|
resetdb
|
|
makemigrations
|
|
migrate
|
|
bash
|
|
shell
|
|
dbshell
|
|
restart_celery
|
|
pytest
|
|
collectstatic
|
|
makemessages
|
|
compilemessages
|
|
update_locales
|
|
build
|
|
clean
|
|
black
|
|
prettier
|
|
populate_streams
|
|
populate_lists_streams
|
|
populate_suggestions
|
|
generate_thumbnails
|
|
generate_preview_images
|
|
copy_media_to_s3
|
|
set_cors_to_s3
|
|
runweb" -o bashdefault -o default bw-dev
|