Problem: No command in the miner CLI supports a dry-run/simulate mode — there's no way to see what an operation would do without actually doing it.
Area: AMS / Miner
Proposal: Add a --dry-run flag, honored consistently, to every command that mutates local or remote state.
Deliverables:
--dry-run support across every mutating command, with clear "would have done X" output.
Acceptance criteria:
Problem: No command in the miner CLI supports a dry-run/simulate mode — there's no way to see what an operation would do without actually doing it.
Area: AMS / Miner
Proposal: Add a
--dry-runflag, honored consistently, to every command that mutates local or remote state.Deliverables:
--dry-runsupport across every mutating command, with clear "would have done X" output.Acceptance criteria:
--dry-runmakes zero actual writes, local or remote, and clearly reports what would have happened.