Skip to content

Commit

Permalink
make it accept target-salesforce as well
Browse files Browse the repository at this point in the history
  • Loading branch information
davi-souza committed Aug 30, 2024
1 parent 93a16c8 commit 2d2e41a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry.scripts]
# CLI declaration
target-salesforce = 'target_salesforce_v3.target:TargetSalesforceV3.cli'
target-salesforce-v2 = 'target_salesforce_v3.target:TargetSalesforceV3.cli'
target-salesforce-v3 = 'target_salesforce_v3.target:TargetSalesforceV3.cli'

0 comments on commit 2d2e41a

Please sign in to comment.