/tfa

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

Primary LanguageGoMIT LicenseMIT

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

brew install theykk/tap/tfa

Flag usage

tfa -key="GEZDGNBV"

Your 2fa code: 160014

Stdin usage

echo -n "GEZDGNBV" | tfa

Your 2fa code: 160014