vuestorefront/vue-storefront

[Feature]: Show CLI version in CLI output

DavidDeSloovere opened this issue · 2 comments

How the project can be improved?

Showing the CLI version can be useful when submitting issues. That way it's 100% clear what version is used.

image

What are the acceptance criteria?

  • Show version in "Welcome" message

Additional information

I know there is a message so notity about upgrades. But screenshot or output can be copied when the new version wasn't out yet.

What version of Vue Storefront this feature can be implemented?

Code of Conduct

  • I agree to follow this project's Code of Conduct
rohrig commented

Hi, @DavidDeSloovere 👋 , with npx @vue-storefront/cli you can get the version.
image

Does that solve the issue?

Although that is useful, and thanks for pointing that out, my use case is more for grabbing output from the init command where I run into errors to create GH issues here :-)
I just happen to run into a lot errors.