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
                    
if you are setting up this repo
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
                    
nuke :add-package EnvSync --version 1.1.2
                    

<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:

https://github.com/StevenGonzalez/envsync

Product 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.

Version Downloads Last Updated
1.1.2 88 5/4/2026
1.1.1 90 5/4/2026
1.1.0 85 5/4/2026
1.0.0 89 5/4/2026