You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Cloud DNS](https://cloud.google.com/dns/docs/) allows you to publish your domain names using Google's infrastructure for production-quality, high-volume DNS services. Google's global network of anycast name servers provide reliable, low-latency authoritative name lookups for your domains from anywhere in the world.
8
-
9
-
## Table of Contents
10
-
11
-
*[Setup](#setup)
12
-
*[Samples](#samples)
13
-
*[Zones](#zones)
14
-
*[Running the tests](#running-the-tests)
15
-
16
-
## Setup
17
-
18
-
1. Read [Prerequisites][prereq] and [How to run a sample][run] first.
19
-
1. Install dependencies:
20
-
21
-
With **npm**:
22
-
23
-
npm install
24
-
25
-
With **yarn**:
26
-
27
-
yarn install
28
-
29
-
[prereq]: ../README.md#prerequisites
30
-
[run]: ../README.md#how-to-run-a-sample
31
-
32
-
## Samples
33
-
34
-
### Zones
35
-
36
-
View the [documentation][zones_0_docs] or the [source code][zones_0_code].
37
-
38
-
__Usage:__`node zones.js --help`
39
-
40
-
```
41
-
Commands:
42
-
list Lists all zones in the current project.
43
-
44
-
Options:
45
-
--help Show help [boolean]
46
-
47
-
Examples:
48
-
node zones.js list Lists all zones in the current project.
49
-
50
-
For more information, see https://cloud.google.com/dns/docs
51
-
```
52
-
53
-
[zones_0_docs]: https://cloud.google.com/dns/docs
54
-
[zones_0_code]: zones.js
55
-
56
-
## Running the tests
57
-
58
-
1. Set the **GCLOUD_PROJECT** and **GOOGLE_APPLICATION_CREDENTIALS** environment variables.
0 commit comments