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
[gen-readme] For generated readme scripts, replace absolute paths (#1949)
## Summary
Plugins v2 allow scripts that may have `Virtenv` or `DevboxDir` in them.
This causes the commands to show up as absolute paths in the readme.
This fixes that issue.
An alternative is to read the raw scripts from the plugin (including the
un-templatized string). This may be a better solution long term, but is
more work and would require specially plugin parsing only for the readme
generation so I punted on that approach for now.
## How was it tested?
Tested with new go monorepo plugin
jetify-com/devbox-plugins#7
0 commit comments