X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0dbc7a3469f687d1a4cef776a57e71e96561ad0d..8deda2012ea7e25610f2cbd0a271e131d9364503:/doc/sdk/cli/subcommands.html.textile.liquid diff --git a/doc/sdk/cli/subcommands.html.textile.liquid b/doc/sdk/cli/subcommands.html.textile.liquid index 201eb2491d..11b79e3774 100644 --- a/doc/sdk/cli/subcommands.html.textile.liquid +++ b/doc/sdk/cli/subcommands.html.textile.liquid @@ -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. +
 $ arv create --help
@@ -31,7 +31,7 @@ $ arv edit --help
 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
 
 
 $ arv tag --help
-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'
 
-