Skip to main content

Run Recipes

Run all enabled recipes in sequence.

Summary

The run-recipes command discovers and executes all registered recipes in sequence. This is the single command that replaces chaining individual recipe commands.

Why Use This Command?

  • One command to rule them all — Instead of chaining nova recipe package-json sync-identity && nova recipe package-json sync-ownership && ..., run a single nova utility run-recipes.
  • Consistent ordering — Recipes execute in their registered order, ensuring dependencies between recipes are respected.

Requirements

Usage

# Original
nova utility run-recipes [options]

# Shorthand
nova util run-rcp [options]

Options

FlagDescription
-d, --dry-runPreview changes without modifying files.
-r, --replace-fileOverwrite the original file instead of creating a backup.