> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-feat-cli-docs-generator.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# CLI overview

> Use the W&B Command Line Interface (CLI) to log in, run jobs, execute sweeps, and more using shell commands

**Usage**

`wandb [OPTIONS] COMMAND [ARGS]...`

**Options**

| **Option**  | **Description**            |
| :---------- | :------------------------- |
| `--version` | Show the version and exit. |

**Commands**

| **Command**                                        | **Description**                                                 |
| :------------------------------------------------- | :-------------------------------------------------------------- |
| [agent](/models/ref/cli/wandb-agent)               | Run the W\&B agent                                              |
| [artifact](/models/ref/cli/wandb-artifact)         | Commands for interacting with artifacts                         |
| [beta](/models/ref/cli/wandb-beta)                 | Beta versions of wandb CLI commands.                            |
| [controller](/models/ref/cli/wandb-controller)     | Run the W\&B local sweep controller                             |
| [disabled](/models/ref/cli/wandb-disabled)         | Disable W\&B.                                                   |
| [docker](/models/ref/cli/wandb-docker)             | Run your code in a docker container.                            |
| [docker-run](/models/ref/cli/wandb-docker-run)     | Wrap `docker run` and adds WANDB\_API\_KEY and WANDB\_DOCKER... |
| [enabled](/models/ref/cli/wandb-enabled)           | Enable W\&B.                                                    |
| [init](/models/ref/cli/wandb-init)                 | Configure a directory with Weights & Biases                     |
| [job](/models/ref/cli/wandb-job)                   | Commands for managing and viewing W\&B jobs                     |
| [launch](/models/ref/cli/wandb-launch)             | Launch or queue a W\&B Job.                                     |
| [launch-agent](/models/ref/cli/wandb-launch-agent) | Run a W\&B launch agent.                                        |
| [launch-sweep](/models/ref/cli/wandb-launch-sweep) | Run a W\&B launch sweep (Experimental).                         |
| [login](/models/ref/cli/wandb-login)               | Login to Weights & Biases                                       |
| [offline](/models/ref/cli/wandb-offline)           | Disable W\&B sync                                               |
| [online](/models/ref/cli/wandb-online)             | Enable W\&B sync                                                |
| [pull](/models/ref/cli/wandb-pull)                 | Pull files from Weights & Biases                                |
| [restore](/models/ref/cli/wandb-restore)           | Restore code, config and docker state for a run.                |
| [scheduler](/models/ref/cli/wandb-scheduler)       | Run a W\&B launch sweep scheduler (Experimental)                |
| [server](/models/ref/cli/wandb-server)             | Commands for operating a local W\&B server                      |
| [status](/models/ref/cli/wandb-status)             | Show configuration settings                                     |
| [sweep](/models/ref/cli/wandb-sweep)               | Initialize a hyperparameter sweep.                              |
| [sync](/models/ref/cli/wandb-sync)                 | Upload an offline training directory to W\&B                    |
| [verify](/models/ref/cli/wandb-verify)             | Checks and verifies local instance of W\&B.                     |
