cli_help.txt 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. Usage:
  2. totp (help | h | ?)
  3. totp version
  4. totp (list | ls)
  5. totp (lsattr | cat) <index>
  6. totp (add | mk | new) <name> [-t <type>] [-i <counter>] [-a <algo>] [-e <encoding>] [-d <digits>] [-l <duration>] [-u] [-b <feature>]...
  7. totp (update) <index> [-t <type>] [-i <counter>] [-a <algo>] [-e <encoding>] [-n <name>] [-d <digits>] [-l <duration>] [-u] [-s] [-b <feature>]...
  8. totp (delete | rm) <index> [-f]
  9. totp (move | mv) <index> <new_index>
  10. totp pin (set | remove) [-c <slot>]
  11. totp notify [<notification>...]
  12. totp (timezone | tz) [<timezone>]
  13. totp reset
  14. totp automation [-k <layout>] [<automation>...]
  15. Commands:
  16. help, h, ? Show command usage help
  17. version Get application version
  18. list, ls List all available tokens
  19. lsattr, cat Displays token details
  20. add, mk, new Add new token
  21. update Update existing token
  22. delete, rm Delete existing token
  23. move, mv Move token
  24. pin Set\change\remove PIN
  25. notify Get or set notification method
  26. timezone, tz Get or set current timezone
  27. reset Reset application to default settings
  28. automation Get or set automation settings
  29. Arguments:
  30. name Token name
  31. index Token index in the list
  32. new_index New token index in the list
  33. notification Notification method to be set. Must be one of: none, sound, vibro
  34. timezone Timezone offset in hours to be set
  35. automation Automation method to be set. Must be one of: none, usb, bt
  36. Options:
  37. -t <type> Token type. Must be one of: totp, hotp [default: totp]
  38. -i <counter> Token initial counter. Applicable for HOTP tokens only. Must be positive integer number [default: 0]
  39. -a <algo> Token hashing algorithm. Must be one of: sha1, sha256, sha512, steam [default: sha1]
  40. -d <digits> Token digits count. Must be one of: 5, 6, 8 [default: 6]
  41. -e <encoding> Token secret encoding, one of base32, base64 [default: base32]
  42. -l <duration> Token lifetime duration in seconds. Applicable for TOTP tokens only. Must be between: 15 and 255 [default: 30]
  43. -u Show console user input as-is without masking
  44. -b <feature> Token automation features to be enabled. Must be one of: none, enter, tab [default: none]
  45. # none - No features
  46. # enter - Type <Enter> key at the end of token input automation
  47. # tab - Type <Tab> key at the end of token input automation
  48. # slower - Type slower
  49. -n <name> Token name
  50. -s Update token secret
  51. -f Force command to do not ask user for interactive confirmation
  52. -c <slot> New crypto key slot. Must be between 12 and 100
  53. -k <layout> Automation keyboard layout. Must be one of: QWERTY, AZERTY, QWERTZ