Add --set_current_tld_state to UpdateTldCommand

This feature would have been useful earlier when I was changing the TLD state on a sandbox TLD on-the-fly for testing purposes.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=128088578
This commit is contained in:
ctingue 2016-02-07 12:03:01 -05:00 committed by Ben McIlwain
parent e82a40a2fb
commit a3cade3e20
8 changed files with 147 additions and 7 deletions

View file

@ -1,6 +1,7 @@
# App Engine architecture
This document contains information on the overall architecture of the Domain Registry project as it is implemented in App Engine.
This document contains information on the overall architecture of the Domain
Registry project as it is implemented in App Engine.
## Modules

View file

@ -1,3 +1,4 @@
# Developing
Advice on how to do development on the Domain Registry codebase (including how to set up an IDE environment and run tests).
Advice on how to do development on the Domain Registry codebase (including how
to set up an IDE environment and run tests).

View file

@ -1,3 +1,4 @@
# Installation
Information on how to download and install the Domain Registry project and get a working running instance.
Information on how to download and install the Domain Registry project and get a
working running instance.