otpcli-1.0.0 doesn't have any documentation.
OTP Cli
A one time password library and CLI tool for generating time-based one time passwords. Also supports RSA Secure tokens (using the rust stoken library)
Installing
You can install with cargo
Features
- [DEFAULT]
copy: build with copy to clipboard support. Adds a--copycli option. - [DEFAULT]
keychain: build with secure secret storage support usingkeyring. rsa_stoken: add instokensupport using the stoken crate.
The copy feature uses clipboard
and that requires a X11 on linux to access the clipboard
CLI
<name> The
)
)
Release process
Releases of otpcli are fully automated using GitHub Actions and initiated from cargo-release.
To trigger a new release, run cargo release <version_change> where <version_change> is one of the support cargo release options:
alphabetarcpatchminormajor