The cloud tool doesn't ask for SMTP password
Open
- Dominant language
- Python
- Stars
- 26
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
The default deployment command, e.g.:
```bash
./cloud deploy project-name "" 1 -v
```
doesn't ask for the SMTP user password, while it should. It might also need to ask for other passwords, such as the PostgreSQL admin password. Figure out what's going on and make it ask the required passwords.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by running the documented `./cloud deploy project-name "" 1 -v` command and trace the deployment path that handles credential prompts. Determine which required passwords are omitted, then verify that the command prompts for the SMTP password and any other required credentials.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, cloud
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100