@zenku/cli
v0.1.29
Published
Zenku CLI — manage PocketBase services from the terminal.
Readme
@zenku/cli
Command-line interface for the Zenku platform.
Install
npm (requires Node.js)
npm install -g @zenku/cliShell script (no Node.js required)
Downloads the standalone binary to /usr/local/bin (override with ZENKU_INSTALL_DIR):
curl -fsSL https://unpkg.com/@zenku/cli/install.sh | shnpx (no install, runs latest)
npx @zenku/cli --helpUpdate
npm
npm update -g @zenku/cliShell script
Re-run the install command — it overwrites the existing binary:
curl -fsSL https://unpkg.com/@zenku/cli/install.sh | shUninstall
npm
npm uninstall -g @zenku/cliShell script
Remove the binary from where it was installed:
rm /usr/local/bin/zenkuIf you used a custom ZENKU_INSTALL_DIR, remove it from there instead.
Features
- Profile Management — Named connection profiles for Zenku services
- Authentication — Password, OTP, and OAuth2 (PKCE) login flows with automatic token refresh
- Library — AI agent memory: agents, knowledge nodes, sessions, messages, summaries
- Kanban — Project management: projects, issues, boards, labels, comments, issue links
- RBAC — Account and role management: accounts, members, invitations, roles
Usage
zenku login # Interactive login
zenku whoami # Show current user
zenku library agents list # List AI agents
zenku kanban issues list # List kanban issues
zenku accounts list # List RBAC accounts
zenku --json library nodes list # JSON output (for scripts/AI agents)
zenku --help # Show all commandsLicense
Proprietary — see LICENSE.
