ct envs
Inspect and build environment Docker images.
Usage
ct envs [OPTIONS] COMMAND [ARGS]...
Options
| Option | Description |
|---|---|
--help | Show this message and exit. |
Commands
| Command | Description |
|---|---|
ct envs build | Build images using docker compose for each environment's compose file. |
ct envs check-docker | Check Docker containers for each environment. |
ct envs context-dump | Generate a full codebase context file for an environment. |
ct envs integration-test-quality | Analyze integration test quality for an environment. |
ct envs list | List environments with task counts, descriptions, and tech stacks. |
ct envs main-tasks | Inspect main tasks by environment. |
ct envs side-tasks | Inspect side tasks by environment. |
ct envs test | Run integration tests for environments in parallel. |
ct envs test-all | Run integration tests for all environments in parallel. |
ct envs test-scorers | Test environment scorers by bringing up each environment and running all scorers. |
ct envs validate | Validate environments against the ControlEnvironment protocol. |