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

Bring cli back #300

Merged
merged 6 commits into from
Jan 5, 2024
Merged

Conversation

phackstock
Copy link
Contributor

Closes #299.

This PR brings back the cli which was accidentally dropped in v0.13.0.
It also adds an explicit test to see if the command nomenclature is recognized by the system after install.
Previously we'd only been using the test runner from click which seemingly also works if the cli is not actually installed. This is why this error was not caught.

@phackstock phackstock self-assigned this Jan 5, 2024
@phackstock phackstock marked this pull request as ready for review January 5, 2024 11:52
@phackstock phackstock added the bug Something isn't working label Jan 5, 2024
Copy link
Member

@danielhuppmann danielhuppmann left a comment

Choose a reason for hiding this comment

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

Thanks, looks good to me (I assume that the failing tests on Windows are just a windows-issue with the test, not the cli itself).

@phackstock
Copy link
Contributor Author

I assume that the failing tests on Windows are just a windows-issue with the test, not the cli itself

I would assume so too, seeing as there were already some special settings required in the test GitHub action to get it running on Windows I would say it's OS related.

I tried a couple of things but couldn't get it to work easily so I (for now) marked it as expected to fail.

@phackstock phackstock merged commit a52e25e into IAMconsortium:main Jan 5, 2024
8 checks passed
@phackstock phackstock deleted the fix/bring-cli-back branch January 5, 2024 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CLI is gone in v0.13.0 release
2 participants