Skip to content

Netlify CLI recipes command

recipes

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

Usage

Terminal window
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

Terminal window
netlify recipes my-recipe
netlify recipes --name my-recipe

recipes:list

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

Usage

Terminal window
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

Terminal window
netlify recipes:list