v0.4.3
January 19, 2026Deployment Pipeline
Multi-environment workflows with SSH deployment and zero-downtime support
v0.4.3 introduces 4 new deployment commands for multi-environment workflows. Environment management, SSH deployment with zero-downtime support, staging sync, and production hardening.
Key Features
Environment Management
Create, switch, diff, and validate environments with structured configs.
Related commands:
nself env createnself env switchnself env diffnself env validateSSH Deployment
Deploy to remote servers with zero-downtime support and health verification.
Related commands:
nself deploynself deploy --dry-runnself deploy healthStaging Environment
Staging environment management with data sync from production.
Related commands:
nself staging deploynself staging syncProduction Hardening
Production security with SSL, firewall configuration, and secrets management.
Related commands:
nself prod initnself prod checknself prod ssl requestnself prod firewall configurenself prod hardenBug Fixes
- Fixed nginx variable substitution in config generation
- Secure credential management with server.json