Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
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
- Start new shell sessions with profile environment variables injected
- Run programs with your profiles
- And more!
Installation
Pre-built binaries for Linux, macOS, and Windows are available on the releases page.
Install Script
This script only supports Linux and macOS.
|
Set a custom install directory with ENVIO_INSTALL_DIR (default: ~/.local/bin):
| ENVIO_INSTALL_DIR=/usr/local/bin
Install a specific version with ENVIO_VERSION (default: latest):
| ENVIO_VERSION=v0.0.0
Uninstall:
|
Cargo
Linux
Arch Linux
Use your favorite AUR helper:
Debian/Ubuntu
A .deb package is also published on the releases page:
macOS
Windows
Download the MSI installer or zip archive from the releases page.
Usage
See the Usage Guide for detailed instructions on how to use the tool.
Contributing
Take a look at the Contributing Guide 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 and LICENSE-APACHE files for license details.