Metadata-Version: 1.0
Name: mfa-cli
Version: 0.3.5
Summary: CLI tool for generating one-time passwords.
Home-page: https://github.com/thiagoalmeidasa/mfa-cli
Author: Thiago Almeida
Author-email: thiagoalmeidasa@gmail.com
License: UNKNOWN
Description: # mfa-cli
        
        [![CI](https://github.com/thiagoalmeidasa/mfa-cli/actions/workflows/ci.yaml/badge.svg)](https://github.com/thiagoalmeidasa/mfa-cli/actions/workflows/ci.yaml)
        
        CLI tool for generating one-time passwords.
        
        ## Instalation
        
        ```bash
        pip install mfa-cli
        ```
        
        ## Usage
        
        ```bash
        $ mfa-cli list-keys --keyfile codes.yml
        $ mfa-cli new-totp --keyfile codes.yml
        $ mfa-cli new-totp --keyfile codes.yml --keyname myservice
        ```
        
Platform: UNKNOWN
