Merged
Conversation
|
No significant changes currently retry |
Signed-off-by: Akash Kumar <meakash7902@gmail.com>
5d3d63d to
7c2baa0
Compare
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the installation instructions for the Keploy Agent across supported platforms in the versioned documentation.
- Replaces the legacy shell script install for Linux with direct tarball download and extraction.
- Simplifies Windows instructions with an updated ZIP download link.
- Removes manual script sourcing and adds updated URLs for agent artifacts.
Comments suppressed due to low confidence (4)
versioned_docs/version-3.0.0/running-keploy/generate-api-tests-using-ai.md:29
- Consider adding a
chmod +x keploy-agentstep after extraction to ensure the binary is executable on Linux, in case the tarball does not preserve executable permissions.
| **Linux** | - Run the following in your terminal: <br /><br /> `curl -L -O https://keploy-enterprise.s3.us-west-2.amazonaws.com/releases/latest/keploy-agent-linux-amd64.tar.gz` <br /><br /> `tar -xzf keploy-agent-linux-amd64.tar.gz` <br /><br /> `./keploy-agent` <br /><br /> |
versioned_docs/version-3.0.0/running-keploy/generate-api-tests-using-ai.md:30
- [nitpick] It may help to include a CLI example for extracting the ZIP on Windows, for example
Expand-Archive -Path Keploy+Agent-windows_amd64.zip -DestinationPath .ortar -xzf Keploy+Agent-windows_amd64.zip, to guide users who prefer terminal commands.
| **Windows** | - [Download](https://keploy-enterprise.s3.us-west-2.amazonaws.com/releases/latest/Keploy+Agent-windows_amd64.zip) <br /><br /> Extract the zip file and Launch the Keploy Agent. <br /> |
versioned_docs/version-3.0.0/running-keploy/generate-api-tests-using-ai.md:29
- [nitpick] Artifact naming conventions differ between platforms (uppercase vs lowercase, plus sign vs hyphen). Consider clarifying or standardizing naming in the URLs to reduce user confusion.
| **Linux** | - Run the following in your terminal: <br /><br /> `curl -L -O https://keploy-enterprise.s3.us-west-2.amazonaws.com/releases/latest/keploy-agent-linux-amd64.tar.gz` <br /><br /> `tar -xzf keploy-agent-linux-amd64.tar.gz` <br /><br /> `./keploy-agent` <br /><br /> |
versioned_docs/version-3.0.0/running-keploy/generate-api-tests-using-ai.md:29
- For improved security, consider adding checksum or signature verification steps after downloading the binary to validate its integrity before execution.
| **Linux** | - Run the following in your terminal: <br /><br /> `curl -L -O https://keploy-enterprise.s3.us-west-2.amazonaws.com/releases/latest/keploy-agent-linux-amd64.tar.gz` <br /><br /> `tar -xzf keploy-agent-linux-amd64.tar.gz` <br /><br /> `./keploy-agent` <br /><br /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What has changed?
Update agent links
This PR Resolves #(issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please run npm run build and npm run serve to check if the changes are working as expected. Please include screenshots of the output of both the commands. Add screenshots/gif of the changes if possible.
Checklist: