5011: Add --replication option to CLI docs.
authorTom Clegg <tom@curoverse.com>
Fri, 30 Jan 2015 22:20:01 +0000 (17:20 -0500)
committerTom Clegg <tom@curoverse.com>
Fri, 30 Jan 2015 22:20:01 +0000 (17:20 -0500)
doc/sdk/cli/subcommands.html.textile.liquid

index 5d82f7ac01dcc859cf4a0edc7d4f061a554c90d4..c7655ba78e9a22b7068d02fba1ea9565df5f9d13 100644 (file)
@@ -243,7 +243,8 @@ $ <code class="userinput">arv keep put --help</code>
 usage: arv-put [-h] [--max-manifest-depth N | --normalize]
                [--as-stream | --stream | --as-manifest | --in-manifest | --manifest | --as-raw | --raw]
                [--use-filename FILENAME] [--filename FILENAME]
-               [--portable-data-hash] [--project-uuid UUID] [--name NAME]
+               [--portable-data-hash] [--replication N]
+               [--project-uuid UUID] [--name NAME]
                [--progress | --no-progress | --batch-progress]
                [--resume | --no-resume] [--retries RETRIES]
                [path [path ...]]
@@ -289,6 +290,10 @@ optional arguments:
                         a directory. Implies --manifest.
   --portable-data-hash  Print the portable data hash instead of the Arvados
                         UUID for the collection created by the upload.
+  --replication N       Set the replication level for the new collection: how
+                        many different physical storage devices (e.g., disks)
+                        should have a copy of each data block. Default is to
+                        use the server-provided default (if any) or 2.
   --project-uuid UUID   Store the collection in the specified project, instead
                         of your Home project.
   --name NAME           Save the collection with the specified name.