[7.x] Generate APIs using Elastic build artifacts API

This commit is contained in:
Seth Michael Larson
2021-04-19 14:39:21 -05:00
parent bde62d79a4
commit f8ffb2cd0a
24 changed files with 822 additions and 53 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ To run the code generation make sure you have pre-requisites installed:
Then you should be able to run the code generation by invoking:
```
$ python utils/generate-api.py
$ python utils/generate-api.py 8.0.0-SNAPSHOT
```
## Contributing Code Changes