Quick Start¶
Get up and running with envsecrets in a few minutes.
Prerequisites¶
- Google Cloud Storage bucket
- Service account with Storage Object Admin permissions
- Service account JSON key file
1. Install envsecrets¶
2. Initialize Configuration¶
Run the interactive setup:
This creates ~/.envsecrets/config.yaml with your settings.
3. Set Up Your Project¶
Create a .envsecrets file in your project root listing files to track:
Add these files to your .gitignore:
4. Push Environment Files¶
5. Pull on Another Machine¶
After setting up envsecrets on another machine:
Next Steps¶
- Configuration - Detailed configuration options
- CLI Reference - Full command documentation