Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 1.01 KB

recipes.md

File metadata and controls

61 lines (39 loc) · 1.01 KB
title
Netlify CLI recipes command

recipes

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

Usage

netlify recipes

Arguments

  • name - name of the recipe

Flags

  • name (string) - recipe name to use
  • debug (boolean) - Print debugging information
Subcommand description
recipes:list List the recipes available to create and modify files in a project

Examples

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

recipes:list

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

Usage

netlify recipes:list

Flags

  • filter (string) - For monorepos, specify the name of the application to run the command in
  • debug (boolean) - Print debugging information

Examples

netlify recipes:list