Need to create /etc/hosts entry for non-wildcard alias domains in site create and site update.
Contributor guide
Tech stack
None
Domain
clidevops
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
2
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-3 hours
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
clear
Prerequisites
Basic shell scriptingUnderstanding of EasyEngine site commandsFamiliarity with /etc/hosts
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
65
Research direction
Look at the site create and site update commands in the EasyEngine codebase. Identify where /etc/hosts entries are currently managed for wildcard domains. Extend the functionality to handle non wildcard alias domains by adding a new host entry for each alias. Ensure proper error handling and privilege escalation since editing /etc/hosts typically requires root access.