ATHA / Dry-run

ATHA dry-run for safer package changes

Use ATHA dry-run to simulate package execution without modifying your system. Pair it with plan mode to understand both decision context and execution preview before running real commands.

Recommended flow

  1. Run plan mode to inspect package source and action intent.
  2. Run dry-run to preview execution and dependency impact.
  3. Run actual command only after both checks look safe.
atha install --plan neovim
atha install --dry-run neovim
atha install neovim

Learn more