OTPClient-CLI - command-line for OTPClient
OTPClient-CLI is simplified version of OTPClient.
Help Options:
GApplication Options:
Application Options:
- -d,
--database
- (optional) path to the database. Default value is taken from
otpclient.cfg
- -s,
--show
- Show a token for a given account.
- -a,
--account
- Account name (to be used with --show, mandatory)
- -i,
--issuer
- Issuer (to be used with --show, optional)
- -m,
--match-exact
- Match exactly the provided account/issuer (to be used with --show,
optional)
- -n,
--show-next
- Show also next OTP (to be used with --show, optional)
- -l,
--list
- List all accounts and issuers for a given database.
- --import
- Import a database.
- --export
- Export a database.
- -t,
--type
- The import/export type for the database (to be used with
--import/--export, mandatory). Must be either one of:
andotp_plain, andotp_encrypted, aegis_plain, aegis_encrypted,
authpro_plain, authpro_encrypted, twofas_plain, twofas_encrypted,
freeotpplus_plain
- -f,
--file
- File to import (to be used with --import, mandatory).
- -o,
--output-dir
- The output directory (defaults to the user's home. To be used with
--export, optional)
- -v,
--version
- Show the program version.
otpclient-cli [option 1] [option 2] ...
For other information and tutorials, see:
- •
- https://github.com/paolostivanin/OTPClient/wiki
OTPClient-CLI was written by Paolo Stivanin.
This manual page was written by Francisco Vilmar Cardoso Ruviaro
for the Debian project (but may be used by others).