Command Usage
RayLimit exposes a small public CLI:
discoverinspectlimitversion
That small surface is intentional. The product depth comes from the decision model and the backend evidence, not from a long list of commands.
Recommended Operator Order
The normal order is:
discoverinspectlimit
version is informational and can be used anywhere.
Output Formats
The command surface consistently supports text and json where structured output matters:
discover --format text|jsoninspect --format text|jsonlimit --format text|json
Text is optimized for terminal reading. JSON is optimized for tooling, logs, and automation.
Common Prefixes
Installed path:
raylimit ...Direct source path:
go run ./cmd/raylimit ...Built binary path:
./bin/raylimit ...The command behavior is the same. Only the launch path changes.
How To Read limit Output
The limit report is the heart of the CLI. In text mode it is organized around:
Requested stateObservationDecisionPlanExecutionOutcome
If you are new to RayLimit, learn that report before you trust live execution.