-
Notifications
You must be signed in to change notification settings - Fork 244
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
Add ability to create application resource/template from stack #2582
Comments
Added more details on the requirement on the description |
Based on the Sprint plan discussion, we need to figure out a better name than |
@upLukeWeston and I added some notes on this issue here |
FYI, this issue #2850 description includes the rough design for template support, we can discuss and finalize the design later then just use one issue for tracking purpose. |
This item is done with the remaining issues have separate items opened |
User Story
As a user, I want to be able to use odo to point to a devfile/stack that has its own application template associated with it, and have the template generated on my disk. This will be similar to the
appsody init
command that we're trying to replicate in odo.Acceptance Criteria
sparseCheckoutDir
is set, need to pull down the specified folder from the git repo, rather than the entire repoexperimental flag has been enabled
the component is a devfile component
there is a project defined in the devfile of the given component
odo component create
command called with a--downloadSource
flagdevInit
, the devInit command will be executed at the end of theodo component create
to do any init setup that the stack needsdevInit
command should function similarly (if not equivalently) to theappsody init
commandLinks
CC @neeraj-laad
/kind user-story
/area devfile
The text was updated successfully, but these errors were encountered: