Clarify token scan pairs repo and store
This commit is contained in:
+6
-1
@@ -291,7 +291,8 @@ Przyklady:
|
||||
|
||||
## `tokens scan`
|
||||
|
||||
Skanuje remote URL-e w repo i zapisuje znalezione dane do `tokens/tokens.json`.
|
||||
Skanuje remote URL-e w repo oraz lokalny `tokens.json`, laczy wpisy w pary po
|
||||
endpoincie i pokazuje, gdzie przechowywany jest token.
|
||||
|
||||
Przelaczniki:
|
||||
|
||||
@@ -315,6 +316,10 @@ w wierszu `repo` wartosci `kind=plain` i `result=no_credentials`. Jezeli
|
||||
ten sam endpoint istnieje w `tokens.json`, drugi wiersz tego samego `item`
|
||||
pokaze `source=tokens.json`, `token=t1` i `result=present`.
|
||||
|
||||
Ten sam numer `item` oznacza jedna pare logiczna dla jednego endpointu. Wiersz
|
||||
`source=repo` pokazuje stan remote, a wiersz `source=tokens.json` pokazuje stan
|
||||
lokalnego store.
|
||||
|
||||
Przyklad:
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user