.ie \n(.g .ds Aq \(aq .el .ds Aq ' .TH yage 1 "yage 0.5.0" .SH NAME yage \- A simple tool to manage encrypted secrets in YAML files with age encryption .SH SYNOPSIS \fByage\fR [\fB\-\-completion\fR] [\fB\-v\fR|\fB\-\-verbose\fR]... [\fB\-q\fR|\fB\-\-quiet\fR]... [\fB\-h\fR|\fB\-\-help\fR] [\fB\-V\fR|\fB\-\-version\fR] [\fIsubcommands\fR] .SH DESCRIPTION A simple tool to manage encrypted secrets in YAML files with age encryption .SH OPTIONS .TP \fB\-\-completion\fR=\fISHELL\fR Generate the completion code for this shell .br .br [\fIpossible values: \fRbash, elvish, fish, powershell, zsh] .TP \fB\-v\fR, \fB\-\-verbose\fR Increase logging verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR Decrease logging verbosity .TP \fB\-h\fR, \fB\-\-help\fR Print help .TP \fB\-V\fR, \fB\-\-version\fR Print version .SH SUBCOMMANDS .TP yage\-check(1) Check the encryption status of a YAML file .TP yage\-decrypt(1) Decrypt the values in a YAML file .TP yage\-edit(1) Edit an encrypted YAML file .TP yage\-encrypt(1) Encrypt the values in a YAML file .TP yage\-env(1) Execute a command with the environment from the encrypted YAML file .TP yage\-keygen(1) Generate a new age key .TP yage\-pubkey(1) Convert private age keys to their public key .TP yage\-recipients(1) List the recipients of the encrypted data .TP yage\-re\-encrypt(1) Re\-encrypt the values in a YAML file .TP yage\-help(1) Print this message or the help of the given subcommand(s) .SH VERSION v0.5.0 .SH AUTHORS Gaëtan Lehmann <gaetan.lehmann@gmail.com>