Use craft-application's store service
Metadata
Current evaluation
No evaluation has been recorded for this issue yet.
Issue body
### What needs to get done
https://github.com/canonical/charmcraft/blob/main/charmcraft/commands/store/store.py
That class needs to be changed to a Service class (which should just be rewriting `__init__` and subclassing `BaseService`).
Once that's done, we can migrate the store commands to AppCommand subclasses and use craft-application for them.
https://github.com/canonical/charmcraft/blob/main/charmcraft/commands/store/__init__.py
### Why it needs to get done
craft-application project
Evaluation history
No evaluation history available.