Back to Netlify

Netlify CLI recipes command

docs/commands/recipes.md

26.0.11.2 KB
Original Source

recipes

<!-- AUTO-GENERATED-CONTENT:START (GENERATE_COMMANDS_DOCS) -->

Create and modify files in a project using pre-defined recipes

Usage

bash
netlify recipes

Arguments

  • name - name of the recipe

Flags

  • name (string) - recipe name to use
  • debug (boolean) - Print debugging information
  • auth (string) - Netlify auth token - can be used to run this command without logging in
Subcommanddescription
recipes:listList the recipes available to create and modify files in a project

Examples

bash
netlify recipes my-recipe
netlify recipes --name my-recipe

recipes:list

List the recipes available to create and modify files in a project

Usage

bash
netlify recipes:list

Flags

  • filter (string) - For monorepos, specify the name of the application to run the command in
  • debug (boolean) - Print debugging information
  • auth (string) - Netlify auth token - can be used to run this command without logging in

Examples

bash
netlify recipes:list

<!-- AUTO-GENERATED-CONTENT:END -->