openshift-online/agent-control-plane
Command Claude Code
Start a fresh PostgreSQL container and run all migrations. If a database already exists, this will tear it down first.
Agent control plane for managed OpenShift services
openshift-online/agent-control-plane
Command Claude Code
Start a fresh PostgreSQL container and run all migrations. If a database already exists, this will tear it down first.
openshift-online/agent-control-plane
Command Claude Code
Add a new field to an existing Kind, updating all layers consistently.
openshift-online/agent-control-plane
Command Claude Code
Generate a complete CRUD entity (Kind) using the automated generator script.
openshift-online/agent-control-plane
Command Claude Code
Completely remove a generated Kind and all its artifacts from the project.
openshift-online/agent-control-plane
Command Claude Code
Regenerate the Go client code from OpenAPI specifications. Run this after modifying any openapi/.yaml files.
openshift-online/agent-control-plane
Command Claude Code
Validate that this TRex-spawned project is in a healthy, working state. This command is idempotent — it succeeds if everything is already running and correct, and only fails if something is genuinely broken.
openshift-online/agent-control-plane
Command Claude Code
Build and start the API server with authentication and authorization disabled for local development.
openshift-online/agent-control-plane
Command Claude Code
Run integration tests against a real PostgreSQL database (provisioned automatically via testcontainers).
openshift-online/agent-control-plane
Command Claude Code
Run unit tests against the package and command code (no database required).
openshift-online/agent-control-plane
Command Claude Code
Run all static analysis checks: go vet, format verification, and linting.