X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a50278e3d0e26bb5d513d0af5da2fb559b112388..f0ea4324260fb4dc6df693d9548285bb64b3b69f:/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 d2add52a32..ca494fe17a 100644 --- a/doc/sdk/cli/subcommands.html.textile.liquid +++ b/doc/sdk/cli/subcommands.html.textile.liquid @@ -27,19 +27,11 @@ h3(#arv-get). arv get
-$ arv arv get --help
-Usage: arv get [uuid] [fields...]
-Fetch the specified Arvados object, select the specified fields,
-and print a text representation (json or yaml, use --format).
-
-
-*Note*: the 'format' flag is used by @arv@ (not @arv get@), as detailed on the "arv CLI overview page":{{site.baseurl}}/sdk/cli/index.html. - -This command can be used instead of the previously required: +$ arv get --help +Usage: arv [--format json|yaml] get [uuid] [fields...] - -
-$ EDITOR=cat arv edit [uuid]
+Fetch the specified Arvados object, select the specified fields,
+and print a text representation.