copies current 2fa code to the clipboard
acode [Options]
Options:
-a Add key
-k [Key name] get code for named key
-r [Key name] Remove named key
- install globally
yarn global add 2fa-cli-util
or
npm i -g 2fa-cli-util
run from terminal (this should now be available system-wide)
acode
- allow fetching / synchronisation of keys from secret manager or similar
- Integrate import script to tool [PARTIALLY COMPLETE]
- Add checks for import (ie, is there existing config) and merge options.
The is an import script here which can map from the exported format to that required by this tool. Run from the command line with yarn run import
and then provide the path the exported file.