|
|
|
@ -191,9 +191,9 @@ options:
|
|
|
|
|
### LIST
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
usage: knotctl list [-h] [-d DATA] [-n NAME] [-r RTYPE] -z ZONE
|
|
|
|
|
usage: knotctl list [-h] [-d DATA] [-n NAME] [-r RTYPE] [-z ZONE]
|
|
|
|
|
|
|
|
|
|
List records in the zone.
|
|
|
|
|
List records.
|
|
|
|
|
|
|
|
|
|
options:
|
|
|
|
|
-h, --help show this help message and exit
|
|
|
|
@ -231,3 +231,26 @@ Available arguments are:
|
|
|
|
|
rtype: New record type.
|
|
|
|
|
ttl: New record time to live (TTL).
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### USER
|
|
|
|
|
```
|
|
|
|
|
usage: knotctl user [-h] [-u USERNAME]
|
|
|
|
|
|
|
|
|
|
View user information.
|
|
|
|
|
|
|
|
|
|
options:
|
|
|
|
|
-h, --help show this help message and exit
|
|
|
|
|
-u USERNAME, --username USERNAME
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### ZONE
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
usage: knotctl zone
|
|
|
|
|
|
|
|
|
|
List zones.
|
|
|
|
|
|
|
|
|
|
options:
|
|
|
|
|
-h, --help show this help message and exit
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|