@devkitvault/recall
v1.0.5
Published
recall CLI — cloud-synced command vault (JavaScript build for npm; no bundled native binary)
Maintainers
Readme
@devkitvault/recall
recall is a cloud-synced CLI command vault — save terminal commands once, search and run them from any machine.
Works with recall.devkitvault.com and the VS Code extension.
Requirements
- Node.js 18 or newer
Install
npm install -g @devkitvault/recallVerify the install:
recall --version
recall doctorQuick start
recall auth login
recall save "docker compose up -d" --name start-stack --tags docker
recall search docker
recall list
recall run start-stackRun recall --help for the full command list.
Authentication
After recall auth login, your session is stored locally so you stay signed in between runs.
recall auth login # sign in (browser or email/password)
recall auth logout # sign out on this machine
recall auth whoami # show the signed-in accountPrefer a standalone binary?
If you do not want Node.js, use the native installer instead — same commands, no runtime required:
- macOS / Linux:
curl -fsSL https://devkitvault.com/recall/install.sh | sh - Windows:
irm https://devkitvault.com/recall/install.ps1 | iex
See devkitvault.com/recall for downloads and docs.
Update
npm update -g @devkitvault/recallTroubleshooting
recall doctor # check install, auth, and API connectivity
recall auth whoami # confirm you are signed inIf something still fails, open an issue on GitHub or visit recall.devkitvault.com.
Links
| | | | --------- | ----------------------------------------------------------------------------------------- | | Website | devkitvault.com/recall | | Dashboard | recall.devkitvault.com | | VS Code | Marketplace | | Issues | github.com/devkitvault/recall |
License
MIT — see LICENSE. © devkitvault
