omit

Crates.ioomit
lib.rsomit
version1.0.1
sourcesrc
created_at2024-06-19 16:04:40.961435
updated_at2024-10-07 23:59:05.311896
descriptionOmit allows you to securely share environment variables and secrets using a single key.
homepage
repository
max_upload_size
id1277032
size36,348
Josh (TesDevelopment)

documentation

README

Omit Logo

Description

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.

Features

  • Securely share environment variables and secrets using a single key
  • AES encryption for data protection
  • Integration with git commands for easy management and synchronization

Installation

Thanks to cargo Omit can be installed with one simple command cargo install omit

Usage

To use Omit, follow these steps:

  1. Create a git repository and set it up
  2. Run the omit init command in the repositories folder
  3. Add your secrets with the omit < filename > command

For more commands run omit help

Compatibility

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.

Contributing

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.

License

Omit is licensed under the MIT License.

Commit count: 0

cargo fmt