ɳSelfɳSELFCLI
DocsQuick StartPricingɳCloud
GitHub
← Back to all releases

v0.4.3

January 19, 2026

Deployment 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 validate

SSH Deployment

Deploy to remote servers with zero-downtime support and health verification.

Related commands:

nself deploynself deploy --dry-runnself deploy health

Staging Environment

Staging environment management with data sync from production.

Related commands:

nself staging deploynself staging sync

Production Hardening

Production security with SSL, firewall configuration, and secrets management.

Related commands:

nself prod initnself prod checknself prod ssl requestnself prod firewall configurenself prod harden

Bug Fixes

  • Fixed nginx variable substitution in config generation
  • Secure credential management with server.json

Download & Links

Download v0.4.3View on GitHubInstallation Guide →