A secure environment variable management tool built using Go. Project consists of a REST API and a CLI.
- Variable Creation: Securely store environment variables using encryption.
- 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.1Check your installed version:
envoy versionEnvoy uses semantic versioning with git tags. When you install using @latest, Go automatically installs the highest version tag.