@exybit/cli
v0.7.2
Published
Exybit CLI — TUI client for the Exybit AI engine over WebSocket
Readme
@exybit/cli
CLI client for Exybit AI — connects to the ai-api server via WebSocket.
Install
npm install -g @exybit/cliUsage
exybitConfiguration is stored at ~/.exybit/config.json:
{
"vpsUrl": "wss://ai.exybit.org",
"apiKey": "<your-api-key>",
"model": "default"
}Deployment
Publishing to npm
npm version <major|minor|patch>
npm run build
npm publish --access publicRequires a granular access token (bypass 2FA, owner: junreytejas) set in ~/.npmrc:
//registry.npmjs.org/:_authToken=<token>Updating users
After publishing, users update with:
npm update -g @exybit/cli