45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(docker-compose:*)",
|
|
"Bash(npm run lint)",
|
|
"Bash(npm run lint:*)",
|
|
"Bash(npm run backend:lint)",
|
|
"Bash(npm run backend:build:*)",
|
|
"Bash(npm run frontend:build:*)",
|
|
"Bash(rm:*)",
|
|
"Bash(git rm:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(git push:*)",
|
|
"Bash(npx tsc:*)",
|
|
"Bash(npx nest:*)",
|
|
"Read(//Users/david/Documents/xpeditis/**)",
|
|
"Bash(find:*)",
|
|
"Bash(npm test)",
|
|
"Bash(git checkout:*)",
|
|
"Bash(git reset:*)",
|
|
"Bash(curl:*)",
|
|
"Read(//private/tmp/**)",
|
|
"Bash(lsof:*)",
|
|
"Bash(awk:*)",
|
|
"Bash(xargs kill:*)",
|
|
"Read(//dev/**)",
|
|
"Bash(psql:*)",
|
|
"Bash(npx ts-node:*)",
|
|
"Bash(python3:*)",
|
|
"Read(//Users/david/.docker/**)",
|
|
"Bash(env)",
|
|
"Bash(ssh david@xpeditis-cloud \"docker ps --filter name=xpeditis-backend --format ''{{.ID}} {{.Status}}''\")",
|
|
"Bash(git revert:*)",
|
|
"Bash(git log:*)",
|
|
"Bash(xargs -r docker rm:*)",
|
|
"Bash(npm run migration:run:*)",
|
|
"Bash(npm run dev:*)",
|
|
"Bash(npm run backend:dev:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|