File tree 1 file changed +8
-10
lines changed
libs/docs/src/docs/no-version
1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,14 @@ title: What is a devfile
3
3
description : What is a devfile
4
4
---
5
5
6
- You can use devfiles to automate and simplify your development process
7
- by adopting the existing devfiles that are available in the [ public community registry] ( https://registry.devfile.io/viewer )
8
- or by authoring your own devfiles to record custom instructions to
9
- configure and run your build environment as a YAML-formatted text file.
10
- You can make these devfiles available in the supporting build tools and
11
- IDEs that can automatically process the devfile instructions to configure
12
- and build a running application from a development project.
13
-
14
- Using the recommended best practices from the devfile, the tools and IDE
15
- can:
6
+ ` devfile.yaml ` describes how to configure and run build environment for
7
+ your project in a development container. You can create devfile from scratch or
8
+ adopt existing from [ public community registry] ( https://registry.devfile.io/viewer ) .
9
+
10
+ Certain build tools and IDEs can automatically process the devfile
11
+ to configure and build a running application from a development project.
12
+
13
+ Using devfile, the tools and IDE can:
16
14
17
15
- Take in the repository hosting your application source code.
18
16
You can’t perform that action at this time.
0 commit comments