X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/12b9d77ecca3043b65015860359ce447b68fccfb..b25916b93d720f80b5bdf16f018d83c13c6c3001:/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 3bdcad8af8..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. @@ -357,7 +362,7 @@ Options: h3(#arv-run). arv run -The @arv-run@ command creates Arvados pipelines at the command line that fan out to multiple concurrent tasks across Arvado compute nodes. +The @arv-run@ command creates Arvados pipelines at the command line that fan out to multiple concurrent tasks across Arvados compute nodes. The User Guide has a page on "using arv-run":{{site.baseurl}}/user/topics/arv-run.html.