|
1 | 1 | --- |
2 | 2 | title: Command Line Interface |
3 | | -weight: 2 |
| 3 | +no_list: true |
4 | 4 | --- |
5 | 5 |
|
6 | | -**Usage** |
| 6 | +## Usage |
7 | 7 |
|
8 | | -`wandb [OPTIONS] COMMAND [ARGS]...` |
| 8 | +```bash |
| 9 | +wandb [OPTIONS] COMMAND [ARGS]... |
| 10 | +``` |
9 | 11 |
|
| 12 | +## Options |
10 | 13 |
|
11 | | - |
12 | | -**Options** |
13 | | - |
14 | | -| **Option** | **Description** | |
| 14 | +| Option | Description | |
15 | 15 | | :--- | :--- | |
16 | | -| `--version` | Show the version and exit. | |
| 16 | +| `--version` | Show the version and exit. (default: False) | |
17 | 17 |
|
| 18 | +## Commands |
18 | 19 |
|
19 | | -**Commands** |
20 | | - |
21 | | -| **Command** | **Description** | |
| 20 | +| Command | Description | |
22 | 21 | | :--- | :--- | |
23 | | -| agent | Run the W&B agent | |
24 | | -| artifact | Commands for interacting with artifacts | |
25 | | -| beta | Beta versions of wandb CLI commands. | |
26 | | -| controller | Run the W&B local sweep controller | |
27 | | -| disabled | Disable W&B. | |
28 | | -| docker | Run your code in a docker container. | |
29 | | -| docker-run | Wrap `docker run` and adds WANDB_API_KEY and WANDB_DOCKER... | |
30 | | -| enabled | Enable W&B. | |
31 | | -| init | Configure a directory with Weights & Biases | |
32 | | -| job | Commands for managing and viewing W&B jobs | |
33 | | -| launch | Launch or queue a W&B Job. | |
34 | | -| launch-agent | Run a W&B launch agent. | |
35 | | -| launch-sweep | Run a W&B launch sweep (Experimental). | |
36 | | -| login | Login to Weights & Biases | |
37 | | -| offline | Disable W&B sync | |
38 | | -| online | Enable W&B sync | |
39 | | -| pull | Pull files from Weights & Biases | |
40 | | -| restore | Restore code, config and docker state for a run | |
41 | | -| scheduler | Run a W&B launch sweep scheduler (Experimental) | |
42 | | -| server | Commands for operating a local W&B server | |
43 | | -| status | Show configuration settings | |
44 | | -| sweep | Initialize a hyperparameter sweep. | |
45 | | -| sync | Upload an offline training directory to W&B | |
46 | | -| verify | Verify your local instance | |
47 | | - |
| 22 | +| [agent]({{< relref "wandb-agent" >}}) | Run the W&B agent | |
| 23 | +| [artifact]({{< relref "wandb-artifact" >}}) | Commands for interacting with artifacts | |
| 24 | +| [beta]({{< relref "wandb-beta" >}}) | Beta versions of wandb CLI commands. | |
| 25 | +| [controller]({{< relref "wandb-controller" >}}) | Run the W&B local sweep controller | |
| 26 | +| [disabled]({{< relref "wandb-disabled" >}}) | Disable W&B. | |
| 27 | +| [docker]({{< relref "wandb-docker" >}}) | Run your code in a docker container. | |
| 28 | +| [docker-run]({{< relref "wandb-docker-run" >}}) | Wrap `docker run` and adds WANDB_API_KEY and WANDB_DOCKER environment variables. | |
| 29 | +| [enabled]({{< relref "wandb-enabled" >}}) | Enable W&B. | |
| 30 | +| [init]({{< relref "wandb-init" >}}) | Configure a directory with Weights & Biases | |
| 31 | +| [job]({{< relref "wandb-job" >}}) | Commands for managing and viewing W&B jobs | |
| 32 | +| [launch]({{< relref "wandb-launch" >}}) | Launch or queue a W&B Job. | |
| 33 | +| [launch-agent]({{< relref "wandb-launch-agent" >}}) | Run a W&B launch agent. | |
| 34 | +| [launch-sweep]({{< relref "wandb-launch-sweep" >}}) | Run a W&B launch sweep (Experimental). | |
| 35 | +| [local]({{< relref "wandb-local" >}}) | Start a local W&B container (deprecated, see wandb server --help) | |
| 36 | +| [login]({{< relref "wandb-login" >}}) | Login to Weights & Biases | |
| 37 | +| [off]({{< relref "wandb-off" >}}) | No description available | |
| 38 | +| [offline]({{< relref "wandb-offline" >}}) | Disable W&B sync | |
| 39 | +| [on]({{< relref "wandb-on" >}}) | No description available | |
| 40 | +| [online]({{< relref "wandb-online" >}}) | Enable W&B sync | |
| 41 | +| [projects]({{< relref "wandb-projects" >}}) | List projects | |
| 42 | +| [pull]({{< relref "wandb-pull" >}}) | Pull files from Weights & Biases | |
| 43 | +| [restore]({{< relref "wandb-restore" >}}) | Restore code, config and docker state for a run. | |
| 44 | +| [scheduler]({{< relref "wandb-scheduler" >}}) | Run a W&B launch sweep scheduler (Experimental) | |
| 45 | +| [server]({{< relref "wandb-server" >}}) | Commands for operating a local W&B server | |
| 46 | +| [status]({{< relref "wandb-status" >}}) | Show configuration settings | |
| 47 | +| [sweep]({{< relref "wandb-sweep" >}}) | Initialize a hyperparameter sweep. | |
| 48 | +| [sync]({{< relref "wandb-sync" >}}) | Upload an offline training directory to W&B | |
| 49 | +| [verify]({{< relref "wandb-verify" >}}) | Checks and verifies local instance of W&B. | |
0 commit comments