-
Notifications
You must be signed in to change notification settings - Fork 78
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
sfdx commands --json
repeats commands
#1777
Comments
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. |
Hi @surajp - I was able to recreate the above behavior. This is actually an OCLIF plugin-commandslevel behavior bug, you can tell by running cc: @mdonnalley |
This issue has been linked to a new work item: W-11983167 |
@WillieRuemmele Thanks. I'm aware that |
@surajp, I'm not sure why some commands are duplicated... I'd need to look into it more. However, |
@WillieRuemmele Thank you. The script I use offers fuzzy search and more features than the standard |
Summary
Certain commands are repeated and show up in twice in the output of
sfdx commands --json
. This creates unncesseary clutter in my autocomplete script. Makes me wonder ifsource
commands are repeated in multiple core plugins.Steps To Reproduce:
sfdx commands --json > allcommands.json
force:source:pull
in theallcommands.json
file generated above.Expected result
The JSON for
force:source:pull
occurs twice in the file.Actual result
The JSON for
force:source:pull
should appear only once in the file.System Information
The text was updated successfully, but these errors were encountered: