X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/41c7c826a7e4c3a074a6ab5a719bf4c88e9a0e28..6c76e5ce6520a465ff741e4510eafc757738e9ba:/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 6d98957271..f44fef2bf4 100644 --- a/doc/user/reference/sdk-cli.html.textile.liquid +++ b/doc/user/reference/sdk-cli.html.textile.liquid @@ -1,12 +1,9 @@ --- layout: default navsection: userguide -navmenu: Reference title: "Command line interface" ... -h1. Reference: Command Line Interface - *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 +12,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.