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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user