# Command Line Interface

**Usage**

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

**Options**

| **Option** | **Description**             |
| ---------- | --------------------------- |
| --version  | Show the version and exit.  |
| --help     | Show this message and exit. |

**Commands**

| **Command** | **Description**                                                  |
| ----------- | ---------------------------------------------------------------- |
| agent       | Run the W\&B agent                                               |
| artifact    | Commands for interacting with artifacts                          |
| controller  | Run the W\&B local sweep controller                              |
| disabled    | Disable W\&B.                                                    |
| docker      | W\&B docker lets you run your code in a docker image ensuring... |
| docker-run  | Simple wrapper for `docker run` which sets W\&B environment...   |
| enabled     | Enable W\&B.                                                     |
| init        | Configure a directory with Weights & Biases                      |
| local       | Launch local W\&B container (Experimental)                       |
| login       | Login to Weights & Biases                                        |
| offline     | Disable W\&B sync                                                |
| online      | Enable W\&B sync                                                 |
| pull        | Pull files from Weights & Biases                                 |
| restore     | Restore code, config and docker state for a run                  |
| status      | Show configuration settings                                      |
| sweep       | Create a sweep                                                   |
| sync        | Upload an offline training directory to W\&B                     |
| verify      | Verify your local instance                                       |
