← Back to issue list

Use craft-application's store service

View original Github issue

Metadata

Project
charmcraft
Number
#1154
Type
issue
State
open
Author
lengau
Labels
Created
2023-07-13 12:41:18+00:00
Updated
2025-08-15 15:18:24+00:00
Closed

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.