blob: a083c5e1ffd0e2ecf9699523d819144ab759b747 (
plain) (
blame)
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
|
.Dd Jun 10, 2022
.Dt INDEX 7
.Os "Christian Segundo"
.
.Sh NAME
.Nm awscli-plugin-passtotp
.Nd AWS CLI plugin to directly talk to
.Lk https://www.passwordstore.org pass
for OATH-TOTP keys
.
.Sh DESCRIPTION
.Nm
enables
.Lk https://aws.amazon.com/cli/ aws-cli
to directly talk to
.Lk https://www.passwordstore.org pass
to acquire an OATH-TOTP code using the
.Lk https://github.com/tadfisher/pass-otp pass-otp
extension.
.
.Ss Source Code
.Bl -bullet -compact
.It
download current or past
.Lk /awscli-plugin-passtotp/refs/tags releases
.It
clone the repo:
.Dl git clone https://git.segundo.io/awscli-plugin-passtotp
.It
see the
.Lk /awscli-plugin-passtotp/tree/README README
for instructions
.El
.
.Ss Packages
.Bl -bullet -compact
.It
.Lk https://pypi.org/project/awscli-plugin-passtotp/ PyPI
.El
|