File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ This CLI can be used to build and deploy functions to FaaS.
1111This will generate a Docker image for Node.js.
1212
1313```
14- $ ./faas-cli -action=build -image=alexellis2/hello-function -name=hello-function -handler=./samples/info
14+ $ ./faas-cli -action=build -image=alexellis2/hello-function \
15+ -name=hello-function -handler=./samples/info
1516
1617Building: alexellis2/hello-cli with Docker. Please wait..
1718...
@@ -25,7 +26,8 @@ This will use the handler.js file found in the template/node folder to build a D
2526Now we can deploy the image as a named function called ` hello-function ` .
2627
2728```
28- $ ./faas-cli -action=deploy -image=alexellis2/hello-function -name=hello-function
29+ $ ./faas-cli -action=deploy -image=alexellis2/hello-function \
30+ -name=hello-function
2931
3032200 OK
3133
You can’t perform that action at this time.
0 commit comments