kube-secrets-encoding

Crates.iokube-secrets-encoding
lib.rskube-secrets-encoding
version0.3.0
sourcesrc
created_at2024-09-25 06:29:18.18077
updated_at2024-10-26 02:23:38.841318
descriptionEncode Kubernetes secrets for data and dataString
homepage
repositoryhttps://github.com/Vixx-X/kube-secrets-encoding
max_upload_size
id1386034
size18,503
Vittorio Adesso (Vixx-X)

documentation

https://docs.rs/kube-secrets-encoding

README

kube-secrets-encoding

Description

kube-secrets-encoding is a Rust-based to proper encode secrets inside data and dataString inside kubernetes yaml secret.

Installation

To install kube-secrets-encoding, follow these steps:

cargo install kube-secrets-encoding

Usage

To use kube-secrets-encoding, run the following command:

kube-secrets-encoding [OPTIONS] <FILE>

Arguments:

<FILE> - Specify the file containing secret data.
Options:

-o, --output <OUTPUT_FILE> - Specify output file name and location.
-h, --help - Print help information. -V,
--version - Print version information.

For more detailed examples and usage tips, refer to our documentation.

License

This project is licensed under MIT License - see the LICENSE file for details.

Commit count: 11

cargo fmt