summaryrefslogtreecommitdiff
path: root/releasenotes/notes/transfer-sort-ca622e9b8da605c1.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/transfer-sort-ca622e9b8da605c1.yaml')
-rw-r--r--releasenotes/notes/transfer-sort-ca622e9b8da605c1.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/transfer-sort-ca622e9b8da605c1.yaml b/releasenotes/notes/transfer-sort-ca622e9b8da605c1.yaml
new file mode 100644
index 0000000..5080f97
--- /dev/null
+++ b/releasenotes/notes/transfer-sort-ca622e9b8da605c1.yaml
@@ -0,0 +1,8 @@
+---
+features:
+ - |
+ Starting with microversion 3.59, the ``cinder transfer-list`` command now
+ supports the ``--sort`` argument to sort the returned results. This
+ argument takes either just the attribute to sort on, or the attribute and
+ the sort direction. Examples include ``cinder transfer-list --sort=id`` and
+ ``cinder transfer-list --sort=name:asc``.