Skip to content

Commit 61a2131

Browse files
authored
Merge pull request #165 from yangcao77/update-odo-link
update with odo v3 info
2 parents e5bfcb3 + ec27421 commit 61a2131

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ The following are required to build the devfile index container image containing
1717

1818
1) Verify your Devfile stack functions with odo.
1919

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.
2122
- PR tests on this repository will verify this functionality as well.
2223

2324
2) Verify your Devfile stack functions with Che.
@@ -55,7 +56,7 @@ Updating an existing devfile stack is relatively straightforward:
5556
- 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.
5657
4) Test your changes:
5758

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.
5960
5) Open a pull request against this repository with your changes.
6061

6162
## Samples
@@ -100,7 +101,9 @@ To update a sample:
100101

101102
### Odo
102103

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.
104107

105108
### Che
106109

0 commit comments

Comments
 (0)