canonical / craft-application

The basis for *craft applications
https://canonical-craft-application.readthedocs-hosted.com/en/latest
GNU Lesser General Public License v3.0
5 stars 6 forks source link

[DRAFT] chore: refactor lifecycle commands #339

Closed mr-cal closed 1 month ago

mr-cal commented 1 month ago

A first attempt at refactoring the lifecycle commands to:

  1. Remove the parts argument from the pack command
  2. Add another pack command that can skip running the lifecycle

This prototype isn't working very well, especially because *craft pack has to load a project and *craft pack <directory> does not.

mr-cal commented 1 month ago

Closing in favor of #340