/dotnet-sops-cli

A simple .NET library that embeds the SOPS CLI.

Primary LanguageC#Apache License 2.0Apache-2.0

🔐 .NET SOPS CLI

License Test codecov

Show/hide folder structure
.
├── .github
│   ├── scripts
│   └── workflows
├── Devantler.SOPSCLI
│   └── runtimes
│       ├── linux-arm64
│       │   └── native
│       ├── linux-x64
│       │   └── native
│       ├── osx-arm64
│       │   └── native
│       ├── osx-x64
│       │   └── native
│       └── win-x64
│           └── native
└── Devantler.SOPSCLI.Tests
    └── SOPSTests

17 directories

A simple .NET library that embeds the SOPS CLI.

🚀 Getting Started

To get started, you can install the package from NuGet.

dotnet add package Devantler.SOPSCLI