Open stanislaw-zan-aviva opened 1 week ago
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support.
you can add --dev-debug
as and see the logging, and what's happening. If you have a lot of orgs in org:list
, it can take a while to establish a connection with all of them. If you have a lot of expired orgs, you can run org list --clean
and it will remove those too
Summary
SF CLI commands takes very long time to execute. How can I diagnose what is going on? I suspect it may be due to my corporate laptop network settings - how can I debug it to get what calls are executed within CLI, so I can give a list of them to my IT department?
Steps To Reproduce
Run
sf org list
command orsf org display
Expected result
They should run faster, comfortable under 10 seconds
Actual result
They are running very slow, in range 60-300 seconds
Additional information
%{ "{0:o}: {1}" -f (Get-Date), $_ }
is used to get timestamps.sf org list
command:it took 241 seconds
sf org display
command:it took 66 seconds
System Information