# Reference > Cli

# CLI Reference

The Artillery CLI provides a number of commands to run tests.

## Global options

* `--help` - show help
* `-v` - display Artillery version

## Commands

* [`run`](cli/run) - run an Artillery test script locally
* [`run-lambda`](cli/run-lambda) - run a distributed test on AWS Lambda
* [`run-fargate`](cli/run-fargate) - run a distributed test on AWS Fargate
* [`run-aci`](cli/run-aci) - run a distributed test on Azure ACI
* [`quick`](cli/quick) - test a single HTTP endpoint without writing a test script
