Auto-install odo
binary with Backstage plugin
#7137
Labels
area/backstage
Issues or PRs related to the Backstage integration
kind/user-story
An issue of user-story kind
priority/High
Important issue; should be worked on before any other issues (except priority/Critical issue(s)).
Milestone
As a Backstage integrator, I would like the
odo
plugin to automatically install theodo
binary for my current OS/Arch, so that I don't have to manually download and installodo
.Currently, the custom actions plugin assumes there is already an
odo
binary available on the system the Backstage instance is running on.https://github.com/rm3l/backstage-odo-devfile-plugin
Acceptance Criteria
odo
binary when I install the Backstage plugin withyarn add
. This is do-able via apostinstall
hook: https://docs.npmjs.com/cli/v10/using-npm/scripts3.15.0
(notlatest
)odo
from the downloaded path, and if it does not exist, they should expect it to be available on the systemPATH
The text was updated successfully, but these errors were encountered: