update naming for CLI Reference to be Codeflash CLI
This commit is contained in:
parent
e55a19154e
commit
03d4dcced8
5 changed files with 8 additions and 8 deletions
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: "CLI Reference"
|
||||
title: "Codeflash CLI"
|
||||
description: "Complete command-line reference for all Codeflash commands, flags, and options"
|
||||
icon: "terminal"
|
||||
sidebarTitle: "CLI Reference"
|
||||
sidebarTitle: "Codeflash CLI"
|
||||
keywords:
|
||||
[
|
||||
"CLI",
|
||||
|
|
@ -15,7 +15,7 @@ keywords:
|
|||
]
|
||||
---
|
||||
|
||||
# Codeflash CLI Reference
|
||||
# Codeflash Codeflash CLI
|
||||
|
||||
This guide covers all Codeflash CLI commands with practical examples you can run directly in your terminal.
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
"pages": ["index"]
|
||||
},
|
||||
{
|
||||
"group": "📖 CLI Reference",
|
||||
"group": "📖 Codeflash CLI",
|
||||
"pages": ["cli-reference"]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -144,7 +144,7 @@ When configuration issues are detected, the extension displays clear error messa
|
|||
<Card title="Project Configuration" icon="file-code" href="/configuration">
|
||||
Complete pyproject.toml reference
|
||||
</Card>
|
||||
<Card title="CLI Reference" icon="terminal" href="/cli-reference">
|
||||
<Card title="Codeflash CLI" icon="terminal" href="/cli-reference">
|
||||
Command-line options
|
||||
</Card>
|
||||
</CardGroup>
|
||||
|
|
|
|||
|
|
@ -204,7 +204,7 @@ The extension works alongside the Codeflash CLI. You can:
|
|||
- **Use extension for interactive work** — Optimize individual functions as you code
|
||||
- **Mix both** — The extension picks up CLI results when you return to the editor
|
||||
|
||||
For CLI documentation, see the [CLI Reference](/cli-reference).
|
||||
For CLI documentation, see the [Codeflash CLI](/cli-reference).
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -220,7 +220,7 @@ For CLI documentation, see the [CLI Reference](/cli-reference).
|
|||
<Card title="Troubleshooting" icon="wrench" href="/editor-plugins/vscode/troubleshooting">
|
||||
Fix common issues
|
||||
</Card>
|
||||
<Card title="CLI Reference" icon="terminal" href="/cli-reference">
|
||||
<Card title="Codeflash CLI" icon="terminal" href="/cli-reference">
|
||||
Command-line interface docs
|
||||
</Card>
|
||||
</CardGroup>
|
||||
|
|
|
|||
|
|
@ -208,7 +208,7 @@ If you're still experiencing issues:
|
|||
<Card title="Configuration" icon="gear" href="/editor-plugins/vscode/configuration">
|
||||
Customize extension settings
|
||||
</Card>
|
||||
<Card title="CLI Reference" icon="terminal" href="/cli-reference">
|
||||
<Card title="Codeflash CLI" icon="terminal" href="/cli-reference">
|
||||
Command-line interface docs
|
||||
</Card>
|
||||
</CardGroup>
|
||||
|
|
|
|||
Loading…
Reference in a new issue