From 200e90d3800cb4edf335612a2590b93d10e93a3c Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Sun, 1 Oct 2017 22:03:27 +0100 Subject: [PATCH] Add function invocation list / invoke output --- TestDrive.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/TestDrive.md b/TestDrive.md index 7a23a270..a614d819 100644 --- a/TestDrive.md +++ b/TestDrive.md @@ -85,12 +85,22 @@ You can access the sample functions via the command line with a HTTP POST reques ``` $ echo "# Test *Drive*"| faas-cli invoke func_markdown +

Test Drive

``` * List your functions ``` $ faas-cli list +Function Invocations Replicas +func_echoit 0 1 +func_base64 0 1 +func_decodebase64 0 1 +func_markdown 3 1 +func_nodeinfo 0 1 +func_wordcount 0 1 +func_hubstats 0 1 +func_webhookstash 0 1 ``` **UI portal:**