You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SFDX_CONTAINER_MODE environment variable was for the sfdx cli. However, the plugin plugin-org still refers to SFDX_CONTAINER_MODE instead of SF_CONTAINER_MODE.
Hello @RupertBarrow 👋 It looks like you didn't include the full Salesforce CLI version information in your issue.
Please provide the output of version --verbose --json for the CLI you're using (sf or sfdx).
A few more things to check:
Make sure you've provided detailed steps to reproduce your issue.
A repository that clearly demonstrates the bug is ideal.
Make sure you've installed the latest version of Salesforce CLI. (docs)
Better yet, try the rc or nightly versions. (docs)
Try running the doctor command to diagnose common issues.
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.
Summary
The SFDX_CONTAINER_MODE environment variable was for the sfdx cli. However, the plugin
plugin-org
still refers to SFDX_CONTAINER_MODE instead of SF_CONTAINER_MODE.Steps To Reproduce
Expected result
SF_CONTAINER_MODE
Actual result
SFDX_CONTAINER_MODE
System Information
N/A
Additional information
The use of these environment variables should be documented somewhere. I have not found how they influence the way the cli works.
The text was updated successfully, but these errors were encountered: