Contents

Chapter 1

Features

This chapter covers the core features and capabilities of Environment Manager.

Features

  • Diff environments: Compare .env files across dev/staging/prod and spot missing or changed variables
  • Sync variables: Copy missing variables from one environment to another
  • Validate configs: Check for required variables, empty values, and format issues
  • Audit report: Generate a full audit of all environments as JSON or text
  • Template generation: Create .env.example from your actual .env (strips values)
  • Support for comments and sections in .env files
  • Detects common mistakes: trailing spaces, duplicate keys, unquoted special characters
  • Python stdlib only — zero dependencies
Chapter 2

Quick Start

Follow this guide to get Environment Manager up and running in your environment.

Quick Start

bash
# Compare two environment files
python src/env_manager.py diff --source examples/env.dev --target examples/env.prod

# Validate an env file against required variables
python src/env_manager.py validate --env examples/env.dev --required examples/required_vars.json

# Sync missing variables from dev to staging
python src/env_manager.py sync --source examples/env.dev --target examples/env.staging

# Generate .env.example template (strips secret values)
python src/env_manager.py template --env examples/env.dev --output .env.example

# Full audit report across all environments
python src/env_manager.py audit --envs examples/env.dev,examples/env.staging,examples/env.prod --format json
Chapter 3
🔒 Available in full product

CLI Reference

Chapter 4
🔒 Available in full product

License

You’ve reached the end of the free preview

Get the full Environment Manager and unlock everything.

All Chapters

Get the complete guide with every chapter unlocked, including code samples, diagrams, and best practices.

Full Tool Suite

Access all interactive tools with complete data, all workload profiles, and the full scenario library.

Source Files

Downloadable source code, configuration files, and working examples from every chapter.

Lifetime Updates

Free updates for life. Every new chapter, tool, and improvement included.

Buy Now — $19 →
📦 Free sample included — download another copy for the full product.
Environment Manager v1.0.0 — Free Preview