cli_help.txt 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. Usage:
  2. totp (help | h | ?)
  3. totp version
  4. totp (list | ls)
  5. totp (lsattr | cat) <index>
  6. totp (add | mk | new) <name> [-a <algo>] [-e <encoding>] [-d <digits>] [-l <duration>] [-u] [-b <feature>]...
  7. totp (update) <index> [-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. -a <algo> Token hashing algorithm. Must be one of: sha1, sha256, sha512, steam [default: sha1]
  38. -d <digits> Number of digits to generate, one of: 5, 6, 8 [default: 6]
  39. -e <encoding> Token secret encoding, one of base32, base64 [default: base32]
  40. -l <duration> Token lifetime duration in seconds, between: 15 and 255 [default: 30]
  41. -u Show console user input as-is without masking
  42. -b <feature> Token automation features to be enabled. Must be one of: none, enter, tab [default: none]
  43. # none - No features
  44. # enter - Type <Enter> key at the end of token input automation
  45. # tab - Type <Tab> key at the end of token input automation
  46. # slower - Type slower
  47. -n <name> Token name
  48. -s Update token secret
  49. -f Force command to do not ask user for interactive confirmation
  50. -c <slot> New crypto key slot. Must be between 12 and 100
  51. -k <layout> Automation keyboard layout. Must be one of: QWERTY, AZERTY, QWERTZ