Documentation cleanup: CLI SDK:
[arvados.git] / doc / sdk / cli / reference.html.textile.liquid
index bc5cf1e6c10ed7f055f9b2955d48c7737febc5cf..5e5f2387988f5570f90a9e278e65e4a7fc10a465 100644 (file)
@@ -9,21 +9,12 @@ _In order to use the @arv@ command, make sure that you have a "working environme
 
 h3. Usage
 
-@arv [global_options] resource_type resource_method [method_parameters]@
-
-h4. Global options
-
-- @--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.
-
+See the "CLI overview":{{site.baseurl}}/sdk/cli/index.html page.
 
 h3. Resource types and methods
 
 Get list of resource types
-@arv --resources@
+@arv --help@
 
 Get list of resource methods for the "user" resource type
 @arv user --help@