You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 12, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+10-3
Original file line number
Diff line number
Diff line change
@@ -172,7 +172,14 @@ See the [Redirects Documentation](https://www.netlify.com/docs/redirects/) for m
172
172
173
173
Netlify can also create serverless functions for you locally as part of Netlify Functions. The serverless functions can then be run by Netlify Dev in the same way that wold be when deployed to the cloud.
174
174
175
-
A number of function templates are available to get you started, and you can add your own utility functions to suit your own project development needs.
175
+
```
176
+
## list of major functionality
177
+
netlify functions:list
178
+
netlify functions:create
179
+
netlify functions:invoke
180
+
```
181
+
182
+
A number of function templates are available to get you started, and you can add your own utility functions to suit your own project development needs. You can also locally invoke them with test payload data.
176
183
177
184
**Create a new function**
178
185
@@ -250,8 +257,8 @@ netlify functions:invoke --name myfunction --identity # invoke a specific functi
250
257
netlify functions:invoke --name myfunction --no-identity # invoke a specific function without netlify identity headers
0 commit comments