CLI for the compute cluster...
Usage:
cluster [command]
Available Commands:
ai Run aider with knowledge base context
completion Generate the autocompletion script for the specified shell
deploy Deploy a service to the cluster
help Help about any command
memory-store Memory store management commands
run Run a job in the cluster
search Search documentation using semantic search
Flags:
-h, --help help for cluster
Use "cluster [command] --help" for more information about a command.
## Examples
Deploy a service to the cluster:
```bash
cluster deploy ollama Run a cluster job:
cluster run ping Generate shell completion:
cluster completion bash > /etc/bash_completion.d/cluster Detailed guides are available in the docs/ directory:
- Getting Started - Initial setup and configuration
- Deployment Guide - Service deployment procedures
- Ansible AI Integration - AI-powered infrastructure automation
- Aider Terminal Guide - Using Aider for development
- Workflow Examples - Practical development workflows
Build cluster cli:
cd src
make buildSet up Python development environment:
cluster run install