CLI commands
Global help
Section titled “Global help”memost --helpCurrent output:
Usage: memost [options] [command]
Command line tools for Memost.
Options: -V, --version output the version number -h, --help display help for command
Commands: hello Print a test message from the Memost CLI. help [command] display help for commandVersion
Section titled “Version”memost --versionThe current CLI version is 0.1.0.
memost helloPrints:
Hello from Memost CLI.This command is a smoke test for the Commander.js wiring. Future commands should replace it with real workflows such as API authentication, memory import, and deployment checks.