Skip to content

Commit

Permalink
adjust readme (#22520)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Reuter authored Feb 8, 2023
1 parent 577be93 commit 857bcac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions airbyte-connector-builder-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ uvicorn connector_builder.entrypoint:app --host 0.0.0.0 --port 8080

The server is now reachable on localhost:8080

## Changing the used CDK version

Update the `airbyte-connector-builder-server/CDK_VERSION` file to point to the target version.
This will make sure both this project and the webapp depending on it will stay in sync.

### OpenAPI generation

Run it via Gradle by running this from the Airbyte project root:
Expand Down

0 comments on commit 857bcac

Please sign in to comment.