We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello there 👋
It appears this package does not have a command-line interface. It would be handy to have one that could be used like this:
npx speakeasy totp --secret abc123
Is there a particular reason this is not supported? Would you be open to a pull request to support this behavior?
The text was updated successfully, but these errors were encountered:
This is how our team is currently faking a CLI:
alias 2fa="node -pe \"require('/usr/local/lib/node_modules/speakeasy').totp({secret:'xyz123', encoding:'base32'})\""
Sorry, something went wrong.
No branches or pull requests
Hello there 👋
It appears this package does not have a command-line interface. It would be handy to have one that could be used like this:
Is there a particular reason this is not supported? Would you be open to a pull request to support this behavior?
The text was updated successfully, but these errors were encountered: