sops-run VS dotenvy

Compare sops-run vs dotenvy and see what are their differences.

sops-run

Python wrapper for sops to execute commands with environment variables provided by a sops-encrypted file. (by belthesar)

dotenvy

A well-maintained fork of the Rust dotenv crate (by allan2)
Scout Monitoring - Free Django app performance insights with Scout Monitoring
Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
www.scoutapm.com
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
sops-run dotenvy
1 2
1 583
- -
2.3 6.4
about 1 month ago about 1 month ago
Python Rust
GNU General Public License v3.0 only MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

sops-run

Posts with mentions or reviews of sops-run. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-28.
  • Show HN: Dotenv, if it is a Unix utility
    6 projects | news.ycombinator.com | 28 Apr 2024
    This is interestingly similar to a little tool I wrote called sops-run [0], which manages encrypted secrets for cli tools using Mozilla’s sops [1]. Biggest upshot is that you can use it more confidently for secrets with encryption at rest. Built it when I was trying out CLI tools that wanted API keys, but I didn’t want to shove them into my profile and accidentally upload them into my dotfiles repository. Do need to finally get back to making this a package, being able to install it with pip(x) would be really nice.

    [0] https://github.com/belthesar/sops-run

dotenvy

Posts with mentions or reviews of dotenvy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-28.
  • Show HN: Dotenv, if it is a Unix utility
    6 projects | news.ycombinator.com | 28 Apr 2024
    The same thing already exists in Rust, it’s both a library for in-process loading and a binary, I use it daily and only for the binary: https://github.com/allan2/dotenvy
  • About the dotenv crate
    3 projects | /r/rust | 17 Jun 2022
    One thing to note is that there is a fork that fixes one or two bugs. In practice, I've never hit those bugs and just use dotenv - but it's there if you wanted something slightly more up to date.

What are some alternatives?

When comparing sops-run and dotenvy you can also consider the following projects:

dotenv - Library to help supply environment variables in testing and development

dotenvx - a better dotenv–from the creator of `dotenv`