Implement Backstage Custom Action for odo init
#7116
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 contributor contributing a template to my organization, I want to have a set of custom actions allowing me to execute
odo
from Backstage So that my template could provide additional functionality.For example, my template could prompt users to select a Devfile, and then using this information, the template could include action steps to generate a starter project off of the Devfile selected, using
odo init
.Acceptance Criteria
devfile:odo:component:init
custom action executingodo init
devfile:odo:command
custom action executing anyodo
commandRemaining:
odo
binary with this custom action plugin. Currently, we assume the integrator has to installodo
in the environment the Backstage instance is running inRelated Epic: #7114
The text was updated successfully, but these errors were encountered: