Validate environment isolation using merged values from .deploy.env.common and .deploy.env.<ENV_MODE>. Use when ensuring test/prod/custom do not share the same registry, remote host, user, and port identity.
Resources
1Install
npx skillscat add jsonlee12138/easy-deployment/deployment-env-isolation-check Install via the SkillsCat registry.
SKILL.md
Deployment Env Isolation Check
- Read
.deploy.env.commonand all.deploy.env.<env>files. - Merge common defaults with per-env overrides.
- Compare environment identities (
registry + user + host + port). - Fail when non-prod and prod identities are identical.
Command
python3 skills/deployment-env-isolation-check/scripts/check_isolation.py --root .