[ARVADOS] updated: 01c692dd9d29436f98c8550aabd3eb3897ccadb1
Git user
git at public.curoverse.com
Thu Jun 15 12:09:03 EDT 2017
Summary of changes:
.../tutorial-keep-collection-lifecycle.html.textile.liquid | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
via 01c692dd9d29436f98c8550aabd3eb3897ccadb1 (commit)
from c38b769bd478214e8d70bc442505a502f501517d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 01c692dd9d29436f98c8550aabd3eb3897ccadb1
Author: radhika <radhika at curoverse.com>
Date: Thu Jun 15 12:08:13 2017 -0400
11823: update collection lifecycle documentation to use "index" action instead of "list" action to list trashed collections
Arvados-DCO-1.1-Signed-off-by: Radhika Chippada <radhika at curoverse.com>
diff --git a/doc/user/tutorials/tutorial-keep-collection-lifecycle.html.textile.liquid b/doc/user/tutorials/tutorial-keep-collection-lifecycle.html.textile.liquid
index ba90ac0..ad8ce1e 100644
--- a/doc/user/tutorials/tutorial-keep-collection-lifecycle.html.textile.liquid
+++ b/doc/user/tutorials/tutorial-keep-collection-lifecycle.html.textile.liquid
@@ -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.
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list