GitLab Runner Management CLI
Manage GitLab runners - create, configure, deploy, and cancel.
cicerone runner new --name my-runner
Manage AI admin hosts for LLM-powered administration.
cicerone admin new myai --llm-url http://localhost:11434
Manage RAG libraries for context-aware AI queries.
cicerone library new docs --path ~/Documents
Manage SSH nodes for remote administration.
cicerone node add server1 --host 10.0.0.1
Execute commands via LLM with natural language.
cicerone do "check system status"
Run CI/CD pipeline tests and validation.
cicerone pipeline test