Merakit-Deploy/scripts/.claude/settings.local.json

19 lines
431 B
JSON

{
"permissions": {
"allow": [
"Bash(chmod:*)",
"Bash(echo:*)",
"Bash(curl:*)",
"Bash(if [ -z \"$CLOUDFLARE_API_TOKEN\" ])",
"Bash(then echo \"Token is empty\")",
"Bash(else echo \"Token exists with length: $#CLOUDFLARE_API_TOKEN\")",
"Bash(fi)",
"Bash(tee:*)",
"Bash(printf:*)",
"Bash(env)",
"Bash(./cloudflare-remove.sh:*)",
"Bash(bash:*)"
]
}
}