-
Notifications
You must be signed in to change notification settings - Fork 443
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 initial version of command-line tool gsctl
.
#2868
Conversation
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.
Please add the console_scripts
part to python/setup.py as well to make the script installable.
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2868 +/- ##
==========================================
- Coverage 45.30% 42.59% -2.72%
==========================================
Files 99 99
Lines 10668 10657 -11
==========================================
- Hits 4833 4539 -294
- Misses 5835 6118 +283 see 16 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
🎊 PR Preview 7851fb3 has been successfully built and deployed to https://alibaba-graphscope-build-pr-2868.surge.sh 🤖 By surge-preview |
gsutil
.gsctl
.
🤖 Generated by Copilot at f6e1599
This pull request introduces a new command-line utility for GraphScope,
gsutil.py
, which can perform various tasks such as installing dependencies, building components, making docker images, and triggering tests. It also adds theclick
package as a dependency inrequirements.txt
to support the utility.to issue #2825