24 行
952 B
JSON
24 行
952 B
JSON
{
|
|
"permissions": {
|
|
"defaultMode": "bypassPermissions",
|
|
"allow": [
|
|
"Bash(find /Users/liutao/Desktop/hulai-admin-api -type f -name *.py -o -type d)",
|
|
"Bash(source venv/bin/activate)",
|
|
"Bash(alembic init:*)",
|
|
"Bash(alembic revision:*)",
|
|
"Bash(alembic upgrade:*)",
|
|
"Bash(find /Users/liutao/Desktop/hulai-admin-api/scripts -type f -name *.py)",
|
|
"Bash(find /Users/liutao/Desktop/hulai-admin-api -name *.json -type f)",
|
|
"Bash(venv/bin/alembic upgrade:*)",
|
|
"Bash(venv/bin/alembic current:*)",
|
|
"Bash(wc -l /Users/liutao/Desktop/hulai-admin-api/app/routers/*.py)",
|
|
"Bash(venv/bin/python -c \":*)",
|
|
"Bash(mysql -u root -e \"SHOW DATABASES;\")",
|
|
"Bash(mysql -u root hulai_admin -e \"SHOW TABLES;\")",
|
|
"Bash(python -c \"import fastapi, uvicorn, sqlalchemy; print\\(''依赖检查通过''\\)\")",
|
|
"Bash(python /tmp/test_api.py)",
|
|
"Bash(python3:*)"
|
|
]
|
|
}
|
|
}
|