Add supervisor to start keepd when container is launched.
[arvados.git] / doc / user / sdk-cli.textile
index 847ee30ed0f2af49a8563a2a8bcb575e293aabd0..145ca4d4780e833d6c9d7c69d63d89bbee31e960 100644 (file)
@@ -1,7 +1,7 @@
 ---
 layout: default
 navsection: userguide
-title: Command line SDK
+title: "Intro: Command line SDK"
 navorder: 10
 ---
 
@@ -9,16 +9,15 @@ 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
+@arv --help@
 
 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@