Skip to content

Commit c65d832

Browse files
feat: Add build command to CDK CLI
Co-Authored-By: Aaron <AJ> Steers <[email protected]>
1 parent 21b6413 commit c65d832

File tree

5 files changed

+539
-0
lines changed

5 files changed

+539
-0
lines changed

airbyte_cdk/cli/build/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
from airbyte_cdk.cli.build._run import run
2+
3+
__all__ = [
4+
"run",
5+
]

0 commit comments

Comments
 (0)