Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(279)

Unified Diff: README.md

Issue 1085593003: Split `run_config` into `run_config download` and `run_config generate`. (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | bin/generate.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index a33047ac5b84a0e91a7f27941dad4c0aa2736fc7..79fe79bf8d4329a9fe8760aa2f43cf07eadbcbc4 100644
--- a/README.md
+++ b/README.md
@@ -9,13 +9,22 @@ Repository for building the [googleapis] and [googleapis_beta] packages.
- Download & generate APIs using the `config.yaml` configuration:
- $ dart bin/generate.dart run_config
+ $ dart bin/generate.dart run_config download
+
+- Possible reset some of the discovery documents downloaded (e.g. drive,
+ prediction)
+
+- Generate APIs
+
+ $ dart bin/generate.dart run_config generate
- Diff with previous APIs and determine whether to do minor or major version
update. Update CHANGELOG.md files in resources/.
- Update `config.yaml` with new version and generate again.
+ $ dart bin/generate.dart run_config generate
+
- Run tests:
$ pub global activate test_runner
« no previous file with comments | « no previous file | bin/generate.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698