Added -n/--natural-key flag for displaying objects by their natural
key (fixes #65)
For devices this is "hostname"
For networks this is "cidr"
For interfaces it's "device_id:name"
For attributes it's "resource_name:name"
For sites it's "name"
Improved visual display of description fields so they wrap with
terminal width.
Removed 'display' field when displaying many Attribtue objects via
nsot attributes list to improve readability. (Display field still
shows up when viewing a single object.)
Switched prettytable==0.7.2 for PTable==0.9.2 for displaying tabular
output.
-n/--natural-key
flag for displaying objects by their natural key (fixes #65)nsot attributes list
to improve readability. (Display field still shows up when viewing a single object.)