Skip to content

Commit

Permalink
docs: add debug note for capturing connector_ops changes when devel…
Browse files Browse the repository at this point in the history
…oping `airbyte-ci`
  • Loading branch information
aaronsteers committed Sep 26, 2023
1 parent aa24f03 commit 47658ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions airbyte-ci/connectors/ci_credentials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ pipx install --editable airbyte-ci/connectors/ci_credentials/

This is useful when you are making changes to the package and want to test them in real-time.

Note:

- The package name is `pipelines`, not `airbyte-ci`. You will need this when uninstalling or reinstalling.
- Even with the above `--editable` method, live changes to the code in the sibling project `/airbyte-ci/connectors/connector_ops/` are not automatically captured. To ensure you are using the latest code, use the command `pipx reinstall pipelines`.

## Usage
After installation, you can use the ci_credentials command in your terminal.

Expand Down

0 comments on commit 47658ae

Please sign in to comment.