@pajamadot/pajama 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,6 +31,7 @@ pajama evolve policy --project-id <project-uuid>
|
|
|
31
31
|
pajama evolve arena-latest --project-id <project-uuid>
|
|
32
32
|
pajama evolve arena-run --project-id <project-uuid>
|
|
33
33
|
pajama evolve arena-iterate --project-id <project-uuid> --iterations 300 --time-budget-ms 300000
|
|
34
|
+
pajama evolve arena-campaign --max-projects 10 --iterations-per-project 200 --time-budget-ms 600000
|
|
34
35
|
```
|
|
35
36
|
|
|
36
37
|
## Environment Variables
|