9 The @arv@ CLI tool provide provides a convenient interface to manipulate API resources. Additionally, it provides access to a number of subcommands.
13 The @arv@ command takes the following arguments:
16 Arvados command line client
17 Usage: arv [--flags] subcommand|resource [method] [--parameters]
20 -n, --dry-run Don't actually do anything
21 -v, --verbose Print some things on stderr
22 -f, --format=<s> Set the output format. Must be one of json (default),
23 yaml or uuid. (Default: json)
24 -s, --short Return only UUIDs (equivalent to --format=uuid)
26 Use 'arv subcommand|resource --help' to get more information about a particular
29 Available subcommands: copy, create, edit, keep, pipeline, run, tag, ws
31 Available resources: api_client_authorization, api_client, authorized_key,
32 collection, user_agreement, group, job_task, link, log, keep_disk,
33 pipeline_instance, node, repository, specimen, pipeline_template, user,
34 virtual_machine, trait, human, job, keep_service
37 -e, --version Print version and exit
38 -h, --help Show this message
43 - @--format=json@ := Output response as JSON. This is the default format.
45 - @--format=yaml@ := Output response as YAML
47 - @--format=uuid@ := Output only the UUIDs of object(s) in the API response, one per line.
53 See the "arv reference":{{site.baseurl}}/sdk/cli/reference.html page.
57 See the "arv subcommands":{{site.baseurl}}/sdk/cli/subcommands.html page.