You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: all cli command try to connect to cache and database (#438)
**Describe the pull request**
This pull request addresses an issue where all command-line interface
(CLI) commands attempt to connect to the cache and database, regardless
of whether these connections are necessary for the command. The fix
involves updating the CLI command behavior, so that each command only
attempts to connect to the cache and database when required.
**Checklist**
- [x] I have linked the relative issue to this pull request
- [x] I have made the modifications or added tests related to my PR
- [x] I have added/updated the documentation for my RP
- [x] I put my PR in Ready for Review only when all the checklist is
checked
**Breaking changes ?**
no
0 commit comments