Merge branch 'master' into 3219-further-docker-improvements
[arvados.git] / doc / user / reference / sdk-cli.html.textile.liquid
index f8d3a431a720fcd307be873199e893d95fbd56bc..3f62254d204bf6f809f20c2d0965cf38ad0d4e81 100644 (file)
@@ -1,13 +1,10 @@
 ---
 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.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 ("Unix":{{site.baseurl}}/user/getting_started/ssh-access-unix.html#login or "Windows":{{site.baseurl}}/user/getting_started/ssh-access-windows.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.