Merge branch '1600-native-keep-client'
[arvados.git] / doc / user / sdk-cli.textile
index 14e99ddaadb656e65ffa292e03dad656a228e071..145ca4d4780e833d6c9d7c69d63d89bbee31e960 100644 (file)
@@ -1,7 +1,7 @@
 ---
 layout: default
 navsection: userguide
-title: Command line SDK
+title: "Intro: Command line SDK"
 navorder: 10
 ---
 
@@ -9,8 +9,7 @@ navorder: 10
 
 h1. Command line SDK
 
-If you are logged in to an Arvados VM, the command line SDK should be
-installed. Try:
+If you are logged in to an Arvados VM, the command line SDK should be installed. Try:
 
 @arv --help@
 
@@ -18,7 +17,7 @@ h3. First...
 
 Set the ARVADOS_API_HOST environment variable.
 
-@export ARVADOS_API_HOST=xyzzy.arvadosapi.com@
+@export ARVADOS_API_HOST={{ site.arvados_api_host }}@
 
 Log in to Workbench and get an API token for your account. Set the ARVADOS_API_TOKEN environment variable.
 
@@ -44,7 +43,7 @@ Get entire record for identified user
 @arv -h user get --uuid 6dnxa-tpzed-iimd25zhzh84gbk@
 
 Update user record
-@arv user update --uuid 6dnxa-tpzed-iimd25zhzh84gbk --first_name "Bob"@
+@arv user update --uuid 6dnxa-tpzed-iimd25zhzh84gbk --first-name "Bob"@
 
 Get list of groups (showing just UUIDs)
 @arv group list@