Skip to content

Commit 1df140a

Browse files
Jim Wordelmanclaude
andcommitted
docs(cli): regenerate CLI reference for --allow-git-origin
The PR added the --allow-git-origin flag to 'bd dolt remote add' but did not regenerate docs, failing the 'doc flags freshness' check. Output of ./scripts/generate-cli-docs.sh ./bd — adds the flag to docs/CLI_REFERENCE.md and the dolt.md command pages (latest + versioned snapshots). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent b88731a commit 1df140a

4 files changed

Lines changed: 28 additions & 4 deletions

File tree

docs/CLI_REFERENCE.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2992,7 +2992,13 @@ bd dolt remote
29922992
Add a Dolt remote (both SQL server and CLI)
29932993

29942994
```
2995-
bd dolt remote add <name> <url>
2995+
bd dolt remote add <name> <url> [flags]
2996+
```
2997+
2998+
**Flags:**
2999+
3000+
```
3001+
--allow-git-origin Allow adding a Dolt remote whose URL matches the git origin (proceed with a warning instead of aborting)
29963002
```
29973003

29983004
##### bd dolt remote list

website/docs/cli-reference/dolt.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,13 @@ bd dolt remote
180180
Add a Dolt remote (both SQL server and CLI)
181181

182182
```
183-
bd dolt remote add <name> <url>
183+
bd dolt remote add <name> <url> [flags]
184+
```
185+
186+
**Flags:**
187+
188+
```
189+
--allow-git-origin Allow adding a Dolt remote whose URL matches the git origin (proceed with a warning instead of aborting)
184190
```
185191

186192
#### bd dolt remote list

website/versioned_docs/version-1.0.0/cli-reference/dolt.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,13 @@ bd dolt remote
180180
Add a Dolt remote (both SQL server and CLI)
181181

182182
```
183-
bd dolt remote add <name> <url>
183+
bd dolt remote add <name> <url> [flags]
184+
```
185+
186+
**Flags:**
187+
188+
```
189+
--allow-git-origin Allow adding a Dolt remote whose URL matches the git origin (proceed with a warning instead of aborting)
184190
```
185191

186192
#### bd dolt remote list

website/versioned_docs/version-1.0.4/cli-reference/dolt.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,13 @@ bd dolt remote
180180
Add a Dolt remote (both SQL server and CLI)
181181

182182
```
183-
bd dolt remote add <name> <url>
183+
bd dolt remote add <name> <url> [flags]
184+
```
185+
186+
**Flags:**
187+
188+
```
189+
--allow-git-origin Allow adding a Dolt remote whose URL matches the git origin (proceed with a warning instead of aborting)
184190
```
185191

186192
#### bd dolt remote list

0 commit comments

Comments
 (0)