11823: update collection lifecycle documentation to use "index" action instead of...
authorradhika <radhika@curoverse.com>
Thu, 15 Jun 2017 16:08:13 +0000 (12:08 -0400)
committerradhika <radhika@curoverse.com>
Thu, 15 Jun 2017 16:08:13 +0000 (12:08 -0400)
Arvados-DCO-1.1-Signed-off-by: Radhika Chippada <radhika@curoverse.com>

doc/user/tutorials/tutorial-keep-collection-lifecycle.html.textile.liquid

index ba90ac04511a5dae5716599f5f0d33724b0cbebd..ad8ce1e4792d6a49edd415eaf82d289e81deef72 100644 (file)
@@ -21,7 +21,7 @@ h2(#collection_attributes). Collection lifecycle attributes
 As listed above the attributes that are used to manage a collection lifecycle are it's *is_trashed*, *trash_at*, and *delete_at*. The table below lists the values of these attributes and how they influence the state of a collection and it's accessibility.
 
 table(table table-bordered table-condensed).
-|_. collection state|_. is_trashed|_. trash_at|_. delete_at|_. get|_. list|_. list?include_trash=true|_. can be modified|
+|_. collection state|_. is_trashed|_. trash_at|_. delete_at|_. get|_. index|_. index?include_trash=true|_. can be modified|
 |normal collection|false |null |null |yes |yes |yes |yes |
 |expiring collection|false |future |future |yes  |yes |yes |yes |
 |trashed collection|true |past |future |no |no |yes |only is_trashed, trash_at and delete_at attribtues|
@@ -47,10 +47,10 @@ A collection can be un-trashed / recovered using either the arv command line too
 
 h3. Un-trashing a collection using arv command line tool
 
-You can list the trashed collections using the list command.
+You can list the trashed collections using the index command.
 
 <pre>
-arv collection list --include_trash=true --filters '[["is_trashed", "=", "true"]]'
+arv collection index --include-trash=true --filters '[["is_trashed", "=", "true"]]'
 </pre>
 
 You can then untrash a particular collection using arv using it's uuid.