From 0c7023dec618670a857c018397cfc8ee9a1a637b Mon Sep 17 00:00:00 2001 From: Spencer Alger Date: Wed, 4 Dec 2013 20:16:18 -0600 Subject: [PATCH] updated the readme for the generate scripts --- scripts/generate/js_api/README.md | 4 +--- scripts/generate/yaml_tests/README.md | 6 ++---- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/scripts/generate/js_api/README.md b/scripts/generate/js_api/README.md index 32964d7fa..e1fee6372 100644 --- a/scripts/generate/js_api/README.md +++ b/scripts/generate/js_api/README.md @@ -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` diff --git a/scripts/generate/yaml_tests/README.md b/scripts/generate/yaml_tests/README.md index 4effcdff0..c4ef05746 100644 --- a/scripts/generate/yaml_tests/README.md +++ b/scripts/generate/yaml_tests/README.md @@ -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`