From 6cacbadc0d5c9d09b63951415b611db0c599969b Mon Sep 17 00:00:00 2001 From: Kenneth Lewis Date: Fri, 20 Mar 2026 12:11:43 -0700 Subject: [PATCH] remove author --- skills/switching-org/SKILL.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/skills/switching-org/SKILL.md b/skills/switching-org/SKILL.md index 31fcfd7..4b6b2ab 100644 --- a/skills/switching-org/SKILL.md +++ b/skills/switching-org/SKILL.md @@ -3,7 +3,6 @@ name: switching-org description: Switches the active Salesforce org (default target-org) using the Salesforce CLI. Use whenever someone wants to change which org CLI commands run against — whether they say "switch org", "change default org", "set my org to", "use alias", "point to", or describe wanting to work against a specific org, scratch org, sandbox, or production. compatibility: Salesforce CLI (sf) v2+ metadata: - author: afv-library version: "1.0" --- @@ -33,4 +32,4 @@ Switches the active Salesforce org (default target-org) using the Salesforce CLI ## Notes - Unified CLI uses keys like `target-org` and `target-dev-hub`. Legacy sfdx keys (`defaultusername`, `defaultdevhubusername`) are deprecated in this context. -- The sf CLI does not have `--local` or `--scope` flags for config set. Local scope is the default behavior. \ No newline at end of file +- The sf CLI does not have `--local` or `--scope` flags for config set. Local scope is the default behavior.