mirror of
https://github.com/google/nomulus.git
synced 2025-08-12 04:29:39 +02:00
Update create_domain command documentation
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=162623002
This commit is contained in:
parent
879fc7a44c
commit
1c015028d9
1 changed files with 4 additions and 4 deletions
|
@ -160,8 +160,8 @@ To tie it all together, let's create a domain name that uses the above contact
|
||||||
and host.
|
and host.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ nomulus -e alpha create_domain fake.example --client acme --admin abcd1234 \
|
$ nomulus -e alpha create_domain fake.example --client acme --admins abcd1234 \
|
||||||
--tech abcd1234 --registrant abcd1234 --nameservers ns1.google.com
|
--techs abcd1234 --registrant abcd1234 --nameservers ns1.google.com
|
||||||
[ ... snip EPP response ... ]
|
[ ... snip EPP response ... ]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -170,8 +170,8 @@ Where:
|
||||||
* `create_domain` is the subcommand to create a domain name. It accepts a
|
* `create_domain` is the subcommand to create a domain name. It accepts a
|
||||||
whitespace-separted list of domain names to be created
|
whitespace-separted list of domain names to be created
|
||||||
* `--client` is used to define the registrar.
|
* `--client` is used to define the registrar.
|
||||||
* `--admin` is the administrative contact's id.
|
* `--admins` is the administrative contact's id(s).
|
||||||
* `--tech` is the technical contact's id.
|
* `--techs` is the technical contact's id(s).
|
||||||
* `--registrant` is the registrant contact's id.
|
* `--registrant` is the registrant contact's id.
|
||||||
* `--nameservers` is a comma-separated list of hosts.
|
* `--nameservers` is a comma-separated list of hosts.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue