π¦ ClawHub
Environment Secrets Rotator
by @derick001
Rotate and update secrets in environment files, generate Vault commands, and manage secret rotation workflows.
π‘ Examples
Rotate all secrets in .env file:
./scripts/main.py rotate --file .env --keys "*" --backup true
Generate Vault commands for specific keys:
./scripts/main.py vault --keys API_KEY,DB_PASSWORD --path secret/data/production
Validate .env file before rotation:
./scripts/main.py validate --file .env --strict
Rotate with custom base64 secrets:
./scripts/main.py rotate --file .env --keys JWT_SECRET --algorithm base64 --length 64
TERMINAL
clawhub install env-secrets-rotator