Reorganize the arv documentation a bit more, putting it all in one place.
[arvados.git] / doc / sdk / cli / subcommands.html.textile.liquid
index 07be3cf84de1576b129c6efcd9b2b80a7cbc8af9..ea74eb7568bb6b29d8b031ddd3dcf58428f85a74 100644 (file)
@@ -6,7 +6,7 @@ title: "arv subcommands"
 
 ...
 
-The @arv@ CLI tool provides access to a number of subcommands which are described on this page.
+_In order to use the @arv@ command, make sure that you have a "working environment.":{{site.baseurl}}/user/getting_started/check-environment.html_
 
 h3(#arv-create). arv create
 
@@ -97,7 +97,12 @@ h3(#arv-tag). arv tag
 <notextile>
 <pre>
 $ <code class="userinput">arv tag --help</code>
-arvados cli client
+
+Usage:
+arv tag add tag1 [tag2 ...] --object object_uuid1 [object_uuid2...]
+arv tag remove tag1 [tag2 ...] --object object_uuid1 [object_uuid2...]
+arv tag remove --all
+
   --dry-run, -n:   Don't actually do anything
   --verbose, -v:   Print some things on stderr
      --uuid, -u:   Return the UUIDs of the objects in the response, one per
@@ -245,4 +250,3 @@ optional arguments:
                         script_version field of component, default 'master'
 </pre>
 </notextile>
-