Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Commit

Permalink
Export instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
vvondra committed Aug 5, 2018
1 parent 807f6f0 commit 30ddf11
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,17 @@ Go to https://lastpass.com/support.php?cmd=showfaq&id=1206
STAGE=prod REGION=us-east-1 ./import.sh -e user@example.com -f export.csv -p lastpass
```

## Export data

You can export your data most easily using the official Bitwarden CLI, this server is API compatible with it.

```bash
npm install -g @bitwarden/cli
bw config server <api gateway url> # e.g. https://abcdefg.execute-api.us-east-1.amazonaws.com/prod/
# follow instructions in terminal about session env variable
bw export
```

## Run on own domain

By default you will get a generated API gateway URL which is quite long. You can use the stack through a custom CNAME of your choice.
Expand Down

0 comments on commit 30ddf11

Please sign in to comment.