From 859a80d4c1168dc14d03b7c696ca693235a40695 Mon Sep 17 00:00:00 2001 From: Daphne Yang Date: Thu, 16 May 2024 18:36:46 -0400 Subject: [PATCH] fix: update deprecated-cli.md for VSCode Extensions usage --- .github/actions/validate-issue/messages/deprecated-cli.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/validate-issue/messages/deprecated-cli.md b/.github/actions/validate-issue/messages/deprecated-cli.md index db286b57..fb7eee29 100644 --- a/.github/actions/validate-issue/messages/deprecated-cli.md +++ b/.github/actions/validate-issue/messages/deprecated-cli.md @@ -1,7 +1,7 @@ Hello @THE_AUTHOR :wave: -It looks like you're using an outdated version of Salesforce CLI. OLD_CLI is in "maintenance mode" as of July 12, 2023. We highly recommend you move from OLD_CLI to `sf` (v2) ASAP. +It looks like you're using an outdated version of Salesforce CLI. OLD_CLI is no longer supported by the Salesforce Extensions for VSCode as of April 3, 2024. We highly recommend you move from OLD_CLI to `sf` (v2) ASAP. Moving to `sf` (v2) is easy and takes just two commands. Find all the information [here](https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_setup_move_to_sf_v2.htm). -After you move to the latest version of `sf` (v2), run your command again and provide the output of `sf version --verbose --json`. +After you move to the latest version of `sf` (v2), run your command again and see if the CLI upgrade resolves your issue. If the issue still persists, please provide the output of `sf --version` and we can continue diagnosing.