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
There's a known issue with the force:auth commands not existing if:
You've installed a tagged version of salesforcedx or salesforce-alm (latest or latest-rc).
You haven't also updated sfdx-cli to the same tag.
In this scenario, the core auth plugin isn't updated to the latest version that's required to support the updated versions of salesforcedx and salesforce-alm.
The workaround is to run either of these commands:
sfdx plugins:install auth@latest
npm update -g sfdx-cli@latest-rc
The text was updated successfully, but these errors were encountered:
There's a known issue with the
force:auth
commands not existing if:salesforcedx
orsalesforce-alm
(latest
orlatest-rc
).sfdx-cli
to the same tag.In this scenario, the core auth plugin isn't updated to the latest version that's required to support the updated versions of
salesforcedx
andsalesforce-alm
.The workaround is to run either of these commands:
sfdx plugins:install auth@latest
npm update -g sfdx-cli@latest-rc
The text was updated successfully, but these errors were encountered: