4363: Merge branch 'master' into 4363-less-filename-munging
[arvados.git] / doc / sdk / cli / subcommands.html.textile.liquid
index 201eb2491d1e05297a08135129747dfdd7ce8959..11b79e3774ae3872a37e14a90e98ec8e5f5c65fc 100644 (file)
@@ -10,8 +10,8 @@ The @arv@ CLI tool provides access to a number of subcommands which are describe
 
 h3(#arv-create). arv create
 
-@arv create@ can be used to create Arvados objects from the command line. Arv create opens up the editor of your choice (set the EDITOR environment variable) and allows you to type or paste a json or yaml description. When saved the object will be created on the API server, if it passes validation. 
+@arv create@ can be used to create Arvados objects from the command line. Arv create opens up the editor of your choice (set the EDITOR environment variable) and allows you to type or paste a json or yaml description. When saved the object will be created on the API server, if it passes validation.
+
 <notextile>
 <pre>
 $ <code class="userinput">arv create --help</code>
@@ -31,7 +31,7 @@ $ <code class="userinput">arv edit --help</code>
 Arvados command line client
 Usage: arv edit [uuid] [fields...]
 
-Fetch the specified Arvados object, select the specified fields, 
+Fetch the specified Arvados object, select the specified fields,
 open an interactive text editor on a text representation (json or
 yaml, use --format) and then update the object.  Will use 'nano'
 by default, customize with the EDITOR or VISUAL environment variable.
@@ -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>
-