mirror of
https://github.com/google/nomulus.git
synced 2025-07-23 19:20:44 +02:00
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:
parent
e82a40a2fb
commit
a3cade3e20
8 changed files with 147 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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).
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue