X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/866eda506d29e407caec78a11c2719773246bfc1..f65530a60d7b74da723d16eccd84576c53575401:/doc/sdk/cli/reference.html.textile.liquid diff --git a/doc/sdk/cli/reference.html.textile.liquid b/doc/sdk/cli/reference.html.textile.liquid index ef9882fdc6..c2fbf276ef 100644 --- a/doc/sdk/cli/reference.html.textile.liquid +++ b/doc/sdk/cli/reference.html.textile.liquid @@ -59,7 +59,8 @@ Arguments accepted by the @list@ subcommand include: --filters, -f : Conditions for filtering users. --order, -r : Order in which to return matching users. --select, -s : Select which fields to return - --distinct, -d: Return each distinct object + --distinct, -d: Return each distinct object. + --no-count: Don't count items_available. The @--filters@ option takes a string describing a JSON list of filters on which the returned resources should be returned. Each filter is a three-element list of _[field, operator, value]_, where the _operator_ may be one of @=@, @<@, @<=@, @>@, @>=@, @!=@, @like@, or @ilike@.