January 2018
Intermediate to advanced
318 pages
7h 6m
English
The fission function update command deploys an updated version of a function. It uses the same options as the fission function create command. For example, if we wanted to update our hello world function to use a different source, we would run the following:
$ fission function update \ --name hello \ --env nodejs \ --code hello-update.js \
Read now
Unlock full access