Class: Rigor::CLI::UpgradeCommand
- Defined in:
- lib/rigor/cli/upgrade_command.rb
Overview
‘rigor upgrade` — the ADR-50 WD7 migration command skeleton.
The real body lands when a concrete backwards-compatibility break gives it a target (e.g. re-running ‘baseline regenerate` against a strengthened default profile, surfacing renamed suppression ids, reporting `bleeding_edge:` graduations). Until then it prints the current version and notes that upgrade is queued.
Constant Summary collapse
- USAGE =
"Usage: rigor upgrade [options]"
Instance Method Summary collapse
-
#run ⇒ Integer
CLI exit status.
Methods inherited from Command
Constructor Details
This class inherits a constructor from Rigor::CLI::Command