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.
- Host: GitHub
- URL: https://github.com/theykk/tfa
- Owner: TheYkk
- License: mit
- Created: 2021-10-26T16:51:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-26T17:18:49.000Z (over 4 years ago)
- Last Synced: 2024-06-20T08:14:24.790Z (about 2 years ago)
- Topics: 2fa, cli, golang, pipeline, tool
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 28
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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