bit2-cli
Version: 
A modern CLI tool for scaffolding Astro applications with libSQL/Turso database integration and flexible deployment to Cloudflare Pages, Vercel, or Netlify
51 lines • 1.5 kB
JSON
{
  "permissions": {
    "allow": [
      "WebFetch(domain:github.com)",
      "WebFetch(domain:raw.githubusercontent.com)",
      "WebFetch(domain:raw.githubusercontent.com)",
      "WebFetch(domain:api.github.com)",
      "WebFetch(domain:turso.tech)",
      "WebFetch(domain:docs.astro.build)",
      "WebFetch(domain:docs.turso.tech)",
      "WebFetch(domain:developers.cloudflare.com)",
      "Bash(chmod:*)",
      "Bash(bun install:*)",
      "Bash(bun info:*)",
      "Bash(bun pm ls:*)",
      "Bash(rm:*)",
      "Bash(./src/cli.js new:*)",
      "Bash(bun run:*)",
      "Bash(curl:*)",
      "Bash(pkill:*)",
      "Bash(sqlite3:*)",
      "WebFetch(domain:bitbons.ai)",
      "Bash(../src/cli.js deploy)",
      "Bash(git init:*)",
      "Bash(git add:*)",
      "Bash(git commit:*)",
      "Bash(../src/cli.js build)",
      "Bash(../src/cli.js --help)",
      "Bash(npm create:*)",
      "WebFetch(domain:mcp.docs.astro.build)",
      "WebFetch(domain:docs.cursor.com)",
      "Bash(../src/cli.js status)",
      "Bash(./src/cli.js status:*)",
      "Bash(find:*)",
      "Bash(bunx wrangler pages project list:*)",
      "Bash(bunx wrangler:*)",
      "Bash(touch:*)",
      "Bash(git push:*)",
      "Bash(mv:*)",
      "Bash(node:*)",
      "WebFetch(domain:vercel.com)",
      "WebFetch(domain:docs.netlify.com)",
      "Bash(mkdir:*)",
      "Bash(cat:*)",
      "Bash(../src/cli.js migrate)",
      "Bash(bun:*)",
      "Bash(./src/cli.js --help)"
    ],
    "deny": []
  }
}