1
0
mirror of synced 2026-01-02 12:02:47 -05:00
Files
airbyte/airbyte-cli
Evan Tahler 834ac1a3bb Remove shared getDockerBuildTask to enable parallel docker builds (#16384)
Define logic in root build.gradle to create a task in each subproject if the subproject contains dockerImageName in the gradle.properties file.

Some caveats:
- We also define a copyGeneratedTar task that is applied to all subprojects with the dockerImageName property.
- This does not need to be used in each subproject. We leave it up to each subproject to define what task is depends on since some projects have more custom copy logic.
2022-09-09 18:40:35 -07:00
..
2021-02-19 14:56:13 -08:00
2021-09-27 11:17:17 -07:00
2022-03-13 14:45:36 -07:00

airbyte-cli

Thin CLI over the Airbyte Configuration API to make it easier to interact with the API from the command line.