add link to codeflash website
This commit is contained in:
parent
5a65a8a090
commit
eb50e80743
1 changed files with 9 additions and 12 deletions
|
|
@ -15,9 +15,13 @@ keywords:
|
|||
|
||||
# Staging Review for Optimizations
|
||||
|
||||
<Note>This is a Pro feature available exclusively to Codeflash Pro users.</Note>
|
||||
|
||||
Staging Review allows you to preview and evaluate all optimizations before creating pull requests. This feature provides a centralized review interface where you can examine proposed changes and selectively create pull requests for approved optimizations.
|
||||
<Note>
|
||||
This is a Pro feature available exclusively to Codeflash Pro users. [Upgrade to
|
||||
Pro](https://app.codeflash.ai/billing) to access it.
|
||||
</Note>
|
||||
Staging Review allows you to preview and evaluate all optimizations before creating pull requests. This
|
||||
feature provides a centralized review interface where you can examine proposed changes and selectively
|
||||
create pull requests for approved optimizations.
|
||||
|
||||
## Benefits of Staging Review
|
||||
|
||||
|
|
@ -36,9 +40,8 @@ codeflash --all --staging-review
|
|||
|
||||
This command will:
|
||||
|
||||
1. Analyze and optimize all functions in your codebase
|
||||
2. Store the optimizations in a staging area instead of creating PRs immediately
|
||||
3. Provide you with a staging interface to review all proposed changes
|
||||
1. Store the optimizations in a [staging area](https://app.codeflash.ai/staging) instead of creating PRs immediately
|
||||
2. Provide you with a staging interface to review all proposed changes
|
||||
|
||||
## Managing Staged Optimizations
|
||||
|
||||
|
|
@ -47,9 +50,3 @@ Once optimizations are staged, you can:
|
|||
- Review each optimization individually
|
||||
- Compare original and optimized code side-by-side
|
||||
- Create pull requests for selected optimizations directly from the staging interface
|
||||
|
||||
## Requirements
|
||||
|
||||
- Codeflash Pro subscription
|
||||
- Codeflash GitHub App installed in your repository
|
||||
- Latest version of the Codeflash CLI
|
||||
|
|
|
|||
Loading…
Reference in a new issue