Encrypt plaintext maps
Usage: rops encrypt [OPTIONS] [FILE]
Arguments:
[FILE] Input may alternatively be supplied through stdin
Options:
-c, --config <PATH> Read config from provided path
-i, --in-place Encrypt file in place rather than printing the result to stdout
--age <AGE> Space separated list of public age keys
--aws-kms <AWS_KMS> Space separated list of AWS KMS rops key id strings
--encrypted-regex <REGEX> Encrypt values matching key regex
--encrypted-suffix <STRING> Encrypt values matching key suffix
--unencrypted-regex <REGEX> Skip encrypting values matching key regex
--unencrypted-suffix <STRING> Skip encrypting values matching key suffix
--mac-only-encrypted Requires a partial encryption setting
-f, --format <FORMAT> Required if no file argument is found to infer by extension [possible values: yaml, json, toml]
-h, --help Print help