mirror of
https://github.com/valeriangalliat/firefox-sync-cli
synced 2026-03-15 05:05:50 +01:00
Update readme
This commit is contained in:
parent
483481441e
commit
9898e4e853
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
|
@ -55,6 +55,20 @@ Commands:
|
|||
help [command] Display help for command.
|
||||
```
|
||||
|
||||
A typical flow will look like this:
|
||||
|
||||
```sh
|
||||
ffs -c ~/.ffs-creds.json oauth
|
||||
ffs -c ~/.ffs-creds.json colections
|
||||
ffs -c ~/.ffs-creds.json get bookmarks --full
|
||||
```
|
||||
|
||||
During authentication, this will create `~/.ffs-creds.json` to store the
|
||||
credentials necessary to access Firefox Sync.
|
||||
|
||||
Further commands read credentials from this file to use that session to
|
||||
query the API.
|
||||
|
||||
## Authentication
|
||||
|
||||
### Email and password
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue