The following options are available for the ragenix command:
-e, --edit <FILE>: Edits the age-encrypted FILE using $EDITOR.--editor <EDITOR>: Specifies the editor to use when editing FILE (defaults to EDITOR environment variable, e.g., vim).-h, --help: Print help information.-i, --identity <PRIVATE_KEY>...: Private key(s) to use when decrypting.-r, --rekey: Re-encrypts all secrets with specified recipients.--rules <RULES>: Path to a Nix file specifying recipient public keys. (Defaults to ./secrets.nix; can be set via RULES environment variable).-s, --schema: Prints the JSON schema Agenix rules have to conform to.-v, --verbose: Verbose output.-V, --version: Print version information.
USAGE:
ragenix [OPTIONS] <--edit <FILE>|--rekey|--schema>
OPTIONS:
-e, --edit <FILE> edits the age-encrypted FILE using $EDITOR
--editor <EDITOR> editor to use when editing FILE [env: EDITOR=vim]
-h, --help Print help information
-i, --identity <PRIVATE_KEY>... private key to use when decrypting
-r, --rekey re-encrypts all secrets with specified recipients
--rules <RULES> path to Nix file specifying recipient public keys [env:
RULES=] [default: ./secrets.nix]
-s, --schema Prints the JSON schema Agenix rules have to conform to
-v, --verbose verbose output
-V, --version Print version information