X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/225ed58387bcf549c99bf1da94174bf0cf9df6b7..2251688e66191ff1169080f50868bf57e463659c:/doc/sdk/cli/reference.html.textile.liquid diff --git a/doc/sdk/cli/reference.html.textile.liquid b/doc/sdk/cli/reference.html.textile.liquid index bc5cf1e6c1..ef9882fdc6 100644 --- a/doc/sdk/cli/reference.html.textile.liquid +++ b/doc/sdk/cli/reference.html.textile.liquid @@ -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@ @@ -38,7 +29,7 @@ Get entire record for some specific user @arv 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 --user '{"first_name":"Bob"}'@ Get list of groups @arv group list@