Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Google Cloud Platform logo

Google Cloud Resource Manager Node.js Samples

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 enables you to programmatically manage these container resources.

Table of Contents

Setup

  1. Read Prerequisites and How to run a sample first.

  2. Install dependencies:

     npm install
    

Samples

Projects

View the documentation or the source code.

Usage: node projects --help

Commands:
  list  List all projects the authenticated user has access to.

Options:
  --help  Show help                                                    [boolean]

Examples:
  node projects list  List projects.

For more information, see https://cloud.google.com/resource-manager/docs/