Skip to content

Commit

Permalink
Upgrade repo tools and regenerate READMEs. (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry authored May 10, 2017
1 parent 564507a commit d5e67c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
14 changes: 6 additions & 8 deletions packages/google-cloud-resourcemanager/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[![Build](https://storage.googleapis.com/cloud-docs-samples-badges/GoogleCloudPlatform/nodejs-docs-samples/nodejs-docs-samples-resource-manager.svg)]()

Google Cloud Platform provides container resources such as Organizations and Projects, that allow you to group and hierarchically organize other Cloud Platform resources. This hierarchical organization lets you easily manage common aspects of your resources such as access control and configuration settings. The [Google Cloud Resource Manager API](https://cloud.google.com/resource-manager/docs) enables you to programmatically manage these container resources.
Google Cloud Platform provides container resources such as Organizations and Projects, that allow you to group and hierarchically organize other Cloud Platform resources. This hierarchical organization lets you easily manage common aspects of your resources such as access control and configuration settings. The [Cloud Resource Manager API](https://cloud.google.com/resource-manager/docs/) enables you to programmatically manage these container resources.

## Table of Contents

Expand All @@ -18,11 +18,11 @@ Google Cloud Platform provides container resources such as Organizations and Pro
1. Read [Prerequisites][prereq] and [How to run a sample][run] first.
1. Install dependencies:

With `npm`:
With **npm**:

npm install

With `yarn`:
With **yarn**:

yarn install

Expand All @@ -33,7 +33,6 @@ Google Cloud Platform provides container resources such as Organizations and Pro

### Projects


View the [documentation][projects_0_docs] or the [source code][projects_0_code].

__Usage:__ `node projects.js --help`
Expand All @@ -56,15 +55,14 @@ For more information, see https://cloud.google.com/resource-manager/docs

## Running the tests

1. Set the `GCLOUD_PROJECT` and `GOOGLE_APPLICATION_CREDENTIALS` environment
variables.
1. Set the **GCLOUD_PROJECT** and **GOOGLE_APPLICATION_CREDENTIALS** environment variables.

1. Run the tests:

With `npm`:
With **npm**:

npm test

With `yarn`:
With **yarn**:

yarn test
2 changes: 1 addition & 1 deletion packages/google-cloud-resourcemanager/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"yargs": "7.1.0"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "1.4.7",
"@google-cloud/nodejs-repo-tools": "1.4.13",
"ava": "0.19.1",
"proxyquire": "1.7.11",
"sinon": "2.1.0"
Expand Down

0 comments on commit d5e67c0

Please sign in to comment.