Command help message uses help and CLI-Reference generation.
and in convention, help message stops with period ".".
Change-Id: Ia42df8e65aa8ab44f15e28ee0e1753dc17086a48
Improve consistency of help strings - also with other python clients:
* Add missing "." to sentences in shell.py, like the majority already
was.
* Use sentence capitalization for all help strings (compare with
shell.py).
Change-Id: Idb3c5ba5167efc8947b4f2e89ba1b4e3d1863e5e
Currently record-create requires absolute names. This change allows to
provide relative (to the domain) names with the new option --relative.
Change-Id: I78258ea734a4105fae8f9f3ef30fe86e018b5388
Closes-Bug: #1444452
Currently designate allows to identify a resource only by its id. This
change allows to identify domains by name or id. This change defines
the method find_resourceid_by_name_or_id which could be reused to
identify other resources by name or id.
Change-Id: I8e64cdbc5572623d05781d0c4e735ff0c429ea91
Closes-Bug: #1443858
designate record-list currently only displays id, type and name. It would be
very useful if the actual data was also displayed, as running a record-get on
each id to obtain this information is very time-consuming.
This patch improves the output so that it is in the following format:
+--------------------------------------+------+-----------------------------+--------------+
| id | type | name | data |
+--------------------------------------+------+-----------------------------+--------------+
| 8a6b789b-71bc-43b6-91eb-9a0790ee1052 | A | netapp-c1.rc.nectar.org.au. | 172.22.20.71 |
| aa609885-3f8d-4ed6-9de4-3204448281e1 | A | netapp-c2.rc.nectar.org.au. | 172.22.20.72 |
+--------------------------------------+------+-----------------------------+--------------+
Change-Id: I9ca85b64505d3331fd0bd458c31163cc243e7b34
Closes-Bug: #1308414
H306, module imports should be in alphabetical order
This hacking check actually improves readability quite
a bit, as module imports can be sorted in groups (python stdlibs,
external imports, in-module imports)
Change-Id: I11dc9155fbfc84389f2a5956f393f705388f83ba