An open API service indexing awesome lists of open source software.

https://github.com/humblepenguinn/envio

A secure command-line tool for managing environment variables
https://github.com/humblepenguinn/envio

cli enviorment-variables rust

Last synced: 18 days ago
JSON representation

A secure command-line tool for managing environment variables

Awesome Lists containing this project

README

          







envio



A secure command-line tool for managing environment variables


CICD
Version info


Demo

## About

`envio` is a command-line tool for securely managing environment variables. It allows users to create encrypted profiles containing environment variables for a specific project or use case. The tool provides various operations to manage these profiles, such as loading them into terminal sessions or running programs with the specified environment variables.

Some key features of `envio` include:

- **Encrypt** profiles using different encryption methods
- **Load** profiles into your terminal sessions
- **Run** programs with your profiles
- **Import** profiles stored on the internet
- **Export** profiles to a plain text file

## Installation

Pre-built binaries are available on the [releases page](https://github.com/envio-cli/envio/releases).

### Linux

**Arch Linux**

Use your favorite AUR helper to install `envio`:

```bash
paru -S envio # or envio-bin for pre-built binary
```

**Debian/Ubuntu**

```bash
sudo dpkg -i envio__.deb
```

### macOS

```bash
brew install envio
```

### Windows

Download the MSI installer or zip archive from the [releases page](https://github.com/envio-cli/envio/releases).

## Usage

See the [Usage Guide](docs/usage.md) for detailed instructions on how to use the tool.

## Contributing

Take a look at the [Contributing Guide](CONTRIBUTING.md) for more information.

## License

`envio` is available under the terms of either the MIT License or the Apache License 2.0, at your option.

See the [LICENSE-MIT](LICENSE-MIT) and [LICENSE-APACHE](LICENSE-APACHE) files for license details.