From 655b69e4285476fbd9df4a88ea53e02ea93fa349 Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Fri, 30 Jan 2015 17:20:01 -0500 Subject: [PATCH] 5011: Add --replication option to CLI docs. --- doc/sdk/cli/subcommands.html.textile.liquid | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/sdk/cli/subcommands.html.textile.liquid b/doc/sdk/cli/subcommands.html.textile.liquid index 5d82f7ac01..c7655ba78e 100644 --- a/doc/sdk/cli/subcommands.html.textile.liquid +++ b/doc/sdk/cli/subcommands.html.textile.liquid @@ -243,7 +243,8 @@ $ arv keep put --help 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. -- 2.30.2