Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Click CLI models legacy CLI #5647

Closed
wants to merge 10 commits into from
Closed

Click CLI models legacy CLI #5647

wants to merge 10 commits into from

Conversation

iknox-fa
Copy link
Contributor

@iknox-fa iknox-fa commented Aug 11, 2022

resolves #5526

Description

New Click CLI that models the existing cli

Checklist

@cla-bot cla-bot bot added the cla:yes label Aug 11, 2022
@iknox-fa iknox-fa changed the title Feature/click cli feature/click cli Aug 11, 2022
"console_scripts": [
"dbt = dbt.main:main",
],
"console_scripts": ["dbt = dbt.main:main", "dbt-cli = dbt.cli.main:cli"],
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should leave this out of main until we're ready for people to use it?
/shrug

@dbt-labs dbt-labs deleted a comment from github-actions bot Sep 8, 2022
@iknox-fa iknox-fa changed the title feature/click cli Click CLI models legacy CLI Sep 8, 2022
@iknox-fa iknox-fa closed this Sep 8, 2022
@iknox-fa iknox-fa deleted the feature/click-cli branch September 8, 2022 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CT-900] Complete CLI modeling (Top level API)
1 participant