python-tatuclient/designateclient
Jens Harbott 66e4955408 Improve recordset create UI
The current implementation has '--records' as a quasi-positional
argument, with the nargs='+' parameter it can only be used at the end of
the command, which is confusing to users and doesn't comply with the
help message.

Add a new option '--record' that takes only exactly one record as
parameter and can be repeated when multiple records are present.
Deprecate the old option so it can be removed in the future.

Change-Id: I8fefd9d0f104170d50c5d5dc3cbcc53facda9baf
Closes-Bug: 1736161
2017-12-07 14:18:31 +00:00
..
cli record-create/update: Account for priority being 0 2016-09-13 22:54:55 +01:00
functionaltests Add tsig key support to python-designateclient 2017-07-07 14:16:30 +02:00
osc Add plug-in summary for osc doc 2016-10-14 19:49:20 +09:00
resources/schemas/v1 record-create/update: Account for priority being 0 2016-09-13 22:54:55 +01:00
tests Make remote error handling more robust 2017-09-01 10:45:10 +00:00
v1 Use Sphinx 1.5 warning-is-error 2017-04-20 13:57:16 +01:00
v2 Improve recordset create UI 2017-12-07 14:18:31 +00:00
__init__.py Set client module __version__ 2017-02-06 15:44:00 +08:00
client.py Merge "Implement zone import" 2016-04-06 16:58:09 +00:00
exceptions.py Make remote error handling more robust 2017-09-01 10:45:10 +00:00
shell.py Pass OS_ENDPOINT_TYPE from shell to client 2015-11-24 18:15:39 +00:00
utils.py Use Sphinx 1.5 warning-is-error 2017-04-20 13:57:16 +01:00
version.py Rename Moniker -> Designate 2013-06-09 22:08:11 +01:00
warlock.py Solve some py3 compatibilty issues 2015-07-24 02:35:55 +00:00