updated the readme for the generate scripts
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
Generate the API using the es [REST api spec](https://github.com/elasticsearch/elasticsearch-rest-api-spec).
|
||||
|
||||
to run, call `grunt`, or for just this task run `grunt generate:js_api`.
|
||||
|
||||
To force a regen, delete the old `src/lib/api.js` file.
|
||||
run by calling `npm run generate`. Force it to update, even if their has not been a new commit, but calling with `--force` or `-f`
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
Download the yaml suite's test specs, runs before each run of the suite to ensure they are up to date, and will re-downloaded every day.
|
||||
Download the yaml suite's test specs, runs before each run of the suite to ensure they are up to date.
|
||||
|
||||
to run, call `grunt` or for this specific task, `grunt generate:yaml_suite`.
|
||||
|
||||
To force a regen, delete the old `test/integration/yaml_suite/tests` directory.
|
||||
run by calling `npm run generate`. Force it to update, even if their has not been a new commit, but calling with `--force` or `-f`
|
||||
|
||||
Reference in New Issue
Block a user