Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: reload Config before running command #770

Merged
merged 3 commits into from
Aug 28, 2023

Conversation

mdonnalley
Copy link
Contributor

@mdonnalley mdonnalley commented Aug 25, 2023

Proof of concept for fixing Config mismatch issue described here

$ sf update -v 2.5.7
$ cd plugin-plugins
$ sf plugins link
$ sf plugins --core
    TypeError: this.config.getPluginsList is not a function
$ yarn link @oclif/ocre
$ sf plugins --core
@oclif/plugin-autocomplete 2.3.6 (core)
@oclif/plugin-commands 2.2.22 (core)
@oclif/plugin-help 5.2.17 (core)
@oclif/plugin-not-found 2.3.37 (core)
@oclif/plugin-plugins 3.3.0 (link) /Users/mdonnalley/repos/oclif/plugin-plugins
@oclif/plugin-search 0.0.22 (core)
@oclif/plugin-update 3.1.32 (core)
@oclif/plugin-version 1.3.8 (core)
@oclif/plugin-warn-if-update-available 2.0.48 (core)
@oclif/plugin-which 2.2.30 (core)
@salesforce/cli 2.5.7 (core)
apex 2.3.10 (core)
auth 2.8.12 (core)
data 2.5.6 (core)
deploy-retrieve 1.17.5 (core)
info 2.6.39 (core)
limits 2.3.30 (core)
login 1.2.26 (core)
org 2.10.0 (core)
schema 2.3.23 (core)
settings 1.4.25 (core)
sobject 0.2.4 (core)
source 2.10.31 (core)
telemetry 2.3.0 (core)
templates 55.5.10 (core)
trust 2.6.1 (core)
user 2.3.28 (core)

@mdonnalley mdonnalley merged commit efd1f54 into main Aug 28, 2023
24 checks passed
@mdonnalley mdonnalley deleted the mdonnalley/reload-config-from-command branch August 28, 2023 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant