Skip to content

Commit

Permalink
Feat: Add proper CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Oct 5, 2024
1 parent 8ef6817 commit bdb684c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,8 @@ venvPath = "./" # Assuming .venv is at the root of your project
venv = ".venv"

[tool.poetry.scripts]
airbyte-lib-validate-source = "airbyte.validate:run"
pyairbyte = "airbyte.cli:main"
pyab = "airbyte.cli:main"

[tool.poe.tasks]
test = { shell = "pytest" }
Expand Down

0 comments on commit bdb684c

Please sign in to comment.