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

Add a --version flag #200

Closed
dbeatty10 opened this issue Mar 23, 2024 · 2 comments · Fixed by #201
Closed

Add a --version flag #200

dbeatty10 opened this issue Mar 23, 2024 · 2 comments · Fixed by #201
Assignees
Labels
enhancement New feature or request

Comments

@dbeatty10
Copy link

Describe the feature

$ dbt-meshify --version

or:

$ dbt-meshify -v

Gives the same output as:

python -m pip show dbt-meshify

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Is this feature dbt Core or dbt Cloud specific? Which database(s) is/are relevant? Please include any other relevant context here.

Who will this benefit?

What kind of use case will this feature be useful for? Please be specific and provide examples, this will help us prioritize properly.

Are you interested in contributing this feature?

@dbeatty10 dbeatty10 added enhancement New feature or request triage Tis issue or pull request must be triaged by a project maintainer labels Mar 23, 2024
@nicholasyager
Copy link
Collaborator

Hi @dbeatty10 👋🏻 Quick clarifying question:

When you say

Gives the same output as:

python -m pip show dbt-meshify

You are referring to the package version number, correct? Presumably there isn't a desire to be outputting the other package details too 😁

@nicholasyager nicholasyager self-assigned this Mar 23, 2024
@nicholasyager nicholasyager removed the triage Tis issue or pull request must be triaged by a project maintainer label Mar 23, 2024
@dbeatty10
Copy link
Author

I wasn't precise in my original description 😬

You got it @nicholasyager -- just the package version number.

#201 looks great 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants