redhat-developer / odo

odo - Developer-focused CLI for fast & iterative container-based application development on Podman and Kubernetes. Implementation of the open Devfile standard.
https://odo.dev
Apache License 2.0
773 stars 244 forks source link

Add the possibility to indicate the devfile `odo dev -f devfile-redis.yaml` #7212

Closed batleforc closed 4 months ago

batleforc commented 4 months ago

/kind feature

Which functionality do you think we should add?

The possibility to indicate in the CLI which DevFile to use with a cli like odo dev -f devfile-redis.yaml

Why is this needed?

I would like to have multiple DevFile depending on which case I'm working with. ATM I'm working with Eclipse Che and ODO depending if I work with my own computer or if I need to work on the go. Due to this, I tend to have multiple DevFile (like 5 or 6) that are cut for different use case. I would like to have an arg that let me select the DevFile to use like odo dev -f devfile-redis.yaml. That would allow me to launch my env with a redis cluster and not my default DevFile who only include a single redis node and a huge container including all I need to work.

rm3l commented 4 months ago

Thanks for this request, @batleforc. This seems quite similar to the user story depicted in https://github.com/redhat-developer/odo/issues/6600

/triage duplicate

batleforc commented 4 months ago

Thank @rm3l, do I close my issue ? i will watch closely the other issue

rm3l commented 4 months ago

Thank @rm3l, do I close my issue ? i will watch closely the other issue

Closing in favor of https://github.com/redhat-developer/odo/issues/6600

/close not-planned /triage duplicate

openshift-ci[bot] commented 4 months ago

@rm3l: Closing this issue, marking it as "Not Planned".

In response to [this](https://github.com/redhat-developer/odo/issues/7212#issuecomment-1938220184): >> Thank @rm3l, do I close my issue ? i will watch closely the other issue > >Closing in favor of https://github.com/redhat-developer/odo/issues/6600 > >/close not-planned >/triage duplicate Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.