--- name: blindfold description: Manage .env secrets without exposing values to AI assistants --- # blindfold — Secret Management Use the `blindfold` CLI to manage .env files. NEVER read or write .env files directly. ## Commands - `blindfold set ` — Set a secret (prompts user via /dev/tty) - `blindfold set --clipboard` — Set from clipboard - `blindfold get ` — Show masked value - `blindfold list` — List all key names - `blindfold delete ` — Remove a key - `blindfold rename ` — Rename a key - `blindfold copy ` — Duplicate a value - `blindfold import ` — Bulk import from another .env - `blindfold --env production ` — Target .env.production