envio
envio copied to clipboard
Envio is a modern and secure command-line tool that simplifies the management of environment variables
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 12 to 27. Release notes Sourced from cachix/install-nix-action's releases. v27 What's Changed Enable always-allow-substitutes by default by @sandydoo in cachix/install-nix-action#207 nix: 2.20.5 -> 2.22.1 by @kashw2 in...
Bumps [semver](https://github.com/dtolnay/semver) from 1.0.17 to 1.0.22. Release notes Sourced from semver's releases. 1.0.22 Fix unused_imports warnings when compiled by rustc 1.78 1.0.21 Update proc-macro2 to fix caching issue when using...
**Describe the bug** I am creating a [Clyde](https://github.com/agateau/clyde) package for envio, but the [package fails to build](https://github.com/agateau/clyde-store/actions/runs/8518497299/job/23515177903?pr=735). This is because the package defines the command `envio version` as a test...
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.16 to 0.11.27. Release notes Sourced from reqwest's releases. v0.11.27 What's Changed Add hickory-dns feature, deprecating trust-dns. (wasm) Fix Form::text() to not set octet-stream for plain text...
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2. Release notes Sourced from softprops/action-gh-release's releases. v2.0.0 update actions.yml declaration to node20 to address warnings Changelog Sourced from softprops/action-gh-release's changelog. 0.1.12 fix bug leading...
**:brain::zap: Idea / Feature Request** I just ran into the issue that my `GH_TOKEN` for use with `gh`—among other things—expired and for the past week I was uncertain why some...
Hi! **Describe the bug** `setenv.sh` [generates](https://github.com/envio-cli/envio/blob/ec72afb7c711941d69a0215f8f5572683127d980/src/lib.rs#L663) a tmp file (using `mktemp`), clear text secrets are written here, the file is then sourced and deleted. For some unknown reason, I have...
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
**Describe the bug** The majority of files in this repository have the execute bit set, even though the files do not need to be executable. **To Reproduce** 1. List all...
**Describe the bug** When I try to unload the profile, it fails. I tried to reload my shell, but the environment variables were still there. the report is as following:...