env_rotate_secrets
Rotate secrets in your .env file by generating new random values for specified variables. Define variable names and optional length to update credentials securely.
Instructions
Generate new random values for secrets in .env file (Pro feature)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| length | No | Length of generated secrets | |
| api_key | No | ||
| env_path | No | .env | |
| variables | Yes | List of variable names to rotate |