paste a .env file · export as docker flags · json · shell exports · mask secrets · runs locally
Parsed locally with quote-aware rules and line continuations (\ at end of line). Inline comments require whitespace before # on unquoted values.
7 variables · 0 flagged secret-like · 1 URLs · 1 paths · masking is off
.env input
output
--env NODE_ENV="production" --env BASE_URL="https://api.example.com/v1" --env PUBLIC_PATH="/var/www/static" --env API_SECRET_KEY="sk_live_abc123xyz" --env DATABASE_PASSWORD="p@ss\"word" --env ENABLE_CACHE="true" --env WORKERS="4"