A secure environment variable management tool built using Go. Project consists of a REST API and a CLI.
- Variable Creation: Securely store environment variables.
- Project and Environment Management: Categorize environment variables into projects and environments (e.g., development, staging, production).
- Secure Sharing: Share environment variables securely with team members through access controls.
Install/Update the latest version:
go install ytsruh.com/envoy@latestInstall a specific version:
go install ytsruh.com/envoy@v0.0.1