-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyage.1
More file actions
58 lines (57 loc) · 1.35 KB
/
yage.1
File metadata and controls
58 lines (57 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.TH yage 1 "yage 0.4.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\-help(1)
Print this message or the help of the given subcommand(s)
.SH VERSION
v0.4.0
.SH AUTHORS
Gaëtan Lehmann <[email protected]>