30 lines
652 B
JSON
30 lines
652 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(mkdir *)",
|
|
"Bash(docker exec *)",
|
|
"Bash(rm *)",
|
|
"Bash(npm install)",
|
|
"Bash(npm run *)",
|
|
"Bash(sed *)",
|
|
"Bash(mv *)",
|
|
"Bash(git checkout *)",
|
|
"Bash(cp *)",
|
|
"Bash(find *)",
|
|
"Bash(grep *)",
|
|
"Bash(php *)",
|
|
"Bash(ls *)",
|
|
"Bash(git add *)",
|
|
"Bash(git commit *)",
|
|
"Bash(git show *)",
|
|
"Bash(git *)",
|
|
"Bash(docker compose up *)",
|
|
"Bash(docker compose restart *)",
|
|
"Bash(docker compose ps)",
|
|
"Bash(docker compose build *)",
|
|
"Bash(curl *)",
|
|
"Bash(cat *)"
|
|
]
|
|
},
|
|
"$version": 3
|
|
} |