-
Notifications
You must be signed in to change notification settings - Fork 9
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
Warning: wry:file:replace is not a sfdx command #3
Comments
I got the same error. Any solution yet? |
Same error here. |
I'm getting this same error. When I run 'sfdx plugins', the listing includes: sfdx-wry-plugin 0.0.11 so everything seems okay. Is there maybe an alternative way to invoke wry:file:replace? |
The problem for me was that the entire
Unfortunately, there were a lot of compilation errors, so I had to make the following changes so it would compile: #4 After |
Thanks, @paulie4 the solution you suggested worked for me but only if I'm referencing RecordType as "$R{RecordType.SobjectType.DeveloperName}". If I'm going with the standard sfdx:data:tree:export format for the RecordType, "wry:file:replace" command does nothing (not even throwing an error). Thanks, |
Hi Alex. I'm sorry, but I know almost nothing about this stuff. All I did was fix what was needed to get https://github.com/Vchalem/Health-Cloud---ADK to run (and it had its own problems). What are the details of the error you are getting, and could you come up with a minimal reproduction test case? |
Cleaner workaround - use a git submodule :
|
I am not sure if this tool still used, did not see any options for this built into DX yet. |
What's the error you're getting exactly? We still use it that way and it works for us. Please paste the whole terminal log (commands and outputs) |
You're supposed to add this repo as a git submodule to your current project, not to itself In your error the cloning fails, possibly because of that, but that's a git error. Just add this repo as a submodule to your own repository. Check online how to add submodules to a git repository, then just run the link command, it works fine |
@Esya I resolved the issue with git and submodule and the link is working now, for a regular http set up this worked:
|
Hate to bump this thread, but the new CLI version (7.163.0) appears to have broken the plugin in the same way and the above workaround no longer works. There is an issue open in the cli repo (forcedotcom/cli#1664) for this. |
After success on installation seems that the plugin is not working.
I got the error:
› Warning: wry:file:replace is not a sfdx command.
Did you mean plugins:update? [y/n]:
› Error: Run sfdx help for a list of available commands.
The text was updated successfully, but these errors were encountered: