From 1b553c9d2dd95f9c4ea37e66f3bffd1a542df1f0 Mon Sep 17 00:00:00 2001 From: reynold Date: Thu, 28 Aug 2025 22:53:02 +0800 Subject: [PATCH] fix: update sf-logs-tail PowerShell examples to require target org - Updated all example commands to include -to MYORG parameter - Aligns with environment where no default org is configured - Ensures consistency between script examples and actual requirements --- sf-logs-tail.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sf-logs-tail.ps1 b/sf-logs-tail.ps1 index a838a36..a20bd77 100644 --- a/sf-logs-tail.ps1 +++ b/sf-logs-tail.ps1 @@ -36,9 +36,9 @@ Show this help message .EXAMPLE - .\sf-logs-tail.ps1 - .\sf-logs-tail.ps1 -lv DEBUG -dr 60 - .\sf-logs-tail.ps1 -ft "MyClass" -ax + .\sf-logs-tail.ps1 -to MYORG + .\sf-logs-tail.ps1 -to MYORG -lv DEBUG -dr 60 + .\sf-logs-tail.ps1 -to MYORG -ft "MyClass" -ax .\sf-logs-tail.ps1 -to sandbox -ui USER123 .NOTES