@erdoai/cli 0.49.0 → 0.49.1
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1722,7 +1722,7 @@ wsCmd.command("arm <slug>").description("Arm the recurring reconciliation loop (
|
|
|
1722
1722
|
}
|
|
1723
1723
|
);
|
|
1724
1724
|
wsCmd.command("ledger <slug>").description(
|
|
1725
|
-
"Read the allocator's single ledger view \u2014 budget, experiments + observations, judge calibration, attention items, allocator recommendation"
|
|
1725
|
+
"Read the allocator's single ledger view \u2014 budget, experiments + observations, judge calibration, the decisions currently in force, attention items, allocator recommendation"
|
|
1726
1726
|
).option("--observations <n>", "observations to include per experiment", (v) => parseInt(v, 10)).action(async (slug, opts) => {
|
|
1727
1727
|
try {
|
|
1728
1728
|
print(await new ErdoClient().readWorkstreamLedger(slug, opts.observations));
|