From 4191cda8ad894abed72662db84a9d76d59c102f7 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Tue, 28 Feb 2023 13:51:55 +0000 Subject: [PATCH] feat!: Remove beta Python support for Salesforce Functions Support for Salesforce Functions is being retired: https://devcenter.heroku.com/articles/salesforce-functions-retirement Since Python support for Salesforce Functions is still in beta, support for it is being removed now, prior to that of the GA Functions languages. GUS-W-12613694. --- README.md | 12 ++++++------ src/commands/generate/function.ts | 6 +----- src/commands/run/function/start/local.ts | 2 +- test/commands/run/function/start/local.test.ts | 12 ------------ 4 files changed, 8 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 8e7599ac..ef000d85 100644 --- a/README.md +++ b/README.md @@ -482,11 +482,11 @@ Create a Salesforce Function with basic scaffolding specific to a given language ``` USAGE - $ sf generate function -l java|javascript|python|typescript [-n | ] + $ sf generate function -l java|javascript|typescript [-n | ] FLAGS -l, --language=