netlify functions:create <name>
Create a new function locally
Arguments
| Name | Description |
|---|---|
name | Name of your new function file inside your functions directory |
Options
| Name | Description |
|---|---|
-n, --name <name> | Function name |
-u, --url <url> | Pull template from URL |
--debug | Print debugging information |
--httpProxy <httpProxy> | Proxy server address to route requests through |
--httpProxyCertificateFilename <httpProxyCertificateFilename> | Certificate file to use when connecting using a proxy server |