grove-account-deletion
π―Skillfrom autumnsgrove/groveengine
Handles secure account deletion process for Grove Engine, managing user data removal and associated cleanup procedures.
Part of
autumnsgrove/groveengine(45 items)
Installation
npx wrangler d1 execute grove-engine-db --remote --command="SELECT id, subdomain, display_name, email, plan, created_at FROM tenants WHERE subdomain = 'USERNAME';"npx wrangler d1 execute grove-engine-db --remote --command="SELECT id, subdomain, display_name, email, plan, created_at FROM tenants WHERE email = 'EMAIL';"npx wrangler d1 execute grove-engine-db --remote --command="SELECT id, subdomain, display_name, email, plan, created_at FROM tenants WHERE display_name LIKE '%NAME%';"npx wrangler d1 execute grove-engine-db --remote --command="npx wrangler d1 execute grove-engine-db --remote --command="DELETE FROM tenants WHERE id = 'TENANT_ID';"+ 10 more commands
More from this repository10
research-strategy skill from autumnsgrove/groveengine
Enforces Python code quality by automatically formatting, linting, and type-checking code using Black, Ruff, and mypy.
database-management skill from autumnsgrove/groveengine
cloudflare-deployment skill from autumnsgrove/groveengine
docker-workflows skill from autumnsgrove/groveengine
Dynamically transforms code structures and syntax across programming languages while preserving core logic and intent.
Automates continuous integration and deployment workflows with intelligent pipeline configuration, build optimization, and seamless multi-environment release management.
Automates stealth network penetration testing with advanced reconnaissance, vulnerability scanning, and targeted exploit chaining for ethical security assessments.
Streamlines Python package management with fast, efficient dependency resolution and installation using the uv package manager.
Streamlines UI component design and interaction patterns for complex data gathering interfaces with reusable, accessible form elements and validation.