X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b8ee617ec8af73120b427f7591744d0f4883a63f..9ba66dcc4f4c166fa08512ce0c75e324f26c7b0d:/doc/user/reference/sdk-cli.html.textile.liquid diff --git a/doc/user/reference/sdk-cli.html.textile.liquid b/doc/user/reference/sdk-cli.html.textile.liquid index f8d3a431a7..c79563161c 100644 --- a/doc/user/reference/sdk-cli.html.textile.liquid +++ b/doc/user/reference/sdk-cli.html.textile.liquid @@ -7,7 +7,7 @@ title: "Command line interface" h1. Reference: Command Line Interface -*First, you should be "logged into an Arvados VM instance":{{site.basedoc}}/user/getting_started/ssh-access.html#login, and have a "working environment.":{{site.basedoc}}/user/getting_started/check-environment.html* +*First, you should be "logged into an Arvados VM instance":{{site.baseurl}}/user/getting_started/ssh-access.html#login, and have a "working environment.":{{site.baseurl}}/user/getting_started/check-environment.html* h3. Usage @@ -15,8 +15,10 @@ h3. Usage h4. Global options -- @--format=json@ := Output response as JSON +- @--format=json@ := Output response as JSON. This is the default format. + - @--format=yaml@ := Output response as YAML + - @--format=uuid@ := Output only the UUIDs of object(s) in the API response, one per line.