You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,8 @@ The following are required to build the devfile index container image containing
17
17
18
18
1) Verify your Devfile stack functions with odo.
19
19
20
-
- Core odo functions such as `odo create --devfile <devfile.yaml>`, `odo push`, `odo url create` should work with the devfile.
20
+
- Core odo v2 functions such as `odo create --devfile <devfile.yaml>`, `odo push`, `odo url create` should work with the devfile.
21
+
- Core odo v3 functions such as `odo init`, `odo dev`, `odo deploy` should work with the devfile.
21
22
- PR tests on this repository will verify this functionality as well.
22
23
23
24
2) Verify your Devfile stack functions with Che.
@@ -55,7 +56,7 @@ Updating an existing devfile stack is relatively straightforward:
55
56
- When updating a stack with a newer version of the devfile specification (e.g., 2.1.0 -> 2.2.0), the previous version of the stack **must** be kept for a minimum of one (1) year.
56
57
4) Test your changes:
57
58
58
-
- Minimally, testing with odo (`odo create`, `odo push`, etc) is recommended, however if your Devfile is used with other tools, it's recommended to test there as well.
59
+
- Minimally, testing with odo v2 (`odo create`, `odo push`, etc) and odo v3 (`odo init`, `odo dev`, etc) is recommended, however if your Devfile is used with other tools, it's recommended to test there as well.
59
60
5) Open a pull request against this repository with your changes.
60
61
61
62
## Samples
@@ -100,7 +101,9 @@ To update a sample:
100
101
101
102
### Odo
102
103
103
-
`odo create`and `odo push` to test devfile changes. See [Odo Doc](https://odo.dev/docs/using-odo/create-component) for more details.
104
+
odo v2: `odo create`and `odo push` to test devfile changes. See [odo v2 Doc](https://odo.dev/docs/2.5.0/using-odo/create-component) for more details.
105
+
106
+
odo V3: `odo init`and `odo dev` to test devfile changes. See [odo v3 Doc](https://odo.dev/docs/command-reference/init) for more details.
0 commit comments