allow `.devfile.yaml`
See original GitHub issuedevfile.yaml
is not really something you want to have listed in your project explorer or listed in directory constantly.
Would be great if che would look for .devfile.yaml
if devfile.yaml
is not found.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:5
- Comments:22 (13 by maintainers)
Top Results From Across the Web
Chapter 4. Authoring devfiles - Red Hat Customer Portal
A devfiles is a YAML file that CodeReady Workspaces consumes and transforms into a cloud workspace composed of multiple containers. It is possible...
Read more >Introduction to Devfile - GitHub Pages
This is as simple as create devfile.yaml file in the root of your GH repo, and then execute the ... It is allowed...
Read more >Configuring your Dev Environment - Amazon CodeCatalyst
A devfile is an open standard that allows you to standardize development Dev Environments using a YAML file in which you codify the...
Read more >devfile/devfile.yaml at main · redhat-developer/devfile - GitHub
Go to file T · Go to line L · Copy path · Copy permalink.
Read more >Building a custom devfile registry
... enabling them to use devfiles to simplify and improve their containerized ... Verify every devfile stack contains at least one devfile.yaml file....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
if @l0rd don’t mind I think we can take this task to the next sprint. We need to agree on the order of the search. Is this correct order correct, any addition?
devfile.yaml
.devfile.yaml
After some investigation, i found that we cannot show warning on factory accepting stage (at least without serious factory and dashb refactoring) 😦 So i have created another one for dashb to make source filename more visible for the user: https://github.com/eclipse/che/issues/17606 I think it should be enough for the time being.