mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-08-26 16:40:40 +03:00
update README.md
This commit is contained in:
parent
a487c762d0
commit
40a92cfa32
@ -22,13 +22,16 @@ make help
|
|||||||
and you receive below list:
|
and you receive below list:
|
||||||
```text
|
```text
|
||||||
build Build project with compose
|
build Build project with compose
|
||||||
down Reset project containers with compose
|
clean Clean Reset project containers and volumes with compose
|
||||||
format Format project code.
|
format Format project code.
|
||||||
help Show this help
|
help Show this help
|
||||||
lint Lint project code.
|
lint Lint project code.
|
||||||
lock Refresh pipfile.lock
|
migrate-apply apply alembic migrations to database/schema
|
||||||
requirements Refresh requirements.txt
|
migrate-create create new alembic migration
|
||||||
|
py-upgrade Upgrade project py files with pyupgrade library for python version 3.10
|
||||||
|
requirements Refresh requirements.txt from pipfile.lock
|
||||||
safety Check project and dependencies with safety https://github.com/pyupio/safety
|
safety Check project and dependencies with safety https://github.com/pyupio/safety
|
||||||
|
slim-build with power of docker-slim build smaller and safer images
|
||||||
test Run project tests
|
test Run project tests
|
||||||
up Run project with compose
|
up Run project with compose
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user