16 lines
786 B
JSON
16 lines
786 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"PowerShell(corepack enable pnpm)",
|
|
"PowerShell(corepack prepare pnpm@latest --activate)",
|
|
"PowerShell(pnpm --version)",
|
|
"PowerShell(docker --version)",
|
|
"PowerShell(docker compose version)",
|
|
"PowerShell(docker exec fieldops-postgres psql -U fieldops -d fieldops -c \"\\\\dt\" 2>&1)",
|
|
"PowerShell(docker exec fieldops-postgres psql -U fieldops -d fieldops -c \"SELECT id, name FROM \\\\`\"Tenant\\\\`\";\" 2>&1)",
|
|
"PowerShell(docker exec fieldops-postgres psql -U fieldops -d fieldops -c \"SELECT email, role FROM \\\\`\"User\\\\`\";\" 2>&1)",
|
|
"PowerShell(docker exec fieldops-postgres psql -U fieldops -d fieldops -c \"SELECT code, name, area FROM \\\\`\"Workstation\\\\`\";\" 2>&1)"
|
|
]
|
|
}
|
|
}
|