mirror of
https://github.com/serverless/serverless.git
synced 2025-12-08 19:46:03 +00:00
798 B
798 B
Read this on the main serverless docs site
OpenWhisk - Deploy Function
The sls deploy function command deploys an individual function. This command simply compiles a deployment package with a single function handler. This is a much faster way of deploying changes in code.
serverless deploy function -f functionName
Options
--functionor-fThe name of the function which should be deployed