Skip to content
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

"odo create" supports for dowloading devfile compoent template #2850

Closed
2 tasks
GeekArthur opened this issue Apr 8, 2020 · 3 comments
Closed
2 tasks

"odo create" supports for dowloading devfile compoent template #2850

GeekArthur opened this issue Apr 8, 2020 · 3 comments
Labels
area/devfile-spec Issues or PRs related to the Devfile specification and how odo handles and interprets it. kind/user-story An issue of user-story kind

Comments

@GeekArthur
Copy link
Contributor

/kind user-story

User Story

As a user I want to use the template that is compatible with the devfile I specify during odo create [component type] so that I don't need to bring my own template and I can start working on the component development based on the provided template.

Acceptance Criteria

  • Read the template location directly from devfile and use that template location to download template:
projects:
-
  name: example
  source:
    type: git
    location: https://github.com/golang/example.git
  clonePath: src/github.com/golang/example/
  • Create a new flag like --template to enable the feature of downloading template

That's my initial thought and rough idea 🤔 , please feel free to add comments or questions

/kind user-story
/area devfile

@openshift-ci-robot openshift-ci-robot added kind/user-story An issue of user-story kind area/devfile-spec Issues or PRs related to the Devfile specification and how odo handles and interprets it. labels Apr 8, 2020
@johnmcollier
Copy link
Member

@GeekArthur This seems like a dupe of #2582?

@GeekArthur
Copy link
Contributor Author

@johnmcollier Yeah, essentially they are talking about the same thing, but for the time being we can leave this issue open to keep the rough design, then we can use one issue to track until we finalize the design. Thanks for pointing this out.

@elsony
Copy link

elsony commented Apr 20, 2020

Closing this one since this is a dup of #2582 . Design info can be found on that item.

@elsony elsony closed this as completed Apr 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/devfile-spec Issues or PRs related to the Devfile specification and how odo handles and interprets it. kind/user-story An issue of user-story kind
Projects
None yet
Development

No branches or pull requests

4 participants