14287: Merge branch 'master' into 14287-federated-list
[arvados.git] / doc / sdk / cli / reference.html.textile.liquid
index 3deeac599193cba83c84882ffc20692f05fa517f..e1d25aaa23019020da809943b8309c1b10dc0d07 100644 (file)
@@ -4,6 +4,11 @@ navsection: sdk
 navmenu: CLI
 title: "arv reference"
 ...
+{% comment %}
+Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: CC-BY-SA-3.0
+{% endcomment %}
 
 _In order to use the @arv@ command, make sure that you have a "working environment.":{{site.baseurl}}/user/getting_started/check-environment.html_
 
@@ -69,4 +74,4 @@ Example:
 
 @arv collection list --filters '[["name", "=", "PGP VAR inputs"], ["created_at", ">=", "2014-10-01"]]'@
 
-will return a list of all collections visible to the current user which are named "PGP VAR inputs" and were created on or after October 1, 2014.
+will return a list of all collections visible to the current user which are named "PGP VAR inputs" and were created on or after October 1, 2014. See the "Common resource methods":{{site.baseurl}}/api/methods.html#index page for more details on using @list@ and @--filters@.