diff --git a/images/walkthrough/serverless-function/create-function-template.gif b/images/walkthrough/serverless-function/create-function-template.gif new file mode 100644 index 000000000..4373d9c09 Binary files /dev/null and b/images/walkthrough/serverless-function/create-function-template.gif differ diff --git a/package.json b/package.json index 00ff12b8d..360550c07 100644 --- a/package.json +++ b/package.json @@ -1763,6 +1763,18 @@ "onCommand:openshift.Serverless.createFunction" ] }, + { + "id": "createFunctionWithGitTemplate", + "title": "Create Function using git template", + "description": "Creates a Function in the mentioned directory with the specified git based template selected. \n[Create Function](command:openshift.Serverless.createFunction)", + "media": { + "image": "images/walkthrough/serverless-function/create-function-template.gif", + "altText": "Create function" + }, + "completionEvents": [ + "onCommand:openshift.Serverless.createFunction" + ] + }, { "id": "buildFunction", "title": "Build Function",