@@ -47,8 +47,8 @@ Use `mdr set username <name>` and `mdr set password <pass>` for this!
4747 - ` -h ` , ` --host ` \< host\> - Host name of the template record ** [ required] **
4848 - ` -a ` , ` --address ` \< address\> - Address, url or host name of new record ** [ required] **
4949 - ` details ` , ` info ` - Get dns details from a domain
50- - ` -d ` , ` --domain ` <domain > - Domain name ** [ required] **
51- - ` -t ` , ` --tld ` <tld > - TLD extension of the domain name ** [ required] **
50+ - ` -d ` , ` --domain ` \ < domain\ > - Domain name ** [ required] **
51+ - ` -t ` , ` --tld ` \ < tld\ > - TLD extension of the domain name ** [ required] **
5252 - ` modify ` , ` mod ` - Modify dns records
5353 - ` -d ` , ` --domain ` \< domain\> - Domain name ** [ required] **
5454 - ` -t ` , ` --tld ` \< tld\> - TLD extension of the domain name ** [ required] **
@@ -61,10 +61,16 @@ Use `mdr set username <name>` and `mdr set password <pass>` for this!
6161 - ` -s ` , ` --sort ` - Sort the list. Valid options are domein, registrant, admin, tech, verloopdatum or status ** [ optional] **
6262 - ` -o ` , ` --order ` - Specify in which order it should be shown (asc or desc) ** [ optional] **
6363 - ` -b ` , ` --begin ` - Show domain names starting with a letter of the alphabet, values: a-z or 0-9 ** [ optional] **
64+ - ` get `
65+ - ` apiPath ` , ` api-path ` , ` path ` - Get the current api path from the config file
66+ - ` authType ` , ` auth-type ` , ` auth ` - Get the current auth type from the config file
67+ - ` host ` - Get the current host from the config file
68+ - ` ssl ` - Get the current ssl value from the config file
69+ - ` username ` , ` user ` - Get the current username from the config file
6470- ` set `
65- - ` apiPath ` , ` path ` - Update api path in config file ** [ required ] **
66- - ` authType ` , ` auth ` - Update auth type in config file (plain or md5) ** [ required ] **
67- - ` host ` - Update host in config file ** [ required ] **
68- - ` password ` , ` pwd ` , ` pw ` , ` pass ` , ` passwd ` - Update the password in the config file ** [ required ] **
69- - ` ssl ` - Enable or disable ssl in the config file, when disabled auth type has to be md5 ** [ required ] **
70- - ` username ` , ` user ` - Update the username in the config file ** [ required ] **
71+ - ` apiPath ` , ` api- path` , ` path ` - Update api path in the config file
72+ - ` authType ` , ` auth-type ` , ` auth ` - Update auth type in the config file (plain or md5)
73+ - ` host ` - Update host in the config file
74+ - ` password ` , ` pwd ` , ` pw ` , ` pass ` , ` passwd ` - Update the password in the config file
75+ - ` ssl ` - Enable or disable ssl in the config file, when disabled auth type has to be md5
76+ - ` username ` , ` user ` - Update username in the config file
0 commit comments