-
Notifications
You must be signed in to change notification settings - Fork 3
Update root Readme to nodejs CLI #132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -1,157 +1,406 @@ | |||
# Airbyte Local CLI [](https://github.com/faros-ai/airbyte-local-cli/actions/workflows/ci.yaml) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i move the readme under airbyte-local-cli-nodejs to the root
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR refactors the project structure by updating the root README to reflect the new Node.js CLI and moving the old Bash CLI to its own directory. Key changes include:
- Adding a redirect in the Node.js CLI README.
- Introducing a deprecation notice and updated instructions in the Bash CLI README.
- Updating the CI workflow to reference the new working directories for the Bash CLI tests.
Reviewed Changes
Copilot reviewed 11 out of 12 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
airbyte-local-cli-nodejs/README.md | Adds a single-line redirect to the main README. |
airbyte-local-cli-bash/README.md | Introduces deprecation messaging and comprehensive usage instructions. |
.github/workflows/ci.yaml | Adjusts working directory paths for building and testing the Bash CLI. |
Files not reviewed (1)
- sonar-project.properties: Language not supported
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
Description