-
Notifications
You must be signed in to change notification settings - Fork 69
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
feat(cli): add remove subscriptions command #979
Conversation
/build |
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #979 +/- ##
==========================================
- Coverage 68.19% 68.09% -0.11%
==========================================
Files 208 208
Lines 11734 11752 +18
==========================================
Hits 8002 8002
- Misses 3254 3272 +18
Partials 478 478 ☔ View full report in Codecov by Sentry. |
/build |
/build |
/build |
/build |
/build |
/build |
Build and push Docker images with tag: 2024-01-10.e2291e8 |
1 similar comment
Build and push Docker images with tag: 2024-01-10.e2291e8 |
Add remove subscriptions command
Added a new command to delete given subscriptions separated by semicolons
Example:
cli --remove-subscriptions 'id1; id2; id3'