Memory CLI
Use the LanOnasis CLI to interact with Memory Suite from terminals and automation.
Install
npm i -g @lanonasis/cli
Authenticate
Run the device flow to sign in and cache credentials locally:
lanonasis auth device
Example commands
# Create a memory item
lanonasis memory create --namespace default --text "Hello, Memory Suite" --tags example
# Search
lanonasis memory search --namespace default --query "Hello"
Related docs
- Overview: MaaS Overview
- REST API: Memory REST API
- SDK: Memory SDK