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
Copy file name to clipboardExpand all lines: docs/tutorials/CLI-with-node.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -232,3 +232,7 @@ Type in `faas-cli rm --help` for more information.
232
232
> Did you know we also have a UI and Prometheus metrics built-into the stack? Head over to the [GitHub repo](https://github.com/alexellis/faas) to read more and to **Star** the repository.
233
233
234
234
That concludes the coffee break - we just built and deployed our first Serverless Node.js OpenFaaS function - "Look Ma! No UI!" You can find help for any of the commands by passing in the `--help` parameter.
235
+
236
+
* Acknowledgements:
237
+
238
+
This post is based upon [Morning coffee with the OpenFaaS CLI](https://blog.alexellis.io/quickstart-openfaas-cli/) by Alex Ellis
Copy file name to clipboardExpand all lines: docs/tutorials/first-python-function.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -301,3 +301,7 @@ Want to know more about the OpenFaaS Serverless framework for containers?
301
301
302
302
**Learn Docker**
303
303
If you want to learn more about [Docker](https://www.docker.com/community-edition) for DevOps and developers, checkout [my Docker series](https://blog.alexellis.io/tag/docker/).
304
+
305
+
* Acknowledgements:
306
+
307
+
This post is based upon [Your first serverless Python function with OpenFaaS](https://blog.alexellis.io/first-faas-python-function/) by Alex Ellis
0 commit comments