diff options
| author | Shulhan <ms@kilabit.info> | 2024-06-22 16:35:47 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-06-22 17:21:56 +0700 |
| commit | dbe4f9722bbd63f685b36606abbfd97cbf1dfb10 (patch) | |
| tree | b1eb61d3f75aa60f65541ba51408d3d4a708b48d /README.md | |
| parent | 4eaf76a096a0ba8ba5e687ede23c1dafd9064358 (diff) | |
| download | gotp-dbe4f9722bbd63f685b36606abbfd97cbf1dfb10.tar.xz | |
all: implement command "export"
The "export" command export all issuers to file or standard output,
$ gotp export <FORMAT> [FILE]
List of known supported FORMAT is: uri.
If FILE is not defined it will print to standard output.
The list of exported issuers are printed in order of its label.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -26,6 +26,13 @@ seconds, default to 30 seconds. The ISSUER field is also optional, its define the name of provider that generate the secret. + export <FORMAT> [FILE] + +Export all the issuers to file format that can be imported by provider. +Currently, the only supported FORMAT is "uri". +If FILE is not provided, it will print to the standard output. +The list of exported issuers are printed in order by its label. + gen <LABEL> [N] Generate N number passwords using the secret identified by LABEL. |
