From 050e734f6f9ebb01a44529918ddd638507f2caec Mon Sep 17 00:00:00 2001 From: mcilwain Date: Wed, 2 Nov 2016 15:03:08 -0700 Subject: [PATCH] Add information to doc on which app the nomulus tool connects to ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=137998955 --- docs/admin-tool.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/admin-tool.md b/docs/admin-tool.md index c96998992..131eae088 100644 --- a/docs/admin-tool.md +++ b/docs/admin-tool.md @@ -9,6 +9,16 @@ recent export failed. Its code lives inside the tools package (`java/google/registry/tools`), and is compiled by building the `nomulus` target in the Bazel BUILD file in that package. +The tool connects to the Google Cloud Platform project (identified by project +ID) that was configured in your implementation of `RegistryConfig` when the tool +was built. See the [configuration guide](./configuration.md) for more +information. The tool can switch between project IDs that represent different +environments within a single overall platform (i.e. the production environment +plus development and testing environments); see the `-e` parameter below. For +example, if the platform is called "acme-registry", then the production project +ID is also "acme-registry", and the project ID for the sandbox environment is +"acme-registry-sandbox". + ## Build the tool To build the `nomulus` tool, execute the following `bazel build` command inside