Netlify CLI recipes command
recipes
Section titled “recipes”Create and modify files in a project using pre-defined recipes
Usage
netlify recipesArguments
- name - name of the recipe
Flags
name(string) - recipe name to usedebug(boolean) - Print debugging informationauth(string) - Netlify auth token - can be used to run this command without logging in
| Subcommand | description |
|---|---|
recipes:list | List the recipes available to create and modify files in a project |
Examples
netlify recipes my-recipenetlify recipes --name my-reciperecipes:list
Section titled “recipes:list”List the recipes available to create and modify files in a project
Usage
netlify recipes:listFlags
filter(string) - For monorepos, specify the name of the application to run the command indebug(boolean) - Print debugging informationauth(string) - Netlify auth token - can be used to run this command without logging in
Examples
netlify recipes:list