Crates.io | omit |
lib.rs | omit |
version | 1.0.1 |
source | src |
created_at | 2024-06-19 16:04:40.961435 |
updated_at | 2024-10-07 23:59:05.311896 |
description | Omit allows you to securely share environment variables and secrets using a single key. |
homepage | |
repository | |
max_upload_size | |
id | 1277032 |
size | 36,348 |
Omit is a Rust-based project that allows you to securely share environment variables and secrets using a single key. It provides a convenient way to deploy and manage sensitive information while ensuring the safety of your data.
The project utilizes AES encryption to protect your secrets and integrates seamlessly with your git commands, ensuring that your repository stays up to date with the latest changes.
Thanks to cargo Omit can be installed with one simple command
cargo install omit
To use Omit, follow these steps:
omit init
command in the repositories folderomit < filename >
commandFor more commands run omit help
Unfortunately Omit is not currently compatible with non-linux systems, windows compatibility is a work in progress. If you'd like to implement more compatibility feel free to contribute to the project.
Contributions to Omit are welcome! If you have any ideas, bug reports, or feature requests, please open an issue or submit a pull request on the GitHub repository.
Omit is licensed under the MIT License.