@devkitvault/recall 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
# @devkitvault/recall
|
|
2
2
|
|
|
3
|
-
**
|
|
4
|
-
|
|
5
|
-
Your auth token is stored under **`~/.recall/token`** (this npm build does not ship `keytar`; the CLI already falls back to that file when the OS keychain module is unavailable).
|
|
6
|
-
|
|
7
|
-
recall is a **cloud-synced command vault** — same account as [recall.devkitvault.com](https://recall.devkitvault.com) and the [VS Code extension](https://marketplace.visualstudio.com/items?itemName=devkitvault.recall-cmd).
|
|
3
|
+
Global **recall** CLI for **Node.js 18+**. Same vault as [recall.devkitvault.com](https://recall.devkitvault.com) and the [VS Code extension](https://marketplace.visualstudio.com/items?itemName=devkitvault.recall-cmd).
|
|
8
4
|
|
|
9
5
|
## Requirements
|
|
10
6
|
|
|
@@ -25,9 +21,9 @@ recall save "docker compose up -d" -n "start stack"
|
|
|
25
21
|
recall search docker
|
|
26
22
|
```
|
|
27
23
|
|
|
28
|
-
## Native binary
|
|
24
|
+
## Native binary (no Node)
|
|
29
25
|
|
|
30
|
-
|
|
26
|
+
[Install from devkitvault.com](https://devkitvault.com) — standalone executable for Windows, macOS, and Linux.
|
|
31
27
|
|
|
32
28
|
## Publishing (maintainers)
|
|
33
29
|
|