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

Unified Diff: pkg/gcloud/README.md

Issue 804973002: Add appengine/gcloud/mustache dependencies. (Closed) Base URL: git@github.com:dart-lang/pub-dartlang-dart.git@master
Patch Set: Added AUTHORS/LICENSE/PATENTS files Created 6 years 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 | « pkg/gcloud/PATENTS ('k') | pkg/gcloud/TODO » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/gcloud/README.md
diff --git a/pkg/gcloud/README.md b/pkg/gcloud/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..698340fec8f83aed0d33313cd5cc69a516639876
--- /dev/null
+++ b/pkg/gcloud/README.md
@@ -0,0 +1,16 @@
+## Google Cloud Platform
+
+High level interface for Google Cloud Platform APIs
+
+### Running tests
+
+If you want to run the end-to-end tests, a Google Cloud project is required.
+When running these tests the following envrionment variables needs to be set:
+
+ GCLOUD_E2E_TEST_PROJECT
+ GCLOUD_E2E_TEST_KEY
+
+The vaule of the environment variable `GCLOUD_E2E_TEST_PROJECT` is the name
+of the Google Cloud project to use. The value of the environment variable
+`GCLOUD_E2E_TEST_KEY` is a Google Cloud Storage path (starting wiht `gs://`)
+to a JSON key file for a service account providing access to the Cloud Project.
« no previous file with comments | « pkg/gcloud/PATENTS ('k') | pkg/gcloud/TODO » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698