An open API service indexing awesome lists of open source software.

https://github.com/theykk/tfa

tfa is a 2fa cli tool that aims to help you to generate 2fa code on CI/CD pipelines.
https://github.com/theykk/tfa

2fa cli golang pipeline tool

Last synced: about 1 year ago
JSON representation

tfa is a 2fa cli tool that aims to help you to generate 2fa code on CI/CD pipelines.

Awesome Lists containing this project

README

          

# tfa
tfa is 2fa cli tool that aim to help you to generate 2fa code on CI/CD pipelines.

You can provide secret with stdin or flag.
## Install

```shell
brew install theykk/tap/tfa
```

## Flag usage
```shell
tfa -key="GEZDGNBV"
```

> Your 2fa code: 160014

## Stdin usage
```shell
echo -n "GEZDGNBV" | tfa
```

> Your 2fa code: 160014