File tree 1 file changed +4
-14
lines changed
1 file changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -222,20 +222,10 @@ Run the following make command from the project's root directory to lint the Hel
222
222
make lint-helm
223
223
```
224
224
225
- ## Run Code Generation
225
+ ## Update all the generated files
226
226
227
- To ensure all the generated code is up to date , run the following make command from the project' s root directory:
227
+ To update all the generated files , run the following make command from the project' s root directory:
228
228
229
- ` ` ` shell
230
- make generate
231
- ` ` `
232
-
233
- That command also will generate the avro scheme (` .avdl` ) for product telemetry data points.
234
-
235
- # # Update Generated Manifests
236
-
237
- To update the generated manifests, run the following make command from the project' s root directory:
238
-
239
- ```shell
240
- make generate-manifests
229
+ ` ` ` makefile
230
+ make generate-all
241
231
` ` `
You can’t perform that action at this time.
0 commit comments