Sync environment variables between local and Railway
/plugin marketplace add LeanEntropy/civax-cc-agents/plugin install leanentropy-railway-deployer-plugins-railway-deployer@LeanEntropy/civax-cc-agents# Sync Environment Variables Command Synchronize environment variables between local .env and Railway environments. ## Usage ## Operations ### compare (default) Show differences between local .env and Railway environment. ### push Push local .env variables to Railway (with confirmation). **Warning**: This overwrites Railway variables! ### pull Pull Railway variables to a local file for reference. Creates `.env.staging` or `.env.production`. ## Example: Compare ## Example: Pull ## Example: Push ## Safety Rules - Never push to production without explicit confirmation - Secrets a...