Generate Secure .env Template
generate_secure_env_templateRetrieves the .env.example file from a VPS via SSH to generate a secure environment template, or provides a generic template if missing.
Instructions
Reads .env.example from the VPS project directory dynamically via SSH. If not present, returns a generic environment template prompt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_path | No | Absolute path to application directory on remote VPS server | /var/www/app |