You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/command_line_interface/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -972,8 +972,8 @@ imunify360-agent ip-list local list [--options] <value>
972
972
|<spanclass="notranslate">`--by-comment BY_COMMENT`</span>|Filters output by comment|
973
973
|<spanclass="notranslate">`--limit LIMIT`</span>|Limits the output with specified number of incidents|
974
974
|<spanclass="notranslate">`--offset OFFSET`</span>|Offset for pagination|
975
-
|<spanclass="notranslate">`--order-by [ORDER_BY ...]`</span>|List of fields to sort the results by|
976
-
|<spanclass="notranslate">`--by-type {ip,country}`</span>|Filters output by item tipe [country|ip]|
975
+
|<spanclass="notranslate">`--order-by [ORDER_BY ...]`</span>|List of fields to sort the results by. Each field must be followed by "+" for descending order or "-" for ascending order (e.g., --order-by ip+ or --order-by purpose-)|
976
+
|<spanclass="notranslate">`--by-type {ip,country}`</span>|Filters output by item tipe [country\|ip]|
977
977
|<spanclass="notranslate">`--json`</span>|Returns data in JSON format|
0 commit comments