EnvSync 1.1.2
dotnet tool install --global EnvSync --version 1.1.2
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local EnvSync --version 1.1.2
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=EnvSync&version=1.1.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package EnvSync --version 1.1.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
<p align="center"> <img width="512" alt="EnvSync logo" src="https://raw.githubusercontent.com/StevenGonzalez/envsync/main/assets/brand/envsync-logo.png" /> </p>
EnvSync is a CLI-first universal environment variable manager. It keeps a single schema file as the source of truth for environment variables and synchronises values across local .env files, GitHub Actions, Azure DevOps Library variable groups, AWS SSM Parameter Store, HashiCorp Vault, Azure Key Vault, and generated typed bindings for TypeScript and C#.
Install
dotnet tool install --global EnvSync
Quick Start
# 1. Create a schema in the current directory
envsync init
# 2. Edit envsync.schema.yaml to match your variables, then validate your .env
envsync validate --provider local:.env
# 3. Push local values to GitHub Actions
envsync push --from local:.env --to github:myorg/myrepo
Docs
Full documentation and examples are available in the GitHub repository README:
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.