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

exit / fail loudly on invalid versions to yarn gen #77

Closed
ghost opened this issue Nov 8, 2019 · 0 comments
Closed

exit / fail loudly on invalid versions to yarn gen #77

ghost opened this issue Nov 8, 2019 · 0 comments

Comments

@ghost
Copy link

ghost commented Nov 8, 2019

As a contributor I would like to know if I am using the cli incorrectly. Without validation up front I think I am passing correct parameters when I am not. This has been part of my experience in #74 .

I have been trying to generate ember-data API documentation using:

 yarn gen --project ember-data --version 3.14

This is incorrect.
I should spell out the version explicitly:

 yarn gen --project ember-data --version 3.14.0

Without the exact version specified the tmp/rev-index folder is not populated correctly and so ember-api-docs app fails to find the payloads.

@ghost ghost closed this as completed Jan 5, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants