-
Notifications
You must be signed in to change notification settings - Fork 13
fix: Add CLI entrypoint #350
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
fix: Add CLI entrypoint #350
Conversation
matthewfeickert
commented
Mar 22, 2024
- Add missing CLI API entrypoint.
- Amends PR feat: Use hatchling as the build backend #349.
* Add missing CLI API entrypoint. * Amends PR 349.
|
@BenGalewsky Sorry about that! 😞 This is back in now. $ python -m pip install --upgrade -e .
$ servicex --help
Usage: servicex [OPTIONS] COMMAND [ARGS]...
ServiceX Client
╭─ Options ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ --version │
│ --install-completion Install completion for the current shell. │
│ --show-completion Show completion for the current shell, to copy it or customize the installation. │
│ --help Show this message and exit. │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ cache Sub-commands for creating and manipulating the local query cache │
│ codegen │
│ transforms Sub-commands for interacting with transforms. │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 3.0_develop #350 +/- ##
============================================
Coverage 79.89% 79.89%
============================================
Files 41 41
Lines 2253 2253
============================================
Hits 1800 1800
Misses 453 453
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alls well then ends well