Skip to content

Commit 1439c54

Browse files
authored
Python SDK (CLI): Release v0.28.0 (#2797)
## Description CLI Doc refresh for https://github.com/wandb/wandb/releases/tag/v0.28.0
1 parent 4bb4dca commit 1439c54

49 files changed

Lines changed: 191 additions & 54 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,15 +1056,6 @@
10561056
"models/ref/cli/wandb-beta/wandb-beta-core/wandb-beta-core-stop"
10571057
]
10581058
},
1059-
{
1060-
"group": "beta leet",
1061-
"pages": [
1062-
"models/ref/cli/wandb-beta/wandb-beta-leet",
1063-
"models/ref/cli/wandb-beta/wandb-beta-leet/wandb-beta-leet-config",
1064-
"models/ref/cli/wandb-beta/wandb-beta-leet/wandb-beta-leet-run",
1065-
"models/ref/cli/wandb-beta/wandb-beta-leet/wandb-beta-leet-symon"
1066-
]
1067-
},
10681059
"models/ref/cli/wandb-beta/wandb-beta-sync"
10691060
]
10701061
},
@@ -1083,6 +1074,15 @@
10831074
"models/ref/cli/wandb-job/wandb-job-list"
10841075
]
10851076
},
1077+
{
1078+
"group": "wandb leet",
1079+
"pages": [
1080+
"models/ref/cli/wandb-leet",
1081+
"models/ref/cli/wandb-leet/wandb-leet-config",
1082+
"models/ref/cli/wandb-leet/wandb-leet-run",
1083+
"models/ref/cli/wandb-leet/wandb-leet-symon"
1084+
]
1085+
},
10861086
"models/ref/cli/wandb-login",
10871087
"models/ref/cli/wandb-offline",
10881088
"models/ref/cli/wandb-online",

models/ref/cli.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "CLI Reference SDK 0.26.1"
2+
title: "CLI Reference SDK 0.28.0"
33
description: "Use the W&B Command Line Interface (CLI) to log in, run jobs, execute sweeps, and more using shell commands"
44
---
55

@@ -45,6 +45,7 @@ wandb [OPTIONS] COMMAND [ARGS]...
4545
| [launch](/models/ref/cli/wandb-launch) | Launch or queue a W&B Job. |
4646
| [launch-agent](/models/ref/cli/wandb-launch-agent) | Run a W&B launch agent. |
4747
| [launch-sweep](/models/ref/cli/wandb-launch-sweep) | Run a W&B launch sweep (Experimental). |
48+
| [leet](/models/ref/cli/wandb-leet) | Run W&B leet commands. |
4849
| [login](/models/ref/cli/wandb-login) | Authenticate your machine with W&B. |
4950
| [offline](/models/ref/cli/wandb-offline) | Save data logged to W&B locally without uploading it to the cloud. |
5051
| [online](/models/ref/cli/wandb-online) | Re-enable cloud syncing for W&B runs. |

models/ref/cli/wandb-agent.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: wandb agent
55
import { GitHubLink } from '/snippets/_includes/github-source-link.mdx';
66

77

8-
<GitHubLink url="https://github.com/wandb/wandb/blob/v0.27.1/wandb/cli/cli.py#L2010" />
8+
<GitHubLink url="https://github.com/wandb/wandb/blob/v0.28.0/wandb/cli/cli.py#L2011" />
99

1010

1111

models/ref/cli/wandb-artifact.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: wandb artifact
55
import { GitHubLink } from '/snippets/_includes/github-source-link.mdx';
66

77

8-
<GitHubLink url="https://github.com/wandb/wandb/blob/v0.27.1/wandb/cli/cli.py#L2825" />
8+
<GitHubLink url="https://github.com/wandb/wandb/blob/v0.28.0/wandb/cli/cli.py#L2826" />
99

1010

1111

models/ref/cli/wandb-artifact/wandb-artifact-cache.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: wandb artifact cache
55
import { GitHubLink } from '/snippets/_includes/github-source-link.mdx';
66

77

8-
<GitHubLink url="https://github.com/wandb/wandb/blob/v0.27.1/wandb/cli/cli.py#L3072" />
8+
<GitHubLink url="https://github.com/wandb/wandb/blob/v0.28.0/wandb/cli/cli.py#L3073" />
99

1010

1111

models/ref/cli/wandb-artifact/wandb-artifact-cache/wandb-artifact-cache-cleanup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: wandb artifact cache cleanup
55
import { GitHubLink } from '/snippets/_includes/github-source-link.mdx';
66

77

8-
<GitHubLink url="https://github.com/wandb/wandb/blob/v0.27.1/wandb/cli/cli.py#L3084" />
8+
<GitHubLink url="https://github.com/wandb/wandb/blob/v0.28.0/wandb/cli/cli.py#L3085" />
99

1010

1111

models/ref/cli/wandb-artifact/wandb-artifact-get.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: wandb artifact get
55
import { GitHubLink } from '/snippets/_includes/github-source-link.mdx';
66

77

8-
<GitHubLink url="https://github.com/wandb/wandb/blob/v0.27.1/wandb/cli/cli.py#L2962" />
8+
<GitHubLink url="https://github.com/wandb/wandb/blob/v0.28.0/wandb/cli/cli.py#L2963" />
99

1010

1111

models/ref/cli/wandb-artifact/wandb-artifact-ls.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: wandb artifact ls
55
import { GitHubLink } from '/snippets/_includes/github-source-link.mdx';
66

77

8-
<GitHubLink url="https://github.com/wandb/wandb/blob/v0.27.1/wandb/cli/cli.py#L3024" />
8+
<GitHubLink url="https://github.com/wandb/wandb/blob/v0.28.0/wandb/cli/cli.py#L3025" />
99

1010

1111

models/ref/cli/wandb-artifact/wandb-artifact-put.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: wandb artifact put
55
import { GitHubLink } from '/snippets/_includes/github-source-link.mdx';
66

77

8-
<GitHubLink url="https://github.com/wandb/wandb/blob/v0.27.1/wandb/cli/cli.py#L2830" />
8+
<GitHubLink url="https://github.com/wandb/wandb/blob/v0.28.0/wandb/cli/cli.py#L2831" />
99

1010

1111

models/ref/cli/wandb-beta.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: wandb beta
55
import { GitHubLink } from '/snippets/_includes/github-source-link.mdx';
66

77

8-
<GitHubLink url="https://github.com/wandb/wandb/blob/v0.27.1/wandb/cli/beta.py#L40" />
8+
<GitHubLink url="https://github.com/wandb/wandb/blob/v0.28.0/wandb/cli/beta.py#L19" />
99

1010

1111

0 commit comments

Comments
 (0)