Skip to content

Commit 03d4dcc

Browse files
update naming for CLI Reference to be Codeflash CLI
1 parent e55a191 commit 03d4dcc

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/cli-reference.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: "CLI Reference"
2+
title: "Codeflash CLI"
33
description: "Complete command-line reference for all Codeflash commands, flags, and options"
44
icon: "terminal"
5-
sidebarTitle: "CLI Reference"
5+
sidebarTitle: "Codeflash CLI"
66
keywords:
77
[
88
"CLI",
@@ -15,7 +15,7 @@ keywords:
1515
]
1616
---
1717

18-
# Codeflash CLI Reference
18+
# Codeflash Codeflash CLI
1919

2020
This guide covers all Codeflash CLI commands with practical examples you can run directly in your terminal.
2121

docs/docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"pages": ["index"]
2828
},
2929
{
30-
"group": "📖 CLI Reference",
30+
"group": "📖 Codeflash CLI",
3131
"pages": ["cli-reference"]
3232
},
3333
{

docs/editor-plugins/vscode/configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ When configuration issues are detected, the extension displays clear error messa
144144
<Card title="Project Configuration" icon="file-code" href="/configuration">
145145
Complete pyproject.toml reference
146146
</Card>
147-
<Card title="CLI Reference" icon="terminal" href="/cli-reference">
147+
<Card title="Codeflash CLI" icon="terminal" href="/cli-reference">
148148
Command-line options
149149
</Card>
150150
</CardGroup>

docs/editor-plugins/vscode/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ The extension works alongside the Codeflash CLI. You can:
204204
- **Use extension for interactive work** — Optimize individual functions as you code
205205
- **Mix both** — The extension picks up CLI results when you return to the editor
206206

207-
For CLI documentation, see the [CLI Reference](/cli-reference).
207+
For CLI documentation, see the [Codeflash CLI](/cli-reference).
208208

209209
---
210210

@@ -220,7 +220,7 @@ For CLI documentation, see the [CLI Reference](/cli-reference).
220220
<Card title="Troubleshooting" icon="wrench" href="/editor-plugins/vscode/troubleshooting">
221221
Fix common issues
222222
</Card>
223-
<Card title="CLI Reference" icon="terminal" href="/cli-reference">
223+
<Card title="Codeflash CLI" icon="terminal" href="/cli-reference">
224224
Command-line interface docs
225225
</Card>
226226
</CardGroup>

docs/editor-plugins/vscode/troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ If you're still experiencing issues:
208208
<Card title="Configuration" icon="gear" href="/editor-plugins/vscode/configuration">
209209
Customize extension settings
210210
</Card>
211-
<Card title="CLI Reference" icon="terminal" href="/cli-reference">
211+
<Card title="Codeflash CLI" icon="terminal" href="/cli-reference">
212212
Command-line interface docs
213213
</Card>
214214
</CardGroup>

0 commit comments

Comments
 (0)